News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Compiling Code::Blocks on Debian from source

Started by hd, February 25, 2017, 10:51:54 AM

Previous topic - Next topic

hd

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

oBFusCATed

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!]

hd

Hi,

Quote from: oBFusCATed on February 25, 2017, 11:20:30 AM
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