User forums > Help
Settings don't get saved (svn 4454)
johne53:
Looking back through my notes, it seems that wxGTK was the other lib that I needed to install. In fact, wxGTK, wxGTK-dev and wxGTK-dbg are already installed on my system (version 2.6.3.2.1.5). I'm trying to use the following command set to build C::B (after first opening a terminal window and navigating to my C::B root folder)...
--- Quote from: Biplab ---./bootstrap
./configure
make
su
make install
--- End quote ---
Immediately after the ./bootstrap command I get this error:-
--- Quote ---You should add the contents of '/usr/share/aclocal/libtool.m4' to 'aclocal.m4'
./bootstrap: line64: aclocal: command not found
--- End quote ---
Does anyone know what this means? aclocal.m4 and libtool.m4 seem to be reasonably identical on both machines, AFAICT
Jenna:
the bootstrap-script starts with this lines:
--- Code: ---# Check for proper versions of autotools
# We require:
# - autoconf 2.50+
# - automake 1.7+, 1.9+ for make dist
# - libtool 1.4+
--- End code ---
you can type
--- Code: ---aclocal --version
autoconf --version
automake --version
libtool --version
--- End code ---
and see which versions are installed, or which program is missing.
codeblocks is developped against wxWidgets 2.8.4, but I don't know where you can find it for for Suse.
johne53:
Thanks Jens, I'll try those things tomorrow. Incidentally, my laptop is running a distro called 64Studio (it's my desktop machine that runs Suse). 64Studio is supposedly a customised version of Debian Etch, if that helps.
Jenna:
wxWidgets 2.8.4 for debian etch can be downloaded here:
--- Code: ---http://apt.tt-solutions.com/debian/ etch main
--- End code ---
key-import to apt's trusted keys:
--- Code: ---wget -q http://www.tt-solutions.com/vz/key.asc -O- | sudo apt-key add -
--- End code ---
johne53:
Thanks Jens. It turned out that only libtool was installed, not the others. Synaptic told me that the latest version of automake was 1.10. I couldn't figure out if that was earlier or later than 1.9, so I loaded 1.9. I now have the following installed:-
autoconf = version 2.61
aclocal = version 1.9.6
automake = version 1.9.6
libtool = version 1.5.22-4
and it seems to be building.... let's hope it solves my problems...!
[Edit...] No, it doesn't seem to be going very well. The make starts to falter when it needs wxWidgets (presumably because I've only installed v2.6). I didn't really understand your instruction ( wget -q http://www.tt-solutions.com/vz/key.asc -O- | sudo apt-key add - ) but I assumed that by typing that line, it would set up that URL to be the download path for wxWidgets. I typed it in (and got the response 'OK') but Synaptic still tells me that 2.6.3 is the latest version.
I then logged in as root and tried typing 'apt-get install wxWidgets' which produces "Couldn't find package wxWidgets". 'apt-get install wxGTK' produces "Couldn't find package wxGTK". Any idea what I'm doing wrong?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version