View Single Post
Old 01-08-2009, 10:36 PM   #1
luqmaninbmore
Da'i
luqmaninbmore ought to be getting tired of karma fortunes by now.luqmaninbmore ought to be getting tired of karma fortunes by now.luqmaninbmore ought to be getting tired of karma fortunes by now.luqmaninbmore ought to be getting tired of karma fortunes by now.luqmaninbmore ought to be getting tired of karma fortunes by now.luqmaninbmore ought to be getting tired of karma fortunes by now.luqmaninbmore ought to be getting tired of karma fortunes by now.luqmaninbmore ought to be getting tired of karma fortunes by now.luqmaninbmore ought to be getting tired of karma fortunes by now.luqmaninbmore ought to be getting tired of karma fortunes by now.luqmaninbmore ought to be getting tired of karma fortunes by now.
 
luqmaninbmore's Avatar
 
Posts: 1,144
Karma: 1217499
Join Date: Oct 2008
Location: Baltimore
Device: Toshiba Thrive, Kobo Touch, Kindle 1, Aluratek Libre, T-Mobile Comet
Problems compiling eb1150 on Ubuntu Intrepid

Greetings,

I recently bought an Ebookwise for my daughter as a birthday present. So far she has been most pleased with the device. We do not use windows computers at home however. I have been trying to compile the eb1150 driver but have been unsuccesful. ./configure works fine, but when I try to make I get the following:

make
make all-recursive
make[1]: Entering directory `/home/luqman/eb1150-0.1.1'
Making all in src
make[2]: Entering directory `/home/luqman/eb1150-0.1.1/src'
g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
main.cpp: In function ‘int main(int, char**)’:make all-recursive
make[1]: Entering directory `/home/luqman/eb1150-0.1.1'
Making all in src
make[2]: Entering directory `/home/luqman/eb1150-0.1.1/src'
g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
main.cpp: In function ‘int main(int, char**)’:
main.cpp:32: warning: deprecated conversion from string constant to ‘char*’
main.cpp:35: error: ‘strcmp’ was not declared in this scope
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/luqman/eb1150-0.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/luqman/eb1150-0.1.1'
make: *** [all] Error 2

main.cpp:32: warning: deprecated conversion from string constant to ‘char*’
main.cpp:35: error: ‘strcmp’ was not declared in this scope
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/luqman/eb1150-0.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/luqman/eb1150-0.1.1'
make: *** [all] Error 2


I've used a windows computer at my parents' to move some books over to the device, but I would really like to be able to do this on my Ubuntu machine.

Thank you!

Luqman
luqmaninbmore is offline   Reply With Quote