baby-devel
[Top][All Lists]
Advanced

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

[baby-devel] help with make errors


From: damon
Subject: [baby-devel] help with make errors
Date: Sun, 25 Jul 2004 23:05:41 -0500 (CDT)
User-agent: SquirrelMail/1.4.2

While trying to compile babychess 15 on my Mandrake 10.0 machine, I
encountered the following mess of errors (see end of e-mail for complete
text of error message). I tried to get around the first error listed,
assuming that if it was solved the others would also disappear. It's
complaning that it can't find the "libgnomeui-2.0" package. Which is just
mistaken, as you can see from the following command and its output:

=====
(%:~)- rpm -qa | grep libgnomeui
libgnomeui2_0-2.4.0.1-2mdk
libgnomeui2-2.4.0.1-2mdk
=====

Any help would be highly appreciated.
--Damon

Complete make error message follows.
===============
(%:~/downloads/source/babychess-15)- make
g++ -D_GNU_SOURCE -DNDEBUG -O3 `pkg-config --cflags gtk+-2.0
libgnomeui-2.0` -idirafter bin bin/xboard_engine.program.cc `pkg-config
--libs glib` -s -o bin/baby_xboard_engine
Package libgnomeui-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnomeui-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnomeui-2.0' found
In file included from src/game.hh:9,
                 from src/xboard_engine_session.hh:7,
                 from src/xboard_engine.cc:8,
                 from bin/xboard_engine.program.cc:2:
src/hash_table.hh:7:18: glib.h: No such file or directory
In file included from src/game.hh:9,
                 from src/xboard_engine_session.hh:7,
                 from src/xboard_engine.cc:8,
                 from bin/xboard_engine.program.cc:2:
src/hash_table.hh:66: error: syntax error before `*' token
src/hash_table.hh:70: error: `gpointer' was not declared in this scope
src/hash_table.hh:70: error: syntax error before `,' token
src/hash_table.hh:78: error: ISO C++ forbids declaration of `guint' with
no type
src/hash_table.hh:78: error: syntax error before `(' token
src/hash_table.hh:79: error: ISO C++ forbids declaration of `gint' with no
type
src/hash_table.hh:79: error: syntax error before `(' token
src/hash_table.hh:80: error: `gpointer' was not declared in this scope
src/hash_table.hh:80: error: syntax error before `,' token
src/hash_table.hh: In constructor `Hash_Table::Hash_Table()':
src/hash_table.hh:21: error: class `Hash_Table' does not have any field
named `table'
src/hash_table.hh: In copy constructor `Hash_Table::Hash_Table(const
Hash_Table&)':
src/hash_table.hh:25: error: class `Hash_Table' does not have any field
named `table'
src/hash_table.hh: In member function `void
Hash_Table::Iterate(Hash_Table::Callback&) const':
src/hash_table.hh:47: error: `table' undeclared (first use this function)
src/hash_table.hh:47: error: (Each undeclared identifier is reported only
once for each function it appears in.)
src/hash_table.hh:51: error: `g_hash_table_foreach' undeclared (first use
this function)
src/hash_table.hh: In static member function `static void
Hash_Table::Free_Func(...)':
src/hash_table.hh:74: error: `key' undeclared (first use this function)
src/hash_table.hh:75: error: `value' undeclared (first use this function)
In file included from bin/xboard_engine.program.cc:31:
src/hash_table.cc: At global scope:
src/hash_table.cc:8: error: syntax error before `::' token
src/hash_table.cc:15: error: syntax error before `void'
src/hash_table.cc:17: error: syntax error before `=' token
src/hash_table.cc:19: error: syntax error before `void'
src/hash_table.cc:25: error: syntax error before `::' token
src/hash_table.cc:30: error: `a' was not declared in this scope
src/hash_table.cc:30: error: `b' was not declared in this scope
src/hash_table.cc:34: error: syntax error before `void'
src/hash_table.cc:35: error: syntax error before `void'
src/hash_table.cc:41: error: syntax error before `,' token
src/hash_table.cc: In static member function `static void
Hash_Table::Iterate_Func(...)':
src/hash_table.cc:51: error: `val' undeclared (first use this function)
src/hash_table.cc:55: error: `user_data' undeclared (first use this function)
src/hash_table.cc: In member function `void Hash_Table::Set(String, String)':
src/hash_table.cc:109: error: `gpointer' undeclared (first use this function)
src/hash_table.cc:109: error: syntax error before `,' token
src/hash_table.cc:110: error: `TRUE' undeclared (first use this function)
src/hash_table.cc:113: error: `orig_key' undeclared (first use this function)
src/hash_table.cc:114: error: `orig_value' undeclared (first use this
function)
src/hash_table.cc:114: error: `g_hash_table_lookup_extended' undeclared
(first use this function)
src/hash_table.cc:116: error: `g_hash_table_remove' undeclared (first use
this function)
src/hash_table.cc:135: error: `g_hash_table_insert' undeclared (first use
this function)
src/hash_table.cc: In member function `void Hash_Table::Free()':
src/hash_table.cc:144: error: `g_hash_table_foreach' undeclared (first use
this function)
src/hash_table.cc: In member function `bool Hash_Table::Get(String,
String&) const':
src/hash_table.cc:156: error: `g_hash_table_lookup' undeclared (first use
this function)
src/hash_table.cc: In member function `bool Hash_Table::Remove(String)':
src/hash_table.cc:170: error: syntax error before `,' token
src/hash_table.cc:175: error: `g_hash_table_lookup_extended' undeclared
(first use this function)
src/hash_table.cc:178: error: `g_hash_table_remove' undeclared (first use
this function)
src/hash_table.cc: In member function `bool Hash_Table::Alloc()':
src/hash_table.cc:190: error: `Hash_Func' undeclared (first use this
function)
src/hash_table.cc:191: error: `Compare_Func' undeclared (first use this
function)
src/hash_table.cc:191: error: `g_hash_table_new' undeclared (first use
this function)
In file included from bin/xboard_engine.program.cc:45:
src/get_dir.cc:13:18: glib.h: No such file or directory
In file included from bin/xboard_engine.program.cc:45:
src/get_dir.cc: In function `String Get_Dir(Install_Dir)':
src/get_dir.cc:53: error: `g_get_home_dir' undeclared (first use this
function)
make: *** [bin/baby_xboard_engine] Error 1
===============




reply via email to

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