Re: Gtk+ not installed

2003-01-10 Thread Joe Marcus Clarke
On Fri, 2003-01-10 at 14:17, Hanspeter Roth wrote:
 Hello,
 
 I'm trying to install the xmms port. I get:
 
 checking for GTK - version = 1.2.2... no
 *** Could not run GTK test program, checking why...
 [...]
 ***rpm --erase --nodeps gtk gtk-devel
 configure: error: *** GTK+ = 1.2.2 not installed - please install first ***
 ===  Script configure failed unexpectedly.
 
 My gtk port is Version 1.2.10_7.
 So is 10  2?
 Are GTK+ and the gtk port something different?

Looks like it might be a problem with your GTK install.  Either that or
a hidden problem.  Can you send the config.log from xmms?

Joe

 
 -Hanspeter
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Gtk+ not installed

2003-01-10 Thread Hanspeter Roth
  On Jan 10 at 14:29, Joe Marcus Clarke spoke:

 Looks like it might be a problem with your GTK install.  Either that or
 a hidden problem.  Can you send the config.log from xmms?

Maybe there's a problem with concerning libintl.so.2?

-Hanspeter

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:796: checking host system type
configure:834: checking for a BSD compatible install
configure:887: checking whether build environment is sane
configure:944: checking whether gmake sets ${MAKE}
configure:990: checking for working aclocal
configure:1003: checking for working autoconf
configure:1016: checking for working automake
configure:1029: checking for working autoheader
configure:1042: checking for working makeinfo
configure:1166: checking for gcc
configure:1279: checking whether the C compiler (cc -O -pipe -march=pentium ) works
configure:1295: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  
conftest.c -L/usr/local/lib 15
configure:1321: checking whether the C compiler (cc -O -pipe -march=pentium ) is a 
cross-compiler
configure:1326: checking whether we are using GNU C
configure:1335: cc -E conftest.c
configure:1354: checking whether cc accepts -g
configure:1386: checking for POSIXized ISC
configure:1407: checking whether byte ordering is bigendian
configure:1425: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure:1440: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure: In function `main':
configure:1435: syntax error before `big'
configure: failed program was:
#line 1429 configure
#include confdefs.h
#include sys/types.h
#include sys/param.h
int main() {

#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif
; return 0; }
configure:1497: checking for inline
configure:1511: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure:1537: checking for working const
configure:1591: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure:1624: checking for a BSD compatible install
configure:1677: checking whether ln -s works
configure:1698: checking whether gmake sets ${MAKE}
configure:1760: checking for Cygwin environment
configure:1776: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure: In function `main':
configure:1772: `__CYGWIN32__' undeclared (first use in this function)
configure:1772: (Each undeclared identifier is reported only once
configure:1772: for each function it appears in.)
configure: failed program was:
#line 1765 configure
#include confdefs.h

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1793: checking for mingw32 environment
configure:1805: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure: In function `main':
configure:1801: `__MINGW32__' undeclared (first use in this function)
configure:1801: (Each undeclared identifier is reported only once
configure:1801: for each function it appears in.)
configure: failed program was:
#line 1798 configure
#include confdefs.h

int main() {
return __MINGW32__;
; return 0; }
configure:1822: checking how to run the C preprocessor
configure:1843: cc -E -I/usr/local/include conftest.c /dev/null 2conftest.out
configure:1948: checking build system type
configure:1977: checking for ld used by GCC
configure:2045: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
configure:2062: checking for /usr/libexec/elf/ld option to reload object files
configure:2074: checking for BSD-compatible nm
configure:2112: checking how to recognise dependant libraries
configure:2295: checking for object suffix
configure:2301: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure:2321: checking for executable suffix
configure:2331: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  
conftest.c -L/usr/local/lib 15
configure:2362: checking command to parse /usr/bin/nm -B output
configure:2442: cc -c -O -pipe -march=pentium -I/usr/local/include conftest.c 15
configure:2445: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 
]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'  
conftest.nm
configure:2496: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  
conftest.c conftstm.o 15
configure:2545: checking for dlfcn.h
configure:2555: cc -E -I/usr/local/include conftest.c /dev/null 2conftest.out
configure:2723: checking for ranlib
configure:2790: checking for strip
configure:3033: checking for objdir
configure:3060: checking for cc option to produce PIC
configure:3212: checking if cc PIC flag -fPIC works
configure:3226: cc -c -O -pipe -march=pentium -fPIC -DPIC -I/usr/local/include 
conftest.c 15
configure:3278: checking if cc static flag -static works
configure:3293: cc -o conftest -O -pipe -march=pentium -I/usr/local/include  -static 
conftest.c -L/usr/local/lib 15

Re: Gtk+ not installed

2003-01-10 Thread Joe Marcus Clarke
On Fri, 2003-01-10 at 14:42, Hanspeter Roth wrote:
   On Jan 10 at 14:29, Joe Marcus Clarke spoke:
 
  Looks like it might be a problem with your GTK install.  Either that or
  a hidden problem.  Can you send the config.log from xmms?
 
 Maybe there's a problem with concerning libintl.so.2?

Yep.  You need to first remove all versions of gettext on your machine,
then install the latest version of devel/gettext.  After that, rebuild
and reinstall x11-toolkits/gtk12, and you should be set.

Joe

 
 -Hanspeter
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Gtk+ not installed

2003-01-10 Thread Hanspeter Roth
  On Jan 10 at 14:44, Joe Marcus Clarke spoke:

 On Fri, 2003-01-10 at 14:42, Hanspeter Roth wrote:
  Maybe there's a problem with concerning libintl.so.2?
 
 Yep.  You need to first remove all versions of gettext on your machine,
 then install the latest version of devel/gettext.  After that, rebuild
 and reinstall x11-toolkits/gtk12, and you should be set.

Yes, this has worked! Thanks!

-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message