Re: svn problem with pcre?
- Posted by jeremy (admin) Apr 28, 2009
- 903 views
mattlewis said...
Yeah, I think the solution is probably to use the new makefile generation from the translator, where the generated makefiles (int.mak, ec.mak, etc) are both targets and includes of the generated makefile. Of course, I have no idea [yet] how to get that to work with a build system like cmake or bakefile.
Well, the problem with that approach is the need to transfer all sorts of possible configuration flags to the child process. For instance, did the user customize the CFLAGS working on finding the best optimization flags? Or do they have some new platform they are porting to so they added a flag like -DWEIRD_OS... All of those need to be passed on to the child.
Jeremy