Thanks. I got a package that says it provides c++ and when I ran ./configure, the c++ part looked good.
I also saw this in the configure though: “checking for ALSA audio support… Disabled” Is this because of the default Pulse Audio now?
I’m still getting this in make though (and I had used --prefix=/usr --enable-opengl in the configure):
make
make all-recursive
make[1]: Entering directory `/home/<username>/rpm-s/KoboDeluxe051/KoboDeluxe-0.5.1'
Making all in graphics
make[2]: Entering directory `/home/<username>/rpm-s/KoboDeluxe051/KoboDeluxe-0.5.1/graphics'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -MT window.o -MD -MP -MF ".deps/window.Tpo" -c -o window.o window.cpp; \
then mv -f ".deps/window.Tpo" ".deps/window.Po"; else rm -f ".deps/window.Tpo"; exit 1; fi
window.cpp: In member function ‘void window_t::center_token_fxp(int, int, const char*, char)’:
window.cpp:401: error: invalid conversion from ‘const char*’ to ‘char*’
make[2]: *** [window.o] Error 1
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
Hi
Needed to ad debug packages, fix some permissions issues so it would
save your player info properly. I also split out a file into a devel
package as the build service was throwing a badness error (so it’s down
to just one warning). So there are two packages to install now
KoboDeluxe-0.5.1-24.1.{your_arch}.rpm and
KoboDeluxe-devel-0.5.1-24.1.{your_arch}.rpm.