Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 28, 2007, 07:32:25 pm

Title: The 28 May 2007 build will NOT be out.
Post by: killerbot on May 28, 2007, 07:32:25 pm
let's hope somebody comes back to work tomorrow at berlios ..
Title: Re: The 28 May 2007 build will NOT be out.
Post by: MVP on May 28, 2007, 08:16:19 pm
Cant wait to see the changelog! :)
Title: Re: The 28 May 2007 build will NOT be out.
Post by: raph on May 28, 2007, 08:19:27 pm
Cant wait to see the changelog! :)
See here (http://svn.berlios.de/wsvn/codeblocks/?op=log&rev=0&sc=0&isdir=1).
Title: Re: The 28 May 2007 build will NOT be out.
Post by: Roman on May 28, 2007, 08:48:03 pm
hmm... Is berlios really best for our purposes?

Regards
Roman
Title: Re: The 28 May 2007 build will NOT be out.
Post by: kelo81 on May 28, 2007, 08:58:43 pm
This doesn't happen in SourceForge...  :|
Title: Re: The 28 May 2007 build will NOT be out.
Post by: darthdespotism on May 28, 2007, 10:02:42 pm
Da momentan keine Nightlys kommen habe ich mich mal wieder mit dem selberbauen versucht.
[EDIT:AS there are actually no NBs I tried to compile on my own]
Gnu/Linux (Ubuntu 7.04) 2.6.20-16
g++ 4.1.2

Fehlermeldung (dpkg-buildpackage -b -uc -nc)
Code
make[4]: Betrete Verzeichnis '/home/darthdespotism/dev/CB/src/src'
/bin/bash ../../libtool --tag=CXX --mode=link g++  -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions   -o codeblocks -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   app.o appglobals.o compilersettingsdlg.o crashhandler.o dlgabout.o dlgaboutplugin.o environmentsettingsdlg.o main.o prefix.o printdlg.o scriptconsole.o scriptingsettingsdlg.o splashscreen.o startherepage.o -LwxAUI -lwxaui -L../sdk -lcodeblocks -pthread   -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8  -lpthread -ldl
g++ -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -o .libs/codeblocks app.o appglobals.o compilersettingsdlg.o crashhandler.o dlgabout.o dlgaboutplugin.o environmentsettingsdlg.o main.o prefix.o printdlg.o scriptconsole.o scriptingsettingsdlg.o splashscreen.o startherepage.o -pthread  -lm -L/home/darthdespotism/dev/CB/src/src/wxAUI /home/darthdespotism/dev/CB/src/src/wxAUI/.libs/libwxaui.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so -lXext -lXinerama -lXi -lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libfreetype.so -lz -lfontconfig -lpng12 -lXrender -lX11 /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -L/home/darthdespotism/dev/CB/src/sdk /home/darthdespotism/dev/CB/src/sdk/.libs/libcodeblocks.so -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lpthread -ldl -Wl,--rpath -Wl,/usr/local/lib
/home/darthdespotism/dev/CB/src/sdk/.libs/libcodeblocks.so: undefined reference to `CompileTargetBase::GetTargetFilenameGenerationPolicy(TargetFilenameGenerationPolicy*, TargetFilenameGenerationPolicy*) const'
collect2: ld returned 1 exit status
make[4]: *** [codeblocks] Fehler 1
make[4]: Verlasse Verzeichnis '/home/darthdespotism/dev/CB/src/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Verlasse Verzeichnis '/home/darthdespotism/dev/CB/src/src'
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis '/home/darthdespotism/dev/CB/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis '/home/darthdespotism/dev/CB'
make: *** [build-stamp] Fehler 2

debian/control modifiziert von wxGTK26 auf wxGTK28

EDIT://
Again I have forgotten that this is an English forum -.-
Title: Re: The 28 May 2007 build will NOT be out.
Post by: killerbot on May 28, 2007, 10:10:54 pm
make clean
make

[EDIT] : this proves that autotools does not catch up correctly, or svn does something weird (or our makefiles are not setup correctly). I had the same issue on my linux box.
Title: Re: The 28 May 2007 build will NOT be out.
Post by: darthdespotism on May 28, 2007, 10:13:13 pm
eher unwarscheinlich, da ich das -nc erst dieses mal verwendet habe und dpkg-buildpackage ein make clean aufruft wenn es fertig ist aber ich versuchs mal
[EDIT: I think this is probably not the solution as dpkg-buildpackage was used with -nc for the first time and without it makes a make clean on its own after having finished but I'll try it]

EDIT://
That was probably too early: after make clean it worked
Title: Re: The 28 May 2007 build will NOT be out.
Post by: kelo81 on May 28, 2007, 10:15:12 pm
I'd like to understand what are you saying...
Title: Re: The 28 May 2007 build will NOT be out.
Post by: darthdespotism on May 28, 2007, 10:16:34 pm
I'd like to understand what are you saying...

Please look at my editiongs.
Title: Re: The 28 May 2007 build will NOT be out.
Post by: kelo81 on May 28, 2007, 10:19:22 pm
I'm sorry, I didn't see it  :(
Title: Re: The 28 May 2007 build will NOT be out.
Post by: kurapix on May 29, 2007, 01:29:26 am
If you want to have a clean svn folder and compile (it's what I do everytime I compile from svn) :
Code
svn update
svn-clean
./bootstrap
debuild -us -uc
For using svn-clean you must have the subversion-tools installed (on Ubuntu).

Kurapix
Title: Re: The 28 May 2007 build will NOT be out.
Post by: JPlaroche on May 29, 2007, 02:16:22 pm
il est dommage que dans la proprieté -> target  la fenêtre  ne soi pas accessible dans différrent mode ex. 800x600 ou même si de nombreux sources dans 1024x768 etc  je n'ai pas essayé (pour mes pauvres yeux) pourrait-il avoir une modification s'il vous plait, Merci.

It is pity that in the proprieté - > target the window not one not accessible in différrent mode ex. 800x600 or even if of numerous sources in 1024x768 .....  I did not try (for my poor eyes) he could have a modification please, Thank you. :P :P
Title: Re: The 28 May 2007 build will NOT be out.
Post by: indigo0086 on May 29, 2007, 05:44:07 pm
I'm also with the guys that sourceforge is much more reliable.  As for the europe thing that was brought up later there are several servers in europe and the speeds should be great for the size of the files.