Search found 3 matches
- Tue Feb 17, 2009 11:23 pm
- Forum: Beginners Help
- Topic: undefined reference to `irrklang::createIrrKlangDevice
- Replies: 7
- Views: 2358
I added -L/home/peter/workspace/irrKlang-1.1.3/bin/linux-gcc as that is where the .so file is located... but it still won't work. I had this problem last year when I tried to use irrlicht for a project too, the reason then was irrKlang had a lot of calls changed, and the examples that came with irrl...
- Tue Feb 17, 2009 7:46 pm
- Forum: Beginners Help
- Topic: undefined reference to `irrklang::createIrrKlangDevice
- Replies: 7
- Views: 2358
I found this in the MakeFile:
I uncommented:
LDFLAGS += -lIrrKlang
but still get the same issue..
Code: Select all
# if you enable sound add the proper library for linking
#LDFLAGS += -lIrrKlang
#LDFLAGS += -laudiere
#LDFLAGS += -lSDL_mixer -lSDL
I uncommented:
LDFLAGS += -lIrrKlang
but still get the same issue..
- Tue Feb 17, 2009 6:23 pm
- Forum: Beginners Help
- Topic: undefined reference to `irrklang::createIrrKlangDevice
- Replies: 7
- Views: 2358
undefined reference to `irrklang::createIrrKlangDevice
Hi All If this has been covered before, I apologize.. I did some searching, but the forum search did not seem to find anything relevant. When trying to compile the CDEMO, I get this output: Makefile:33: Building... g++ -I../../include -I/usr/X11R6/include -I/home/peter/workspace/irrKlang-1.1.3/inclu...