User forums > Using Code::Blocks

error with automake [CVS]

(1/3) > >>

lszk:
I had downloaded the latest CVS version on my Debian. I have a problem with ./bootstrap:

Automake 1.7 or above is required. Aborting build...

But I have it:

dpkg -l |grep automake
ii  automake1.4                      1.4-p6-9                      A tool for generating GNU Standards-compliant Makefiles.
ii  automake1.6                      1.6.3-12                      A tool for generating GNU Standards-compliant Makefiles.
ii  automake1.7                      1.7.9-7                       A tool for generating GNU Standards-compliant Makefiles
ii  automake1.8                      1.8.5-3                       A tool for generating GNU Standards-compliant Makefiles
ii  automake1.9                      1.9.6-1                       A tool for generating GNU Standards-compliant Makefiles

What can I do?

mandrav:
What is the output of "automake --version"?

lszk:
Hmm this is very interesting ...

--- Code: ---sh-3.00$ automake --version
automake (GNU automake) 1.4-p6
--- End code ---

[edit]

Ok, I removed 1.4 and 1.6 version and it works now. but I have a new problem. In ./configure I have

--- Code: ---checking whether to build the to-do plugin... yes
checking whether to build the contrib plugins... yes
checking if the compiler supports precompiled headers... yes
./configure: line 23643: AM_OPTIONS_WXCONFIG: command not found
./configure: line 23644: syntax error near unexpected token `2.4.2,'
./configure: line 23644: `AM_PATH_WXCONFIG(2.4.2, wxWin=1)'
--- End code ---

yop:
http://wiki.codeblocks.org/index.php/Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29 ;)

lszk:
Ehh :/ This is very problematic program ...

--- Code: --- make
Making all in src
make[1]: Entering directory `/tmp/codeblocks/src'
Making all in sdk
make[2]: Entering directory `/tmp/codeblocks/src/sdk'
rm -f ./sdk.h.gch
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA   -I../../src/sdk/wxscintilla/include -I../../src/sdk/tinyxml -I../../src/sdk/as/include  -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA  -g -O2 -O2 -ffast-math -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -o ./sdk.h.gch -xc++-header ./sdk.h
./configmanager.h: In member function 'void ConfigManager::Read(const wxString&, ConfigManagerContainer::SerializableObjectMap*)':
./configmanager.h:199: error: no matching function for call to 'TiXmlHandle::FirstChild(wxString&)'
./tinyxml/tinyxml.h:1458: note: candidates are: TiXmlHandle TiXmlHandle::FirstChild() const
./tinyxml/tinyxml.h:1460: note:                 TiXmlHandle TiXmlHandle::FirstChild(const char*) const
make[2]: *** [sdk.h.gch] Błąd 1
make[2]: Leaving directory `/tmp/codeblocks/src/sdk'
make[1]: *** [all-recursive] Błąd 1
make[1]: Leaving directory `/tmp/codeblocks/src'
make: *** [all-recursive] Błąd 1

--- End code ---

Is this possible, I find somewhere a deb package for Debian? I tryed a Ubuntu deb, but he didn't work properly :/

Navigation

[0] Message Index

[#] Next page

Go to full version