User forums > General (but related to Code::Blocks)
compile version 16.01 from sources
alexo:
If you tell me the step by step procedure I can try it.
I don't know anything about package creation. Sorry.
oBFusCATed:
Neither do I know how to make them for mint. But a few days ago with little searching I've learnt how to make ubuntu packages (I'm not an ubuntu/debian user). So it should not be that hard.
stahta01:
--- Quote from: oBFusCATed on January 31, 2016, 08:55:36 pm ---Neither do I know how to make them for mint. But a few days ago with little searching I've learnt how to make ubuntu packages (I'm not an ubuntu/debian user). So it should not be that hard.
--- End quote ---
From http://www.pcworld.com/article/3013058/linux/linux-mint-173-rosa-offers-linux-mints-most-polished-desktop-experience-yet.html
--- Quote ---Linux Mint 17.3 “Rosa” continues a series of stable releases built on the Ubuntu 14.04 LTS code.
--- End quote ---
Tim S.
stahta01:
The directions I just followed on Debian Jessie https://github.com/stahta01/cb_misc/blob/master/Notes/codeblocks_https_metadata/Build%20wxWidgets-2.8.12%20from%20source%20on%20Debian%20based%20Linux.txt
Based on these directions http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Linux
Tim S.
BlueHazzard:
Just my two cents:
As i understand automake is present on the system but nit detected correctly?
--- Quote from: alexo on January 31, 2016, 05:16:14 pm ---
--- Code: ---alessandro@Aspire-5315 ~/Scaricati/codeblocks-16.01.release $ make
cd . && /bin/bash /home/alessandro/Scaricati/codeblocks-16.01.release/missing automake-1.13 --foreign
/home/alessandro/Scaricati/codeblocks-16.01.release/missing: riga 81: automake-1.13: comando non trovato
WARNING: 'automake-1.13' is missing on your system.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
make: *** [Makefile.in] Errore 1
--- End code ---
automake is installed and
--- Code: ---aclocal --version
--- End code ---
gives:
--- Code: ---aclocal (GNU automake) 1.14.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Tom Tromey <tromey@redhat.com>
and Alexandre Duret-Lutz <adl@gnu.org>.
--- End code ---
--- End quote ---
So this might help:
http://stackoverflow.com/questions/21716385/glib2-build-cant-find-automake-1-13-when-automake-1-14-is-installed
i am no linux build system pro, but you could also try on a fresh source download
--- Code: ---./bootstrap
./configure
make
--- End code ---
greetings
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version