From: Markus R. <rol...@un...> - 2007-02-28 07:52:24
|
Hi, sorry for my late replies, I'm kind of busy during the next couple of days. On Wed, 28 Feb 2007, Oliver Obst wrote: > On 28/02/2007, at 2:19 AM, Oliver Obst wrote: > > > Hi, > > > > I get the output below when compiling rsgedit on my system (Mac OS > > X). (I can have a look, but not now). > > OK, I could fix this one. Compiles and links fine for me now. When I > try to start up, I see the splash for a short time, and then I get > many error messages of this kind: This is probably related to two things. First the wxWidgets version you are using (according to your CVS messages) is an older development snapshot (2.5.3) the current stable version is somewhere around 2.8.2 (see wxwidgets.org) Further you are using wxWidgets in a Unicode build. That leads to all kind of conversion errors (as I'm using a non unicode aware build of wxWidgets). Your explicit wxChar casts should fix these issues. Also some helper macros like _T() are provided from wxWidgets. > csselaptopes208:~/Code/simspark.WIN32/contrib/rsgedit fruit$ ./rsgedit > #<NoMethodError: undefined method `sparkSetupServer' for main:Object> > from (eval):19 > (Class) ERROR: failed to get zeitgeist Core for class 'ClassClass' > (Object) ERROR: failed to get zeitgeist core for 'Node0xa0b0b924' > installed at '/classes/zeitgeist/Node' sparkSetupServer is a method from spark.rb. I think something in the scriptserver/ruby setup does not work properly. Please try to get the 'coretest' running first. Cheers, Markus |