Search found 4 matches

by Ragora
Mon Jan 02, 2017 7:03 pm
Forum: Code Snippets
Topic: CMake build script
Replies: 20
Views: 7992

Re: CMake build script

Nice, thanks for sharing! I've updated the script and crossed off #1 and #5 above in the 'todo list' and also added install rules so "make install" works on Unix-like systems. So now the archive should be able to be extracted on top of Irrlicht and built + installed with: cmake . &&am...
by Ragora
Tue Dec 27, 2016 7:19 am
Forum: Code Snippets
Topic: CMake build script
Replies: 20
Views: 7992

Re: CMake build script

I actually ended up making one myself that supports the examples too, and not by including a CMake script for each one (at least explicitly). Though it also supports properly finding dependent libraries and can be used to configure Irrlicht all the way through the same way IrrCompileConfig.h can. It...
by Ragora
Tue Sep 01, 2015 4:24 pm
Forum: Advanced Help
Topic: Irrlicht GLX Error on Allegro Display
Replies: 1
Views: 1059

Re: Irrlicht GLX Error on Allegro Display

Looks like it was possibly fixed in the recent 1.8.2 release or it works on my laptop that I just tried it on for other reasons.

Edit

Nope, 1.8.1 still works on this laptop, so it's a bug related to the config on my system I originally tried this on.
by Ragora
Sun Aug 30, 2015 7:22 pm
Forum: Advanced Help
Topic: Irrlicht GLX Error on Allegro Display
Replies: 1
Views: 1059

Irrlicht GLX Error on Allegro Display

Hello, This may qualify as a bug in either of the two involved libraries, but it very well could easily just be me doing something wrong so I figured it should probably go in Advanced Help and be moved if it turns out to be a bug in Irrlicht itself. There's also the fact that it might be a bug in an...