This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC error while compiling my server.c program using MySQL


Hello friends, 
I had installed Ubuntu hardy Heron 8.04 on my laptop using Wubi to compile
some server.c and client.c projects for my socket programming project on
Linux OS.I was able to view the desired results with the following
commands.It's only that when I re-installed Ubuntu and MySQL
client-server,I'm getting the following gcc compiler errors that I didn't
get before.Please help me out. 

user@user-laptop:~/Desktop/project$ gcc -I./mysql/include -L./mysql/lib
server.c -o server lmysqlclient 
gcc: -I./mysql/include: No such file or directory 
gcc: -L./mysql/lib: No such file or directory 
gcc: -o: No such file or directory 
gcc: server: No such file or directory 
gcc: lmysqlclient: No such file or directory 
server.c:13:19: error: mysql.h: No such file or directory 
server.c:21: error: expected ?? ?? ?? ësm?or ?_attribute__?before ??token 
server.c: In function ëain? 
server.c:47: error: ëYSQL?undeclared (first use in this function) 
server.c:47: error: (Each undeclared identifier is reported only once 
server.c:47: error: for each function it appears in.) 
server.c:47: error: ëysql?undeclared (first use in this function) 
server.c:48: error: ëYSQL_RES?undeclared (first use in this function) 
server.c:48: error: ëesult?undeclared (first use in this function) 
server.c:142: error: ëYSQL_ROW?undeclared (first use in this function) 
server.c:142: error: expected ??before ëow?
server.c:143: error: ëow?undeclared (first use in this function) 

Please note that I've already run the command "sudo apt-get build-essentail"
The above command to compile mysql server worked like a breeze before but
now it's giving me the above errors.I'm really concerned about the gcc
errors as remaining errors depend on that.Please help me out guys.Thanks. 

-- 
View this message in context: http://www.nabble.com/GCC-error-while-compiling-my-server.c-program-using-MySQL-tp17936404p17936404.html
Sent from the gcc - bugs mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]