Search found 6 matches
- Thu Dec 18, 2008 1:04 pm
- Forum: Beginners Help
- Topic: Unable to compile irrLicht first demo on MACOSX! :(
- Replies: 2
- Views: 498
- Fri May 18, 2007 12:18 pm
- Forum: Bug reports
- Topic: [fixed]Problem compiling with _IRR_COMPILE_WITH_X11_ off
- Replies: 1
- Views: 250
[fixed]Problem compiling with _IRR_COMPILE_WITH_X11_ off
Hi, I am trying to compile Irrlicht 1.3 on a Linux server by turning off the _IRR_COMPILE_WITH_X11_ on IrrCompileConfig.h. When I run make I get the error: CIrrDeviceLinux.h: In destructor 'virtual irr::CIrrDeviceLinux::CCursorControl::~CCursorControl()': CIrrDeviceLinux.h:134: error: 'class irr::CI...
- Thu May 17, 2007 2:15 pm
- Forum: Beginners Help
- Topic: MacOSX linking problem......
- Replies: 1
- Views: 265
Hi, I had the same problem. The problem only appears on the Debug build. If you try the Release build, it works fine. I tried to create a XCode project from scratch and the problem disappeared from the Debug build also. I couldn't figure out what the problem was in the first place. One thing I did d...
- Wed Apr 11, 2007 10:18 am
- Forum: Beginners Help
- Topic: v1.3 large linux library
- Replies: 4
- Views: 240
Use the NDEGUB option. That way you will also get better performance as the Makefile will set optimizing compile flags. To set the flag just type on the console: export NDEBUG=1 This way you don't need to change the Makefile. Also, search for NDEBUG in the forum. At least one person is having an iss...
- Mon Apr 09, 2007 11:36 pm
- Forum: Bug reports
- Topic: [MacOS X] Irrlicht 1.3 with Xcode
- Replies: 6
- Views: 1194
- Wed Apr 04, 2007 10:58 pm
- Forum: Bug reports
- Topic: [MacOS X] Irrlicht 1.3 with Xcode
- Replies: 6
- Views: 1194
Hi, Using this guide I can compile and run the examples on Release build, but when I change to Debug, I get the error: /usr/bin/ld: build/Debug/libIrrlicht.a(jcapimin.o) has local relocation entries in non-writable section (__TEXT,__text) Can anyone run in debug mode? I am using XCode 2.4.1 on a Mac...