User forums > Nightly builds
The 26 January 2007 build is out.
dronT78:
--- Quote from: daniel2000 on January 27, 2007, 01:09:40 pm ---I'll check this. It's a problem with the WANT_AUTOMAKE variable, it is currently set to 1.7, but due to my change in configure.in 1.9 is required, but only for make dist :?
--- End quote ---
thanks, but i build CB with
./configure --enable-contrib --prefix=/usr
make
make install
Vampyre_Dark:
Wow, this build loaded amazingly quick.
dronT78:
Now there is another two bugs
first with debugger.
make wxWidgets Projects from template.
insert return true; in first line at bool MyApp::OnInit()
now run debug/continue from panel button
after this unable to stop debugger
second with enviroment
when open cbp file from Thunar in XFCE4.4 codeblocks opened but not responding
before kill -9
project is attached. have fun :(
[attachment deleted by admin]
TheTuxKeeper:
--- Quote from: dronT78 on January 27, 2007, 01:14:33 pm ---thanks, but i build CB with
./configure --enable-contrib --prefix=/usr
make
make install
--- End quote ---
Yes, but the gentoo automake-wrapper (/usr/bin/automake is linked to it) looks whether WANT_AUTOMAKE is defined correctly and then uses the specified version. bootstrap defines WANT_AUTOMAKE=1.7, that's why automake-1.7 is used ;)
But since there's a problem with automake < 1.9, it uses the old v7 tar format (filenames limited to 99 characters), I added an option to use a newer tar format, but this option isn't availabe in automake < 1.9 and causes this error :( automake doesn't care whether you use make dist because it doesn't know. It wants to set up everything like it's defined
I'll look whether there's a work around.
Kazade:
--- Quote from: killerbot on January 26, 2007, 11:15:31 pm ---
* Greatly improved C++ parser's parsing time (~70-90% decrease)
--- End quote ---
F*ck me thats fast! :lol:
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version