On Wed, 30 Jul 2003 13:24:57 +0300 (EEST) Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
NB> you forgot about installing 4 Manual.* files to doc directory. Sorry, what do you mean? NB> And after Mversion.h changes windres does not find it: NB> NB> make[1]: Entering directory `/cygdrive/e/M/M.build.cygwin.295/res' NB> windres --include-dir=/usr/local/wxWindows.gcc2/include --include-dir=../include --include-dir=.src .src/M.rc -O coff -o M.res NB> .src/M.rc:171:22: Mversion.h: No such file or directory Oops, sorry about this. NB> It does not help if I add --include-dir=.src/../include, What are CFLAGS for the other (.cpp) files when using cygwin? If they find the headers, so should windres... You probably want to set RESFLAGS to the same value [as present in CPPFLAGS]. NB> It would be nice to copy Mversion.h to builddir/include. We can do it but it shouldn't be necessary, it's not different from any other header. Regards, VZ ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
