compile errors cva



hello list
        
        i'm new to compile my self gnumeric, 
        i cvs'ing libgoffice and libgsf
        
        and compile okey, then install on a private folder
        
        but when i compile gnumeric it always throws:
        
        /home/eduardo/prog/cpp/gnumeric/gnumeric_debug/lib/libgoffice-0.so.3:
        undefined
        reference to `gog_trend_line_get_type'
        /home/eduardo/prog/cpp/gnumeric/gnumeric_debug/lib/libgoffice-0.so.3:
        undefined
        reference to `gog_trend_line_new_by_type'
        ./.libs/libspreadsheet.so: undefined reference to
        `gnm_graph_window_new'
        collect2: ld returned 1 exit status
        make[4]: *** [gnumeric] Error 1
        
        i check then with
        
        $> nm -A gnumeric_debug/lib/libgoffice-0.so | grep gog_trend
        ...
        gnumeric_debug/lib/libgoffice-0.so:         U
        gog_trend_line_get_type
        gnumeric_debug/lib/libgoffice-0.so:000aa286 T
        gog_trend_line_new_by_name
        gnumeric_debug/lib/libgoffice-0.so:         U
        gog_trend_line_new_by_type
        ...
        
        
        so what this means ?
        
        those functions are not on library ?
        
        i also check the makefile on path /goffice/goffice/graph :
        
        $> grep gog-trend Makefile.am
                gog-trend-line.c                \
                gog-trend-line.h                \
        
        but: 
         
        $> grep gog-trend Makefile
         
        
        so in Makefile they are not!!
        
        i need somthing at configure time to get gnumeric compile or
        libgoffice
        ( libgsf it's ok i believe )
        
        thank's for you help




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]