User forums > Help

Building C::B from SVN is a problem.

(1/2) > >>

Ptomaine:
1) I've downloaded the latest SVN.
2) ran a ./bootstrap (it completed with no errors).
3) ran ./configure ... and in a few moments it's displayed an error: "cannot find file: Makefile"

I've checked it out and found Makefile.in and Makefile.am at its places. No "Makefile"s were generated.

any solutions will be appreciated.

killerbot:
are the autotools and automake installed ??

Ptomaine:

--- Quote from: killerbot on February 23, 2007, 07:30:30 am ---are the autotools and automake installed ??

--- End quote ---

Sure, they are. Otherwise bootstrap should print an error.
(I'm using openSuSE Linux 10.2 x86_64)

Ptomaine:
This is the exact term output:
...

--- Code: ---checking for pkg-config... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK2... yes
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.6.0... yes (version 2.8.0)
checking for wxWidgets static library... no
configure: Configuring Code::Blocks...
configure: SVN revision trunk-r3639 (2007-02-23 23:40:54)
configure: creating ./config.status
.infig.status: error: cannot find input file: Makefile
--- End code ---

Biplab:
I'm not sure whether this could be the cause or not but your pc has wx-2.8.0 by default. Officially C::B does not support wx-2.8.0.

You can try typing the following command (Based on the solution posted in http://forums.codeblocks.org/index.php?topic=5247.msg40910#msg40910 )-

--- Code: ---./configure --enable-contrib --with-wx-config=wx-config-2.6
--- End code ---

Don't flame me if that doesn't work. ;)

Navigation

[0] Message Index

[#] Next page

Go to full version