I'm building on my Ubuntu, using Mingw, but I think that's a bug because the make complains about a missing q2c.exe, then I rename q2c to q2c.exe and type make again and it works. I guess nobody complains before because this only happens when you use a extension, who isn't used on linux, bsd,mac or any other unix.
Michel 2008/10/1 John Darrington <[EMAIL PROTECTED]>: > It looks like you may me right. But I'm surprised that nobody has > reported this problem before. Exactly what system are you building > on? Cygwin, Mingw or what? > > J' > > > On Wed, Oct 01, 2008 at 06:26:48PM -0300, Michel Boaventura wrote: > Hello all, > > Im still trying to compile PSPP to windows, and find a problem who maybe > its > a bug. > Loot as those lines of the makefile from the version 0.6.0: > > src/language/lexer/q2c$(EXEEXT_FOR_BUILD): > $(top_srcdir)/src/language/lexer/q2c.c > @$(MKDIR_P) `dirname [EMAIL PROTECTED] > $(CC_FOR_BUILD) $(top_srcdir)/src/language/lexer/q2c.c -o > $(top_builddir)/src/language/lexer/q2c > > The object compiled does not have the $(EXEEXT_FOR_BUILD) in its and, so > if > you try to compile q2c.exe, > the program will still call q2c. > > > > > -- > PGP Public key ID: 1024D/2DE827B3 > fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 > See http://pgp.mit.edu or any PGP keyserver for public key. > > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iD8DBQFI4/m4imdxnC3oJ7MRAqU9AKCKDno8tIvX5yUx8CAdC4UqTmKENACeMr+9 > FG44UUYhE7V8t62/6Pfw8tY= > =r4Im > -----END PGP SIGNATURE----- > > _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
