View Single Post
Old 01-09-2009, 07:52 PM   #5
llasram
Reticulator of Tharn
llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.
 
llasram's Avatar
 
Posts: 618
Karma: 400000
Join Date: Jan 2007
Location: EST
Device: Sony PRS-505
Quote:
Originally Posted by luqmaninbmore View Post
I have been trying to compile the eb1150 driver but have been unsuccesful.
I don't own an eb1150 and opened this thread by accident, but I am a software engineer and this is the actual error:

Quote:
Originally Posted by luqmaninbmore View Post
main.cpp:35: error: ‘strcmp’ was not declared in this scope
Which means that main.cpp isn't including string.h. Try editing main.cpp and adding the line:

Code:
#include <string.h>
In with the other #include lines.
llasram is offline   Reply With Quote