[GnuWin32-Users] GNU Make bug?

2007-09-11 Thread TEW
Hello! I have found a problem with GNU make and MSYS/MinGW. The problem occure when using gnu-make 3.80 and abowe. (with GNU-make v3.79.1 it works fine!) A simple Makefile that you can verify the problem. Makefile === MYPATH = /c/temp MYINCLUDE = Rule.mak include $MYPATH/$MYINCLUDE step1:

Re: [GnuWin32-Users] GNU Make bug?

2007-09-11 Thread Kees Zeelenberg
Could it be that you use a native Win32 port of make, e.g. the one from Mingw or from Gnuwin32? If so, then of course, make does not understand the Msys notation, such as /c/temp. With an Msys shell, you should in general use only Msys packages and thus the Msys port of make. Kees Zeelenberg

[GnuWin32-Users] [gnuwin32 - Help] RE: tiff2pdf weird colors

2007-09-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4513248 By: gnuwin32 Libtiff has been configured with jpeg support, so I don't think this can be the problem. Most likely, it is some bug in libtiff or libjpeg. I'll look into this. In the meantime, you may