Search found 4 matches

by zer0def
Thu Jan 09, 2014 7:56 am
Forum: Bug reports
Topic: SDL and OGL ES?
Replies: 3
Views: 1045

Re: SDL and OGL ES?

Ok, so to just clear things up - the linking error happens because of a lacking class attachment: # egrep -nri getWindowPos * CIrrDeviceSDL.cpp:820:core::position2di getWindowPosition() I guess I should be reading code a lot more carefully. Again. Also, my intention is to only leverage SDL for input...
by zer0def
Tue Jan 07, 2014 11:16 pm
Forum: Bug reports
Topic: SDL and OGL ES?
Replies: 3
Views: 1045

SDL and OGL ES?

Are both of those combined supported together? Attempts to build applications against the OGL ES branch with SDL devices enabled end up finding an undefined reference to CIrrDeviceSDL::getWindowPosition() in the library on ARM or bumping on an undefined symbol for the same function on x86. Yes, I do...
by zer0def
Thu Jan 02, 2014 11:08 am
Forum: Beginners Help
Topic: Issues with building for the RPi
Replies: 1
Views: 262

Re: Issues with building for the RPi

Updated with proper, hackish, somewhat working patch for r4621.
by zer0def
Tue Dec 31, 2013 8:29 pm
Forum: Beginners Help
Topic: Issues with building for the RPi
Replies: 1
Views: 262

Issues with building for the RPi

I've been recently trying to compile Irrlicht for the RPi, after trying to adapt hybrid's patch (http://pastebin.com/arTJ2Ug3) to the current svn repo revision. The patch can be found at http://pastebin.com/aCw4tapA. The below doesn't apply anymore - got to a state where the engine renders directly ...