I have SuSE 11.2 and I am trying to install KoboDeluxe from source. When I got to "make", these are the error messages I saw:
Code:
source='gfxengine.cpp' object='gfxengine.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -c -o gfxengine.o gfxengine.cpp
../depcomp: line 402: exec: g++: not found
make[2]: *** [gfxengine.o] Error 127
make[2]: Leaving directory `/home/<username>/rpm-s/KoboDeluxe051/KoboDeluxe-0.5.1/graphics'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/<username>/rpm-s/KoboDeluxe051/KoboDeluxe-0.5.1'
make: *** [all] Error 2
I made sure that I got g++ just before trying to configure it again but it said I didn't have it. I don't understand.
My graphics card is an Nvidia GeForce 8400 GS and I'm using Nvidia's own driver.