From: Daan L. <daa...@xs...> - 2003-10-08 08:06:49
|
Hi Silas, I just tested on freeBSD 4.7 stable, and had no errors. (and neither on windows and mac) The line "286" consists of: ifeq ($(TOOLKIT),mac) ... So it seems, that "ifeq" is not correctly interpreted. All the other errors are also related "if" statements. Maybe this is a Gnu make extension and you are not using Gnu make? (Does someone on this list know about this problem?) Have you tried using Gnu make (gmake) directly? Hope this helps, Daan. > -----Original Message----- > From: wxh...@li... > [mailto:wxh...@li...] On > Behalf Of Silas > Sent: woensdag 8 oktober 2003 4:13 > To: wxh...@li... > Subject: [wxhaskell-users] make fails on FreeBSD 5.1 > > > Hi--I'm running FreeBSD 5.1 stable, and whereas the configure > script completes without error, running make gives this error > (abridged): > > "makefile", line 286: Missing dependency operator > "makefile", line 288: Need an operator > "makefile", line 290: Need an operator > "makefile", line 358: Missing dependency operator > > ...and so on, down to: > > "makefile", line 556: Missing dependency operator > Error expanding embedded variable > > Any suggestions would be appreciated;-) Any chance of getting > wxHaskell in the FreeBSD ports sometime? > > Obliged, Silas > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > wxhaskell-users mailing list wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > |