News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 28 May 2007 build will NOT be out.

Started by killerbot, May 28, 2007, 07:32:25 PM

Previous topic - Next topic

killerbot

let's hope somebody comes back to work tomorrow at berlios ..

MVP



Roman

hmm... Is berlios really best for our purposes?

Regards
Roman
CB LSI (C::B as a Little Secret Initiative)

kelo81

This doesn't happen in SourceForge...  :|
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

darthdespotism

#5
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)

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 -.-

killerbot

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.

darthdespotism

#7
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

kelo81

I'd like to understand what are you saying...
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

darthdespotism

Quote from: kelo81 on May 28, 2007, 10:15:12 PM
I'd like to understand what are you saying...

Please look at my editiongs.

kelo81

Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

kurapix

If you want to have a clean svn folder and compile (it's what I do everytime I compile from svn) :
svn update
svn-clean
./bootstrap
debuild -us -uc

For using svn-clean you must have the subversion-tools installed (on Ubuntu).

Kurapix
Code::Blocks package building script

JPlaroche

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
chef de projet MASTER (AS400  RPGILE  C   and SYTEM)

student c++ and wxwidgets for validation acquis (Jean-Pierre) wxformbuilder

indigo0086

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.