Author Topic: Compiling Code::Blocks on Debian from source  (Read 2658 times)

Offline hd

  • Multiple posting newcomer
  • *
  • Posts: 45
    • http://www.dynaset.org/dogusanh
Compiling Code::Blocks on Debian from source
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Compiling Code::Blocks on Debian from source
« Reply #1 on: February 25, 2017, 11:20:30 am »
Have you run the bootstrap script in the main folder?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline hd

  • Multiple posting newcomer
  • *
  • Posts: 45
    • http://www.dynaset.org/dogusanh
Re: Compiling Code::Blocks on Debian from source
« Reply #2 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