From: Grzegorz J. <ja...@he...> - 2003-08-01 00:27:10
|
On Thu, 31 Jul 2003, Iwan Birrer wrote: > I gave it up trying to compile the source on windows and changed to unix. > But unfortunately I was not succesful as well :-(( > > After invoking configure, the 'make' command outputs the following: > > ibirrer@tardis-b03:~/opencxx>make > make all-recursive > ... > make: Fatal error in reader: Makefile.gc, line 351: Extra `:', `::', or `:=' > on > dependency line > Current working directory /home/ibirrer/opencxx/gc > ... > > - The unix System is running under solaris. > - I use the actual CVS version. > - Version 2.5.12 is compiling succesfully Looks like your make is not smart enough. Use GNU make (perhaps it lives on your system as gmake; ./configure MAKE=gmake should do the trick). Best regards Grzegorz > > > Thanks for any help! > > Iwan > > > > > ------------------------------------------------------- > 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 > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users > > ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2002 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |