User forums > Nightly builds
The 24 December 2007 build (4750) is out.
killerbot:
--- Quote from: tvaster on December 26, 2007, 06:06:41 am ---
--- Quote ---SVN 4742 would not compile for Linux SUSE 10.2
wxscoder.cpp needed:
#include <wx/string.h>
Merry Christmas and thanks for a great development tool !!!
fixed : actually wxscoder.h needed the include, and the cpp needed the include of wx/intl.h
--- End quote ---
Had to change wxscoder.cpp from
<<<<<<< .mine
#include <wx/string.h>
=======
#include <wx/intl.h>
>>>>>>> .r4751
to:
//<<<<<<< .mine
//#include <wx/string.h>
//=======
#include <wx/intl.h>
//>>>>>>> .r4751
to get it to compile. Hope this helps.
--- End quote ---
that was a merge conflict from svn (it really sucks at merging), have svn revert that file, then it should come into the clean state again. Or delete it and do a svn update.
pasgui:
Build for Ubuntu i386 can be found here
Best regards, pasgui
cfdev:
Hi all
Package for Slackware 12.0 Here
:D
Bye
dje:
Hi all !
From this build, I noticed that when I double click a word in the editor to copy it, three points (...) appear in the bookmarks margin.
Is it normal ? Is it useful or how can we use them (it seems that clicking on them has no effect).
Dje
killerbot:
--- Quote from: dje on December 26, 2007, 10:34:11 pm ---Hi all !
From this build, I noticed that when I double click a word in the editor to copy it, three points (...) appear in the bookmarks margin.
Is it normal ? Is it useful or how can we use them (it seems that clicking on them has no effect).
Dje
--- End quote ---
I don't have that behavior.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version