From: Hedayat V. <hed...@ai...> - 2008-02-29 11:37:41
|
Hi, /*Markus Rollmann <rol...@un...>*/ wrote on 02/29/2008 11:43:07 AM: > 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: > [...] Nice to hear that! :) > > 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? Yes, I think it is better to define THREAD_LIBS and put the required flags there. Also, as I remember -lpthread can be omitted when linking to boost_thread libraries. It was only needed in static linking (at least in my experiments). So, I'm agree with putting it in BOOST_THREADS_LIB or THREADS_LIB! > > [...] >> 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... ّI can run rsgedit, but I don't know if it doesn't work correctly on my system or I don't know how to work with it. I've just a brief look at it so I can't provide useful info now. But I tried opening ball.rsg or soccerbot056.rsg, but I don't see anything in the render screen. Is it OK? >> 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! Thanks >> should install the wxWidgets[1] firstly. > > maybe point out that wxWidgets is optional and only required to use > rsgedit. Yes, I think it should be mentioned too. Thanks, Hedayat |