LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   error 396, on a variable (gcc), learning GCC step by step (https://www.linuxquestions.org/questions/programming-9/error-396-on-a-variable-gcc-learning-gcc-step-by-step-754447/)

frenchn00b 09-11-2009 12:42 PM

error 396, on a variable (gcc), learning GCC step by step
 
Hello,

I am tryin get to know the error that is given for the line 396.
It says implicit declaration or function
well I recheck on the top, and it seems ok ... :(

http://www.codase.com/search/display...2dpLmM=&lang=c

karlatLQ 09-11-2009 12:54 PM

Could it be that you were missing a header file? Sometimes the order of compilation will make a difference. Are you using a makefile, and has that makefile been known to work with all of the source code? Is that the only error that you are getting, or is that the first of many errors...or is gcc stopping on the first error? Sometimes gcc will report the line number of an error but the error happened on a different line. In the code link that you provided, it does not show line numbers. Posting the line of code could be useful.

frenchn00b 09-11-2009 01:03 PM

wow

I passed it !! Libggi was the key; from libggi not ok or missing

so now I have this issue, it is the fonts :::... :(

http://img40.imageshack.us/img40/409...tok8libggi.png


All times are GMT -5. The time now is 11:07 PM.