aostruszka

Results 16 comments of aostruszka

??? Could you elaborate? There is no description and the title does not say anything to me. Thank you

I'm not sure what you're trying to do. I'd suggest to checkout the repository, then go to one of the examples directory (ex1, ex2) and there run make. If you're...

Could you run with verbose output ('make VERBOSE=yes') and paste here the output?

My apologies, the actual command is 'make VERBOSE=true' (not 'yes') and please paste only the output starting with the failing line (linking obj/debug/app - I'm interested in the set of...

OK, it looks like you're using 64-bit windows and there is no config specific for this platform yet. Looking at the contents of Cygwin/i686 there seems to be nothing specific...

Hello Alex The way I do it is by defining alias for that "factorial lib" in it's Rules.mk, that is right after defining `TARGETS := factorial_lib.a` and subdirs I would...

Sorry for not getting back to you earlier. I was too busy then and then I simply forgot about question. I'll take a look at your question and get back...

Quick question - does the exec depend on library?

Hello Chris First of all thank you for trying use this project. If I understand you you'd have something like: ``` project/ lib_a/ lib_b/ inc/ src/ ``` and files in...

I'm still not sure if I understand what are you trying to achieve - it seems to me that you have already some working system and you think about switching...