News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Found possible bug with plugins FileManager, SpellChecker, and headerfixup.

Started by stahta01, February 16, 2015, 07:44:09 PM

Previous topic - Next topic

stahta01

I am trying to build Code::Blocks under Debian via coLinux and I tried something that did NOT fix a problem (I fixed it correctly another way).

But, I think that maybe the message is right in that  changing CXXFLAGS in the Makefile.am is wrong.

Tim S.


root@debian:~/devel/codeblocks-svn# autoreconf
configure.ac:91: warning: macro `AM_OPTIONS_WXCONFIG' not found in library
configure.ac:92: warning: macro `AM_PATH_WXCONFIG' not found in library
src/plugins/contrib/FileManager/Makefile.am:12: `CXXFLAGS' is a user variable, you should not override it;
src/plugins/contrib/FileManager/Makefile.am:12: use `AM_CXXFLAGS' instead.
src/plugins/contrib/SpellChecker/wxspellchecker/Makefile.am:7: `CXXFLAGS' is a user variable, you should not override it;
src/plugins/contrib/SpellChecker/wxspellchecker/Makefile.am:7: use `AM_CXXFLAGS' instead.
src/plugins/contrib/headerfixup/Makefile.am:5: `CXXFLAGS' is a user variable, you should not override it;
src/plugins/contrib/headerfixup/Makefile.am:5: use `AM_CXXFLAGS' instead.
Makefile.am: required file `./INSTALL' not found
Makefile.am: `automake --add-missing' can install `INSTALL'
autoreconf: automake failed with exit status: 1


Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]