Re: [Anjuta-list] anjuta compile errors at libs/libanjuta-gdb.so:
- From: Sébastien Granjoux <seb sfo free fr>
- To: solarisx <solarisx gmx net>
- Cc: anjuta-list lists sourceforge net
- Subject: Re: [Anjuta-list] anjuta compile errors at libs/libanjuta-gdb.so:
- Date: Thu, 11 Jan 2007 19:20:22 +0100
Hello,
solarisx a écrit :
I tried to uncomment gdb in configure and in the Makefiles without success.
Simply removing gdbmi-test and modifying the Makefile didnt work too.
What kind of error do you get ? make still try to build gdbmi-test or
you get an error on another file ?
Is there a fast way to fix the problem?
Well, in plugins/gdb/Makefile you should have a line like this
noinst_PROGRAMS = gdbmi-test$(EXEEXT)
if you replace it with
noinst_PROGRAMS =
make shouldn't build gdbmi-test anymore. You need to change this each
time you run the configure script as Makefile is generated from Makefile.am.
The clean way to remove gdbmi-test is to remove the following lines
noinst_PROGRAMS = gdbmi-test
gdbmi_test_SOURCES = gdbmi-test.c
gdbmi_test_LDADD = libanjuta-gdb.la
But you need to regenerate all makefiles which takes quite a lots of time.
Anyway, there is probably a problem with the build process which would
probably give some errors later. Which version of autotool do you use ?
Regards,
Sébastien
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]