[openbox] obconf-1.5 make problem (openbsd 3.4)

Mike logan at dct.com
Wed Feb 4 14:33:44 EST 2004


On Wednesday, February 04, 2004 at 05:28AM, J S wrote:
>I have done what you suggested and still come to compile problems:
>
>-g -O2 -c -o src/src_obconf-handlers.o `test -f 'src/handlers.c' || echo 
>'./'`
>rc/handlers.c
>src/handlers.c: In function `on_desktop_names_cell_edited':
>src/handlers.c:987: syntax error before `*'

in on_desktop_names_cell_edited():

    if (mapping) return;

<variable declarations here>

move that line below the 'xmlNodePtr n, c;' line (7 or so down).

This should be the last modification you'd have to make. I installed libglade and libstartup-notification, no other errors for me...

Mike



More information about the openbox mailing list