|
From: Bernhard K. <bk...@su...> - 2003-02-05 02:50:37
|
Hi, fr-2003-02-04.090301.tar.bz2 I've got the current snapshot and tried to compile with the lastest CS (end of Jan) bt FR could not find some CS funcs. Can anybody fix this? Tried the Jan 15 Release as referred in readme.now, but it misses a hint to add these to scf.cfg: (at least I could not find any with grep) freeraider.net.servermanager.tcp = frnsmtcp freeraider.factory.netobjects = frobjfct freeraider.net.clientmanager.tcp = frncmtcp freeraider.system.eventmapper = frevtmap freeraider.user.client = frawscli freeraider.net.datapackager = frmarsh freeraider.ship.x-proto = frship freeraider.hud.sample-o-hud = frhud freeraider.hud.control.simple-o-meter = frhudctl freeraider.hud.control.fade-o-meter = frhudctl freeraider.hud.control.decor = frhudctl freeraider.sound.control.cs = frsndctl freeraider.feature.listener.metersound = frevtsnd freeraider.plugin.frship = frship freeraider.feature.speed = frfeat freeraider.feature.movement = frfeat (also the wep page build instructions are old, do not contain the ln -s to FR in CS needed for Unix) This is how far I got with gdb then: [Switching to Thread 1024 (LWP 19627)] 0x4060b0dc in frShip::LoadFrom(iVFS*, char const*) () from /BERND/freeraider/CS/frship.so SuSE 8.1 (gcc 3.2, glibc-2.2.5+) I looks like there is still some scf.cfg entry wanted by frShip::LoadFrom, but I could not find it. frReport is called but there is no text output was shown for this sig11. Is the file stream/fd used for printing errors flushed within frReport? Looks not or it's logged elsewere, at least after adding some printf and adding fflush() for stdout and stderr frReport prints this from frship: Create container container.Engine Would have to use -g for frship, but wanted to report all this first. Is the game in a playable state besides? Bernd |