LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   error while compiling c /c++ program (https://www.linuxquestions.org/questions/programming-9/error-while-compiling-c-c-program-368958/)

kiranbud 10-02-2005 04:34 AM

error while compiling c /c++ program
 
Hi
When iam compiling my project which consists of c and c++ source files. I tried to execute from "kdevelop". But the program is giving following errors can any body help here.

/abstree.h:159: field `__far' has incomplete type
/abstree.h:159: parse error before `*' token
abstree.h:167: 'Long' is used as a type, but is not defined as
a type.
/font.h:83: warning: `char*VectFont[97]' defined but not used

like the above,we got a list of similar errors...

waiting for the reply

thanks,

kjordan 10-12-2005 08:19 PM

Well, the error on line 167 is probably that it should be "long" and not "Long". The one on 157 seems like it can't find the data type. Is the type declared in a file you aren't including?


All times are GMT -5. The time now is 05:43 AM.