compile error
Kichigai Mentat <[email protected]> Tue, 8 Feb 2005 23:05:17 -0600
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <[email protected]> |
Here's the system specs:
OS: Mac OS X (10.3)
CPU: PowerPC G4 1.07 GHz
RAM: 256 MB
The system fits the configure requirements, and configure produces a
make file. Upon making, I recieve the following error:
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -Wpointer-arith
-finline-functions -ffast-math -funroll-all-loops -o xmms
-export-dynamic bmp.o skin.o util.o output.o fft.o input.o effect.o
general.o visualization.o fullscreen.o pluginenum.o playlist.o
controlsocket.o dock.o widget.o sbutton.o pbutton.o tbutton.o textbox.o
menurow.o hslider.o monostereo.o vis.o svis.o number.o playstatus.o
playlist_list.o playlist_slider.o playlist_popup.o eq_graph.o
eq_slider.o main.o skinwin.o prefswin.o playlistwin.o equalizer.o
hints.o about.o sm.o getopt.o getopt1.o urldecode.o mkdtemp.o -L/sw/lib
-L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lgthread -lglib -lpthread
-lintl -lXext -lX11 -lm -lpthread -lSM -lICE -lXxf86vm
../libxmms/libxmms.la -L/usr/local/lib -lintl -liconv -lc
-R/usr/local/lib
gcc -g -O2 -Wall -Wpointer-arith -finline-functions -ffast-math
-funroll-all-loops -o .libs/xmms bmp.o skin.o util.o output.o fft.o
input.o effect.o general.o visualization.o fullscreen.o pluginenum.o
playlist.o controlsocket.o dock.o widget.o sbutton.o pbutton.o
tbutton.o textbox.o menurow.o hslider.o monostereo.o vis.o svis.o
number.o playstatus.o playlist_list.o playlist_slider.o
playlist_popup.o eq_graph.o eq_slider.o main.o skinwin.o prefswin.o
playlistwin.o equalizer.o hints.o about.o sm.o getopt.o getopt1.o
urldecode.o mkdtemp.o -L/sw/lib -L/usr/X11R6/lib -lSM -lICE -lXxf86vm
-L../libxmms/.libs -lxmms -lgtk -lgdk -L/usr/local/lib -lgmodule
-lgthread -lglib -lpthread -lXext -lX11 -lm -lintl -liconv -lc
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
ld: Undefined symbols:
_libintl_gettext
_libintl_bindtextdomain
_libintl_textdomain
make[4]: *** [xmms] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
In all honesty, I don't understand it. I've run make a couple times, as
well as configure. I always end up with the same results.
I hate to add bloat to the message, but if someone needs it, my
configure spew is below:
checking build system type... powerpc-apple-darwin7.7.0
checking host system type... powerpc-apple-darwin7.7.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for prefix by checking for xmms... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking whether byte ordering is bigendian... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking for a sed that does not truncate output... /usr/bin/sed
checking how to recognise dependent libraries... file_magic Mach-O
dynamically linked shared library
checking command to parse /usr/bin/nm -p output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin7.7.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... yes
creating libtool
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for glib-config... /sw/bin/glib-config
checking for GLIB - version >= 1.2.2... yes
checking for gtk-config... /sw/bin/gtk-config
checking for GTK - version >= 1.2.2... yes
checking for xmms... no
checking for SmcOpenConnection in -lSM... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for XF86VidModeQueryExtension in -lXxf86vm... yes
checking for old style FreeBSD -pthread flag... no
checking for pthread_attr_init in -lpthread... yes
checking for glBegin in -lGL... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for inflate in -lz... yes
checking for esd-config... /sw/bin/esd-config
checking for ESD - version >= 0.2.8... yes
checking for esd_get_latency in -lesd... no
checking for libmikmod-config... no
checking for libmikmod - version >= 3.1.5... no
*** The libmikmod-config script installed by libmikmod could not be
found
*** If libmikmod was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the LIBMIKMOD_CONFIG environment variable to the
*** full path to libmikmod-config.
checking for Ogg... yes
checking for Vorbis... no
*** Could not run Vorbis test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding Vorbis or finding the wrong
*** version of Vorbis. If it is not finding Vorbis, you'll need to set
your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to
point
*** to the installed location Also, make sure you have run ldconfig if
that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it,
although
*** you may also be able to get things to work by modifying
LD_LIBRARY_PATH
checking for thread-safe Xlib... yes
checking whether NLS is requested... yes
checking for msgfmt... /sw/bin/msgfmt
checking for gmsgfmt... /sw/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking for ranlib... (cached) ranlib
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... no
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... (cached) yes
checking how to link with libiconv... -liconv
checking for iconv declaration... (cached)
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.28, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -L/usr/local/lib -lintl -liconv -lc
checking for socklen_t... yes
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
checking for libasound headers version >= 0.9.0... not present.
checking for snd_ctl_open in -lasound... no
checking for FreeBSD newpcm driver... no
checking linux/cdrom.h usability... no
checking linux/cdrom.h presence... no
checking for linux/cdrom.h... no
checking sys/cdrio.h usability... no
checking sys/cdrio.h presence... no
checking for sys/cdrio.h... no
checking sys/cdio.h usability... no
checking sys/cdio.h presence... no
checking for sys/cdio.h... no
checking linux/joystick.h usability... no
checking linux/joystick.h presence... no
checking for linux/joystick.h... no
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking for limits.h... (cached) yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/sched.h usability... no
checking sys/sched.h presence... no
checking for sys/sched.h... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking for sched_setscheduler... no
checking for sched_setscheduler in -lposix4... no
checking for sched_setscheduler in -lrt... no
checking for mkdtemp... yes
checking for getmntinfo... yes
checking for sched_get_priority_max... yes
checking for srandomdev... yes
checking for nl_langinfo(CODESET)... yes
checking for long... yes
checking size of long... 4
checking if __ELF__ is defined... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xmms.1
config.status: creating wmxmms.1
config.status: creating xmms.spec
config.status: creating xmms-config
config.status: creating xmms/Makefile
config.status: creating xmms/defskin/Makefile
config.status: creating Output/Makefile
config.status: creating Output/OSS/Makefile
config.status: creating Output/esd/Makefile
config.status: creating Output/disk_writer/Makefile
config.status: creating Output/solaris/Makefile
config.status: creating Output/sun/Makefile
config.status: creating Output/alsa/Makefile
config.status: creating Input/Makefile
config.status: creating Input/wav/Makefile
config.status: creating Input/mpg123/Makefile
config.status: creating Input/mikmod/Makefile
config.status: creating Input/cdaudio/Makefile
config.status: creating Input/tonegen/Makefile
config.status: creating Input/vorbis/Makefile
config.status: creating Effect/Makefile
config.status: creating Effect/voice/Makefile
config.status: creating Effect/echo_plugin/Makefile
config.status: creating Effect/stereo_plugin/Makefile
config.status: creating General/Makefile
config.status: creating General/ir/Makefile
config.status: creating General/joystick/Makefile
config.status: creating General/song_change/Makefile
config.status: creating Visualization/Makefile
config.status: creating Visualization/blur_scope/Makefile
config.status: creating Visualization/sanalyzer/Makefile
config.status: creating Visualization/opengl_spectrum/Makefile
config.status: creating wmxmms/Makefile
config.status: creating po/Makefile.in
config.status: creating intl/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating xmms/i18n.h
config.status: xmms/i18n.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: setting ALL_LINGUAS in configure.in is obsolete
config.status: creating po/Makefile
config.status: executing default commands
configure: configuring in libxmms
configure: running /bin/sh './configure' --prefix=/usr/local
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... powerpc-apple-darwin7.7.0
checking host system type... powerpc-apple-darwin7.7.0
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking how to recognise dependant libraries... file_magic Mach-O
dynamically linked shared library
checking command to parse /usr/bin/nm -p output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin7.7.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
checking for sched_setscheduler... no
checking for sched_setscheduler in -lposix4... no
checking for sched_setscheduler in -lrt... no
checking for nanosleep... yes
checking for glib-config... /sw/bin/glib-config
checking for GLIB - version >= 1.2.2... yes
checking for gtk-config... /sw/bin/gtk-config
checking for GTK - version >= 1.2.2... yes
checking whether time.h and sys/time.h may both be included... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/sched.h usability... no
checking sys/sched.h presence... no
checking for sys/sched.h... no
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
Configuration:
Install path: /usr/local
Build OSS plugin: yes
Build esd plugin: yes
Build Solaris plugin: no
Build BSD Sun plugin: no
Build ALSA plugin: no
Build mikmod plugin: no
Build Ogg Vorbis plugin: no
Build OpenGL plugins: yes
Pthread flag: -lpthread
Use one plugin dir: no
Allow user plugin dir: yes
I don't intend to touch my source code, so if someone needs additional
info from any of the files, I can go grab it. Thank you.
"The real problem with hunting elephants is carrying the decoys."
(fortune spew)
_______________________________________________
xmms-devel mailing list
[email protected]
http://lists.xmms.org/mailman/listinfo/xmms-devel