User forums > Nightly builds
The 03 June 2007 build is out.
TheTuxKeeper:
For the suse build:
[*]If you haven't already the packman repo in your installation sources. Take one mirror from this list ftp://packman.links2linux.de/pub/packman/MIRRORS, add "/suse/" + suse version to the path (e.g. http://packman.inode.at/suse/10.2/). Use this path to add the new installation source in yast.
[*]Install the wxWidgets package
[*]now you can install the suse nightly.
[/list]
One remark: wxWidgets-devel and wxGTK-devel can't be installed both (the wxWidgets and wxGTK can be installed at the same time).
have fun :)
Xaviou:
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here.
darthdespotism:
Cool Ubuntu .deb now are for wx2.8 8)
indigo0086:
I've noticed that code-completion doesn't work for objects that were created from usign directives. For example if I do
--- Code: ---using boost::thread_group;
int main()
{
thread_group threads;
threads.---
return 0;
}
--- End code ---
does not automatically look up the members where the --- are
but if I do
--- Code: ---int main()
{
boost::thread_group threads;
threads.---
return 0;
}
--- End code ---
this one automatically autolooks up the members of the thread. Usually with the stl I wouldn't mind but with libraries like boost which I'm learning it's hard to look up functions I need.
san:
--- Quote from: indigo0086 on June 03, 2007, 07:36:55 pm ---Seems berlios increased their speeds, I used to get 12-20kbps, now I'm hitting 50.
And I love reading long green lists.
--- End quote ---
Ehm I'm getting 300 kb/s ?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version