It cannot be compiled under Ununtu 7.04 with GTK+-2.0. After hacking for a while I get it compiled but in a very dirty way.
Several occurance of PropSet at lines 450, 571, 785 in SciTEGTK.cxx must be changed into PropSetFile in order for the compiling process getting through SciTEGTK.cxx. Then the compiler complains that StringList at lines 396, 409, 410 of SciTEBase.h was undefined, and at this stage StringList.cxx has already been processed. So I just copied the class StringList from StringList.h into SciTEBase.h and commented out the original definition in StringList.h. The last hack is to remove the parameter regarding lua.map from the make file. The above process is dirty because simply moving the class definition for StringList into SciTEBase.h does not work: one has to use the original StringList.h to generate StringList.o and then move the class definition. I cannot figure out what is going wrong with this version. Any clues? > The code move from Scintilla to SciTE has now been committed and > is available from CVS and from > http://scintilla.sourceforge.net/scite.zip Source > http://scintilla.sourceforge.net/wscite.zip Windows executable > > Neil > _______________________________________________ > Scintilla-interest mailing list > [email protected] > http://mailman.lyra.org/mailman/listinfo/scintilla-interest _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
