Re: [Anjuta-list] anjuta-2 building problems



Hi Florent,

On Tue, 2005-05-17 at 12:42, Florent Teichteil wrote:
> I encountered 2 problems while compiling anjuta-2 on a debian sid:
> 
> 1) the file "plugins/glade/plugin.c" is corrupted since the included
> file "glade-project-window.h" does not exist neither in anjuta source
> nor in the devel files of glade-3 ;
> 
The include file is superfluous. Just remove the include line.

> 2) make install crashes with the following message:
> 
> ...
> /bin/sh ../../libtool --mode=install /usr/bin/install -c
> 'libanjuta-cvs-plugin.la' '/usr/local/lib/anjuta/libanjuta-cvs-plugin.la'
> libtool: install: warning: relinking `libanjuta-cvs-plugin.la'
> (cd /home/flo/Desktop/Downloads/anjuta-2.0.0/plugins/cvs-plugin; /bin/sh
> ../../libtool  --tag=CC --mode=relink gcc -O0 -g -Wall
> -Wmissing-prototypes -Wmissing-declarations -Wparentheses
> -Wpointer-arith -o libanjuta-cvs-plugin.la -rpath /usr/local/lib/anjuta
> -module plugin.lo cvs-actions.lo cvs-execute.lo cvs-callbacks.lo
> cvs-interface.lo ../../libanjuta/libanjuta.la -L/usr/lib -lpcre )
> libtool: link: warning:
> `/usr/lib/gcc-lib/i486-linux/3.3.5/../../..//libgnomeui-2.la' seems to
> be moved
> libtool: link: warning:
> `/usr/lib/gcc-lib/i486-linux/3.3.5/../../..//libgtk-x11-2.0.la' seems to
> be moved
> mv: cannot stat `libanjuta-cvs-plugin.so.0.0.0': No such file or directory
> libtool: install: error: relink `libanjuta-cvs-plugin.la' with the above
> command before installing it
> ...
> 
Johannes also has this problem, but no one seems to have successfully
investigated why that's happening. The problem doesn't happen with me,
so it's difficult for me to investigate it.

However, please do the following and see if it is solved:

1) Removed/comment the line that says "...la_LDFLAGS = -module" in
following files, 'make clean' and 'make':

plugins/cvs-plugin/Makefile.am
plugins/file-loader/Makefile.am
plugins/macro/Makefile.am
plugins/message-view/Makefile.am
plugins/patch/Makefile.am
plugins/project-manager/Makefile.am
plugins/subversion/Makefile.am
plugins/symbol-browser/Makefile.am

2) If it doesn't work, try adding the line:

AC_LIBTOOL_DLOPEN

 *before* the line that says

AC_PROG_LIBTOOL

Please let us know if any of the above solutions work, so that I could
deploy the changes in cvs.

Thanks.

Regards,
-Naba






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