Code::Blocks Forums

User forums => Help => Topic started by: hd on February 25, 2017, 10:51:54 am

Title: Compiling Code::Blocks on Debian from source
Post by: hd on February 25, 2017, 10:51:54 am
-- Linux ds 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1 (2016-12-30) x86_64 GNU/Linux
-- sv update -> At revision 11019
-- ./configure
-- make

I was able to success before, but now getting following errors:

Makefile.am:5: error: KEEP_DLLS does not appear in AM_CONDITIONAL
src/include/Makefile.am:7: error: PRECOMPILE_HEADERS does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:1: error: BUILD_ASTYLE does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:5: error: BUILD_AUTOSAVE does not appear in AM_CONDITION
...

What I'm missing?

--
Regards,
Hakki Dogusan
Title: Re: Compiling Code::Blocks on Debian from source
Post by: oBFusCATed on February 25, 2017, 11:20:30 am
Have you run the bootstrap script in the main folder?
Title: Re: Compiling Code::Blocks on Debian from source
Post by: hd on February 25, 2017, 11:59:13 am
Hi,

Have you run the bootstrap script in the main folder?

Yes, getting same errors:

./bootstrap
Using 'svn --xml info' to get the revision
Found revision: '11019' '2017-02-21 23:52:17'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Makefile.am:5: error: KEEP_DLLS does not appear in AM_CONDITIONAL
src/include/Makefile.am:7: error: PRECOMPILE_HEADERS does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:1: error: BUILD_ASTYLE does not appear in AM_CONDITIONAL
src/plugins/Makefile.am:5: error: BUILD_AUTOSAVE does not appear in AM_CONDITIONAL
...

--
Regards,
Hakki Dogusan