User forums > Nightly builds
The 16 august 2006 build is out.
killerbot:
use : GetSelection() on that offending line.
could you state which version of wx you are using ??
Kreso:
2.6.1.2, the ones in ubuntu repos.
I'll go and download/compile the latest version
Vampyre_Dark:
Yellow boxes all over my screen! All my projects are older than the current save version. I got a messagebox for each of them, and then a screen full of yellow boxes (and they even spawned off the screen too!) :lol:
--- Code: ---My Commit
void SpawnYellowBox(string message)
{
DOSAttack("http:://www.codeblocks.org");
return;
}
--- End code ---
cstudent:
Same here libwxgtk2.6-dev = 2.6.1 I think the additional .2 is a debian version number.
I've tried to download and compile 2.6.3. The compiling part goes fine and I have followed everything step in the Code::Blocks wiki, but I can never get this part to work.
--- Quote ---Add /opt/wx/2.6/bin to the PATH (if you're shell is bash then edit /etc/profile or ~/.bash_profile) (On Suse 10.1 edit /etc/profile.local, it will only be available after a new login). an example PATH
export PATH=/usr/bin:/opt/wx/2.6/bin:$PATH
Note: On Ubuntu Hoary it was necessary to check "Run command as login shell" in the gnome-terminal profile-settings, otherwise the PATH changes are not available in a gnome-terminal window.
add /opt/wx/2.6/lib to /etc/ld.so.conf (nano /etc/ld.so.conf) then run:
ldconfig
source /etc/profile
That's it. Now the linker will look in /opt/wx/2.6/lib for wx libraries and you will have a monolithic shared library unicode build.
To check that things are working, type:
wx-config --prefix
which should give you /opt/wx/2.6
wx-config --libs
which should have at least
-L/opt/wx/2.6/lib -lwx_gtk2-2.6
but can contain other flags as well.
which wx-config
should return /opt/wx/2.6/bin/wx-config
--- End quote ---
If you are able to get it to work, I sure would like to be clued in as to how. Edgy will have 2.6.3 available. I tried to install the .deb for it, but it screams for a bunch of other dependencies. Btw, I was able to build the .deb under edgy. Edgy will also be using gcc 4.1.
Edit: That last part maybe doesn't make sense. I tried to install libwxgtk2.6-dev from the Edgy repo on Dapper, but it wouldn't install without a bunch of additional dependencies. I didn't want to break my Dapper box, so I didn't continue with that idea. And I was able to build the Code::Blocks deb for Ubuntu I've been building on an Edgy box I have set up. I had to override the dependency for gcc 4.0 3 and compiled it using 4.1. I haven't really tested it beyond that point.
Kreso:
--- Quote from: cstudent on August 17, 2006, 12:34:44 am ---
If you are able to get it to work, I sure would like to be clued in as to how. Edgy will have 2.6.3 available. I tried to install the .deb for it, but it screams for a bunch of other dependencies. Btw, I was able to build the .deb under edgy. Edgy will also be using gcc 4.1.
--- End quote ---
I've downloaded 2.6.3 but I'll install it tommorow, it's way to late :)
Anyway, why all the extra config to get C::B work with 2.6.3?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version