From: Markus R. <rol...@un...> - 2008-02-29 08:13:35
|
Yuan Xu wrote: > Hi Hedayat and all, > > Thanks, it seems you are right! > I tried both wx-2.8.4 and wx-2.8.7 with different configurations, the > problem is still there. > But after modified the Makefile.am in rsgedit directory as follow: [...] I'll test test this patch with my config.... I hesitate to take the -lpthread directly into Makefile.am. It should be part of the @BOOST_THREADS_LIB@ flags already? [...] > then I can do make & make install successfully. > However, I still can't run the rsgedit, it cashed with error: > -------------------------------------------------------------------- > ... > (spark.rb) creating oxygen/Transform instance at /usr/scene/camera > (eval):83: [BUG] terminated node (0x8446e04) > ruby 1.8.6 (2007-09-24) [i686-linux] > > (Core) caught signal 6 > (Core) dumping 24 stack frames. > [0] /usr/local/lib/rcssserver3d/libzeitgeist_debug.so.3(_ZN9zeitgeist4Core11CatchSignalEi+0xc4) > [0xb7993504] > ?? > ??:0 > ... Could you please post the complete statck dump (all 24 frames). This gives the call chain that might help to spot the error. The first frame '_ZN9zeitgeist4Core11CatchSignalEi+0xc' points to the Core::CoreCatchSignal function that produces this dump. More interesinting is of course what part of the server crashed... [...] > And finally, I collected some text from the ChangLog for the NEWS in 0.5.7. > Please correct it if there is anything wrong or missing. Thanks! [...] > Simspark Project, including rsgedit, rosimporter, and etc. So, you the rosimporter is still too experimental and not that useful. I would not include it into an release announcement. > should install the wxWidgets[1] firstly. maybe point out that wxWidgets is optional and only required to use rsgedit. [...] > - include some useful utilities: tinyxml, wxflatnotebook and wxscintilla these utilities are wxWidgets specific classes that are not part of its default distribution. They are just in tree copies and are not development by us. cheers, Markus |