Hi,
I downloaded codeblocks-1.0rc2 and want install the package under linux.
Unfortunatly I found no configure script. (IIRC the previous distribution contained
a Makefile.unix or similiar)
I saw a configure.in (BTW why not named configure.ac ?) and tried
aclocal
autoheader --force
automake --add-missing --copy --force-missing
and got an error:
configure.in:23: required file `./ltmain.sh' not found
How to install the package ?
There should be a bootstrap script. Run that first.
Run the bootstrap script.
Note that some files may have windows line endings by accident and produce errors when you run configure. Just search this forum for the solution...
http://wiki.codeblocks.org/index.php/Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29 :wink:
Quote from: yop on November 09, 2005, 08:43:01 AM
http://wiki.codeblocks.org/index.php/Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29 :wink:
cool codeblock runs now...