Search found 3 matches

by Pallas
Sat Feb 04, 2006 11:40 pm
Forum: Bug reports
Topic: Mac Build Comments
Replies: 0
Views: 1108

Mac Build Comments

It's cool that this is available now, but there are a couple things which could use a bit of revision: Overall: The Xcode project builds a static library called 'libMacOSX.a'. That's sort of silly, because it means programs will need to use the linker flag "-lMacOSX". A much more friendly ...
by Pallas
Thu Sep 15, 2005 10:20 pm
Forum: Bug reports
Topic: Makefile length/clarity
Replies: 2
Views: 314

Makefile length/clarity

This is not a bug, per se, but it's something that seems like it could easily be improved. The problem is that the vast majority of the Irrlicht Makefiles are composed of lines to the extent of: IFoo.o: IFoo.cpp $(CPP) -c IFoo.cpp -o IFoo.o $(CXXFLAGS) make provides a much nicer shorthand for this: ...
by Pallas
Mon Apr 12, 2004 2:27 am
Forum: Beginners Help
Topic: Problems Compiling - unnamed structs
Replies: 1
Views: 194

Problems Compiling - unnamed structs

When I try to compile Irrlicht (or any example) under Debian/Linux using make (g++), I get a series of errors like this: include/SMaterial.h:188: anonymous class type not used to declare any objects include/SMaterial.h:229: anonymous class type not used to declare any objects include/SMaterial.h: In...