question

From: Gaurav Khanna (gkhanna_at_umassd.edu)
Date: Fri Jul 18 2003 - 00:13:19 BST

  • Next message: Ian Edwards: "RE: MacOS X question"
    I'm trying to compile ups debugger on Mac OS X 10.2.6 .. I have gotten 
    quite far quite easily, but I'm getting stuck at this. Any tips?
    
    gcc -c -pipe -traditional-cpp  -DHAVE_CONFIG_H  -I.  
    -I/usr/X11R6/include -Idevelhdrs   ./ao_symload.c
    ao_symload.c:1838: parse error before "ao_compiler"
    ao_symload.c:1839: parse error before "fil_t"
    ao_symload.c:1839: warning: data definition has no type or storage class
    ao_symload.c:1840: parse error before "compiler_found"
    ao_symload.c:1840: warning: data definition has no type or storage class
    ao_symload.c:1842: parse error before "compiler"
    ao_symload.c:1842: warning: data definition has no type or storage class
    ao_symload.c:1845: parse error before "likely"
    ao_symload.c:1845: `CT_UNKNOWN' undeclared here (not in a function)
    ao_symload.c:1845: warning: data definition has no type or storage class
    ao_symload.c:1847: parse error before "if"
    ao_symload.c:1861: initializer element is not constant
    ao_symload.c:1861: warning: data definition has no type or storage class
    ao_symload.c:1862: parse error before "if"
    ao_symload.c: In function `set_compiler_version':
    ao_symload.c:1870: `compiler_version' undeclared (first use in this 
    function)
    ao_symload.c:1870: (Each undeclared identifier is reported only once
    ao_symload.c:1870: for each function it appears in.)
    ao_symload.c: In function `get_compiler_version':
    ao_symload.c:1875: `compiler_version' undeclared (first use in this 
    function)
    make[1]: *** [ao_symload.o] Error 1
    make: *** [ups] Error 2
    


    This archive was generated by hypermail 2.1.4 : Sun Jul 20 2003 - 10:21:13 BST