User forums > Using Code::Blocks

error with automake [CVS]

<< < (2/3) > >>

parasito:
If you wanna test C::B, download RC2 code and compile it. It works ok for me in Debian Sid.

I want to test wxSmith thats why I need to compile C::B SVN and I have same error than you. Hope someone solve that problem soon  :)

lszk:
I have Debian Sid too, but with sources is another problem. In ./configure I have

--- Code: ---checking for wxWidgets version >= 2.4.2... yes (version 2.6.1)
checking for wxWidgets static library... yes
configure: Configuring Code::Blocks...
configure: creating ./config.status
.infig.status: error: cannot find input file: Makefile
--- End code ---
8)

TheTuxKeeper:

--- Quote from: lszk on November 29, 2005, 07:41:04 pm ---I have Debian Sid too, but with sources is another problem. In ./configure I have

--- Code: ---checking for wxWidgets version >= 2.4.2... yes (version 2.6.1)
checking for wxWidgets static library... yes
configure: Configuring Code::Blocks...
configure: creating ./config.status
.infig.status: error: cannot find input file: Makefile
--- End code ---
8)

--- End quote ---
That's a problem with the line end!  ( This has been discussed a few times.)

To correct the line ends do this:

--- Code: ---find . -type f -and -not -name "*.cpp" -and -not -name "*.h" -and -not -name "*.png" -and -not -name "*.bmp" | sed "s/.*/\"\\0\"/" | xargs dos2unix
--- End code ---

Then it should work.

Daniel

rickg22:
I'm thinking guys... perhaps we should re-release RC2 source code with the line ends fixed. What do you think?

killerbot:
together with some other nice fixes :
 - selection : right click : selection gone
 - info no longer in the registry
 - ... much more ...

Idea : RC3 in the near future and a RC4 at some later time ??

Or we will just be patient, since every day CB gains another nice fixe or feature ....
Therefor I like the daily progress erports from Yiannis. It's like daily presents .

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version