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:
Code: Select all
Makefile:33: Building...
g++ -I../../include -I/usr/X11R6/include -I/home/peter/workspace/irrKlang-1.1.3/include/ -Wall -O3 -ffast-math CDemo.o CMainMenu.o main.o -o ../../bin/Linux/Demo -L/home/peter/workspace/irrKlang-1.1.3/include/ -L/usr/X11R6/lib -L../../lib/Linux -lIrrlicht -lGL -lXext -lX11
^[^NCDemo.o: In function `CDemo::startIrrKlang()':
CDemo.cpp:(.text+0x4bb): undefined reference to `irrklang::createIrrKlangDevice(irrklang::E_SOUND_OUTPUT_DRIVER, int, char const*, char const*)'
collect2: ld returned 1 exit status
make: *** [all_linux] Error 1
I have irrKlang installed, and I have added the path to the makefile, notice its not complaining about not finding irrKlang.h
Any ideas?