baby-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[baby-devel] v14 compile error


From: Dino Morelli
Subject: [baby-devel] v14 compile error
Date: Sat, 15 Mar 2003 15:27:04 -0500
User-agent: KMail/1.4.3

I downloade the src for v14 and am seeing the following compile errors. Can 
anyone help to point me in the direction of what I should do next. Please let 
me know what other information is needed beyond this. Thank you.

linux: Mandrake 9, kernel 2.4.19-16
gcc: v3.2

the output of make:

# make
g++ -D_GNU_SOURCE -DNDEBUG -O3 -fno-implicit-inline-templates -fno-rtti 
-fno-inline-functions -I/opt/gnome/lib/glib/include -I/opt/gnome/include 
-I/usr/openwin/include -idirafter bin bin/gui_game_archive.program.cc 
`gtk-config --libs` -lpng -lm -s -o bin/baby_gui_game_archive
/bin/sh: line 1: gtk-config: command not found
In file included from src/gtk_object.hh:7,
                 from src/window.hh:4,
                 from src/widget.hh:4,
                 from src/buffer.hh:13,
                 from src/editor_window.hh:12,
                 from src/document_editor.hh:4,
                 from src/game_archive_editor.hh:4,
                 from src/gui_game_archive.cc:6,
                 from bin/gui_game_archive.program.cc:2:
src/canvas.hh:9:21: gdk/gdk.h: No such file or directory
src/canvas.hh:10:21: gtk/gtk.h: No such file or directory
In file included from src/gtk_object.hh:7,
                 from src/window.hh:4,
                 from src/widget.hh:4,
                 from src/buffer.hh:13,
                 from src/editor_window.hh:12,
                 from src/document_editor.hh:4,
                 from src/game_archive_editor.hh:4,
                 from src/gui_game_archive.cc:6,
                 from bin/gui_game_archive.program.cc:2:
src/canvas.hh:18: parse error before `{' token
src/canvas.hh:21: missing ';' before right brace
src/canvas.hh:24: ISO C++ forbids declaration of `Color' with no type
src/canvas.hh:26: parse error before `&' token
src/canvas.hh:27: ISO C++ forbids declaration of `Color' with no type
src/canvas.hh: In function `int Color(...)':
src/canvas.hh:27: `gdkcolor' undeclared (first use this function)
src/canvas.hh:27: (Each undeclared identifier is reported only once for each 
function it appears in.)
src/canvas.hh:28: only constructors take base initializers
src/canvas.hh:28: confused by earlier errors, bailing out
make: *** [bin/baby_gui_game_archive] Error 1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]