Search found 6 matches

by tbaptista
Thu Dec 18, 2008 1:04 pm
Forum: Beginners Help
Topic: Unable to compile irrLicht first demo on MACOSX! :(
Replies: 2
Views: 498

Hi, Those are all warning, not errors. It will still build. The problem comes from having different settings for the symbol visibility when compiling the Irrlicht library and your executable. In XCode check the "Symbols Hidden by Default" setting for both the Irrlicht library and your proj...
by tbaptista
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...
by tbaptista
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...
by tbaptista
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...
by tbaptista
Mon Apr 09, 2007 11:36 pm
Forum: Bug reports
Topic: [MacOS X] Irrlicht 1.3 with Xcode
Replies: 6
Views: 1194

I have an Intel Mac. If you could send the project file, I would gladly test it.

I have already tried to compile with MMX and it worked. The problem with the debug build still remains though.
by tbaptista
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...