Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: stahta01 on February 16, 2015, 07:44:09 pm

Title: Found possible bug with plugins FileManager, SpellChecker, and headerfixup.
Post by: stahta01 on February 16, 2015, 07:44:09 pm
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.

Code
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.