gchempaint-main
[Top][All Lists]
Advanced

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

[Gchempaint-main] Compiling gchemutils


From: Etienne Lepercq
Subject: [Gchempaint-main] Compiling gchemutils
Date: Tue, 08 Apr 2008 20:17:26 -0400

Firstly, after checking out the repository, I had to change the path of
aclocal .m4 files for my system in autogen.sh
Now, autogen is working on my platform, configure also.

Still, I have a weird error when compiling (after a while) :

make[3]: entrant dans le répertoire
« /home/xglurb/Developpement/gchempaint/gchemutils/programs/3d »
/bin/bash ../../libtool --tag=CXX --mode=link g++  -g -O2   -o
gchem3d-viewer-unstable  application.o document.o main.o view.o
window.o ../../libs/gcu/libgcu-unstable.la -Wl,--export-dynamic -pthread
-lgio-2.0 -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt
-lSM -lICE -lpangox-1.0 -lX11 -lgnomecanvas-2 -lgnomevfs-2 -lgconf-2
-lgthread-2.0 -lrt -lgoffice-0.6 -lgsf-1 -lglade-2.0 -lart_lgpl_2
-lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm
-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl
-lglib-2.0 -lopenbabel   
g++ -g -O2 -o .libs/gchem3d-viewer-unstable application.o document.o
main.o view.o window.o -Wl,--export-dynamic
-pthread  ../../libs/gcu/.libs/libgcu-unstable.so /usr/lib/libgio-2.0.so 
/usr/lib/libgtkglext-x11-1.0.so /usr/lib/libgdkglext-x11-1.0.so -lGLU -lGL 
-lXmu -lXt -lSM -lICE /usr/lib/libpangox-1.0.so -lX11 
/usr/lib/libgnomecanvas-2.so /usr/lib/libgnomevfs-2.so /usr/lib/libgconf-2.so 
/usr/lib/libgthread-2.0.so -lrt -lgoffice-0.6 -lgsf-1 /usr/lib/libglade-2.0.so 
/usr/lib/libart_lgpl_2.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libxml2.so 
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so 
-lm /usr/lib/libpangocairo-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so 
/usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl 
/usr/lib/libglib-2.0.so /usr/lib/libopenbabel.so  -Wl,--rpath 
-Wl,/home/xglurb/Developpement/gchempaint/install/lib
../../libs/gcu/.libs/libgcu-unstable.so: undefined reference to
`gsf_input_gnomevfs_new'
../../libs/gcu/.libs/libgcu-unstable.so: undefined reference to
`gsf_output_gnomevfs_new'
collect2: ld returned 1 exit status
make[3]: *** [gchem3d-viewer-unstable] Erreur 1

Which is weird because apparently this definition _does_ exist: 

gchemutils$ rgrep gsf_input_gnomevfs_new *
libs/gcu/application.cc:        GsfInput *input = gsf_input_gnomevfs_new
(uri.c_str (), &error);
Fichier binaire libs/gcu/.libs/libgcu-unstable.so.0.9.4 concorde
Fichier binaire libs/gcu/.libs/libgcu-unstable.so concorde
Fichier binaire libs/gcu/.libs/application.o concorde
Fichier binaire libs/gcu/.libs/libgcu-unstable.so.0 concorde

I don't really catch what's happening : is it a bug in the makefile ?
Apparently not, since libs directory have been compiled before
programs/3d
Is it a bug related to ubuntu 8.04 ?? I don't expect so...
I have also a question : what about (temprarily) not compiling
programs/3d ? 
Will I be able to compile gchempaint, is there any dependency between
them ?

Thanks in advance...

Etienne Lepercq





reply via email to

[Prev in Thread] Current Thread [Next in Thread]