Menu

compilation error

2005-01-25
2013-04-08
  • Mauro Franzoni

    Mauro Franzoni - 2005-01-25

    compiling under mandrake 10.1 (gcc 3.4.1):

    cc -O `gnome-config --cflags gnome` -IBitmaps -IWidgets   -c -o attributes.o attributes.c
    attributes.c: In function `generateColorMenuItem':
    attributes.c:646: error: label at end of compound statement
    make: *** [attributes.o] Error 1

    solved by adding a simple "break" statement at line 646.

    I also had to add a few symlinks:
    ln -s /usr/include/gtk-2.0/gtk /usr/include/gtk
    ln -s /usr/include/gtk-2.0/gdk /usr/include/gdk

    cheers, mauf

     
    • Ed Falk

      Ed Falk - 2005-06-30

      Hmmm.  Could you try again with the latest sources?

        -ef

       

Log in to post a comment.