Results 1 to 1 of 1
Ok i have been trying to install linuxdc++ on SuSE, note that this is my first ever attempt to install via cvs/source...and i couldn't find a guide for suse anywhere.
...
- 11-08-2006 #1
installing linuxdc++ errors
Ok i have been trying to install linuxdc++ on SuSE, note that this is my first ever attempt to install via cvs/source...and i couldn't find a guide for suse anywhere.
i somehow managed to get the dependencies needed and i downloaded the source and compiled it without errors, at which point i was very happy..
however when i tried to run
sudo scons install
i got the following result:
scons: Reading SConscript files ...
Checking for g++ >= 3.4...(cached) yes
Checking for pkg-config... (cached) yes
Checking for gtk+-2.0 >= 2.6... (cached) yes
Checking for gthread-2.0 >= 2.4... (cached) yes
Checking for libglade-2.0 >= 2.4... (cached) yes
Checking for C header file time.h... (cached) yes
Checking for C header file signal.h... (cached) yes
Checking for C header file unistd.h... (cached) yes
Checking for main() in C library pthread... (cached) yes
Checking for main() in C library z... (cached) yes
Checking for main() in C library bz2... (cached) yes
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
Package gthread-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gthread-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gthread-2.0' found
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
scons: done reading SConscript files.
scons: Building targets ...
...
(a lot of Install file: ".." as "..." that appeared to be going well
...
client/Text.cpp:23:18: error: glib.h: No such file or directory
client/Text.cpp: In static member function 'static std::string Text::acpToUtf8(const std::string&)':
client/Text.cpp:270: error: 'gchar' was not declared in this scope
client/Text.cpp:270: error: 'utf8CString' was not declared in this scope
client/Text.cpp:270: error: 'g_filename_to_utf8' was not declared in this scope
client/Text.cpp:273: error: 'g_convert' was not declared in this scope
client/Text.cpp:278: error: 'g_free' was not declared in this scope
client/Text.cpp: In static member function 'static std::string Text::utf8ToAcp(const std::string&)':
client/Text.cpp:285: error: 'gchar' was not declared in this scope
client/Text.cpp:285: error: 'acpCString' was not declared in this scope
client/Text.cpp:286: error: 'g_getenv' was not declared in this scope
client/Text.cpp:287: error: 'g_filename_from_utf8' was not declared in this scope
client/Text.cpp:289: error: 'g_convert' was not declared in this scope
client/Text.cpp:294: error: 'g_free' was not declared in this scope
client/Text.cpp: In static member function 'static std::string Text::toLower(const std::string&)':
client/Text.cpp:301: error: 'gchar' was not declared in this scope
client/Text.cpp:301: error: 'lowerCString' was not declared in this scope
client/Text.cpp:304: error: 'g_utf8_strdown' was not declared in this scope
client/Text.cpp:306: error: 'g_free' was not declared in this scope
scons: *** [build/client/Text.o] Error 1
scons: building terminated because of errors.
and i have honestly no idea what went wrong...
can anyone help me plz?


Reply With Quote