On Wed, 30 Jul 2003 13:24:57 +0300 (EEST) Nerijus Baliunas <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> you forgot about installing 4 Manual.* files to doc directory.
> 
> And after Mversion.h changes windres does not find it:
> 
> make[1]: Entering directory `/cygdrive/e/M/M.build.cygwin.295/res'
> windres --include-dir=/usr/local/wxWindows.gcc2/include
> --include-dir=../include --include-dir=.src .src/M.rc -O coff -o M.res
> .src/M.rc:171:22: Mversion.h: No such file or directory
> 
> It does not help if I add --include-dir=.src/../include, because cygwin
> does not work with symlinks correctly(?):

Cygwin does have symlinks and gcc-2 should be able to follow them.
What directory do you expect .src/../include to point to?  In my Linux
system it would be the parent of the directory that contains my CVS
source tree.

Is windres a native app?  In that case it won't follow symlinks.
You can use cygpath in that case to resolve the paths into native
windows form.

-- 
Mac :})
** I usually forward private questions to the appropriate mail list. **
Ask Smarter: http://www.catb.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.



-------------------------------------------------------
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

Reply via email to