[Songcue-cvs-l] NetBunnyX/ lient/client.c aemon/daemon.c hared ...
Status: Beta
Brought to you by:
dgatwood
|
From: David A. G. <dga...@us...> - 2003-10-13 08:18:37
|
CVSROOT: /cvsroot/songcue Module name: NetBunnyX Changes by: dgatwood@sc8-pr-cvs1. 03/10/13 01:18:35 Modified files: client : client.c daemon : daemon.c shared : netbunny.h wabbit.c Log message: I appear to have accidentally fixed a really bizarre compile problem where #ifdef GRAPHICS_TEST char *path="blah"; #endif was getting compiled into the executable even when GRAPHICS_TEST was not defined. I can't figure out what was going on, except that removing the line temporarily caused the problem to go away, and putting it all back didn't break things. I'm quite confused now. Maybe it just wasn't rebuilding that file.... Must sleep. Anyway, the remotely-triggered version now appears to work, bus errors notwithstanding. We'll see how well it works for the demo tomorrow morning. Must sleep. |