[Java-gnome-developer] Re: [java-gnome-hackers] Windows Compilation
Brought to you by:
afcowie
From: Jerry H. <jh...@fe...> - 2004-10-13 20:17:45
|
So what is up with the build system? I am going through the autoconf stuff and the macro directories. What are the plans for it? Right now my problem is that the macros are screwing up detection of the C preprocessor. It's trying to use /lib/cpp, which does not exist when building with MinGW. Removing the custom macros totally makes the C preprocessor detection work fine, but of course removes the possibility of the rest of it working. ;) If nobody is working on the build system full time, I'd be willing to give it a crack. I would like to centralize the common m4 macros out of each lib*-java directory. |