[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gmediaserver-devel] FreeBSD 6.0 again...
From: |
Peter Troon |
Subject: |
[gmediaserver-devel] FreeBSD 6.0 again... |
Date: |
Thu, 15 Dec 2005 15:21:10 +0100 (CET) |
Hello,
I've been trying to compile the /devel/libupnp and /devel/gmediaserver
ports on FreeBSD 6.0 for a few days now. The first works just fine, but
with the latter I still have problems, even after reading what I found
on these lists. The problem I have has to do with libiconv. I've
installed the port libiconv-1.9.2_1, but if I look at what goes wrong
during my build I might have the wrong version installed.
Can anyone give me an idea of how to solve this problem?
Here a snip of the install log of the port version:
===> Building for gmediaserver-0.8.0_1
gmake[3]: Entering directory
`/usr/ports/devel/gmediaserver/work/gmediaserver-0.8.0/src'
cc -Wall -O2 -fno-strict-aliasing -pipe -L/usr/local/lib -pthread -o
gmediaserver connectmgr.o contentdir.o interface.o logging.o upnp.o
webserver.o webclient.o main.o metadata.o url.o search-lexer.o
search-parser.o intutil.o hmap.o strutil.o strbuf.o ../lib/libgnu.a -lupnp
main.o(.text+0x30b): In function `main':
: undefined reference to `libiconv_open'
main.o(.text+0xb9b): In function `main':
: undefined reference to `libiconv_close'
../lib/libgnu.a(iconvme.o)(.text+0xc8): In function `iconv_alloc':
: undefined reference to `libiconv'
../lib/libgnu.a(iconvme.o)(.text+0x16a): In function `iconv_string':
: undefined reference to `libiconv_open'
../lib/libgnu.a(iconvme.o)(.text+0x191): In function `iconv_string':
: undefined reference to `libiconv_close'
gmake[3]: *** [gmediaserver] Error 1
gmake[3]: Leaving directory
`/usr/ports/devel/gmediaserver/work/gmediaserver-0.8.0/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/devel/gmediaserver/work/gmediaserver-0.8.0/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/devel/gmediaserver/work/gmediaserver-0.8.0'
gmake: *** [all] Error 2
*** Error code 2
Stop in /usr/ports/devel/gmediaserver.
I also tried to compile the sources of the new version 0.9.0, but that
gave me the problem that it couldn't find upnp.h. I managed to solve that
by copying upnp.h and other header files to the /usr/include directory,
but than I got another problem:
checking upnp.h usability... yes
checking upnp.h presence... yes
checking for upnp.h... yes
checking for UpnpInit in -lupnp... no
configure: error: the upnp library is required to build and run this
program
I get the same problem if I try to compile version 0.8.0. I hope someone
can help me with this one, because the amount of similar programs on
FreeBSD is very small and I got none of them working.
Thanks in advance.
Regards,
Peter
-------------------------------------------------------------
DE DIGITALE STAD
Peter A. J. Troon ICQ: #3900785
http://huizen.dds.nl/~pajtroon/ http://www.troon.org/
The solution to all problems is very easy...
- [gmediaserver-devel] FreeBSD 6.0 again...,
Peter Troon <=