You are not logged in.
Hi,
I am trying to compile a new version of xbmc and it is reporting this error:
-----------------------------------------------------------------------------
enc -lvorbis -lm -logg -Wl,--hash-style=gnu -Wl,--as-needed -rdynamic -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lasound -lenca -lm -lXt -lX11 -lSM -lICE -lXtst -lXext -lXmu -lXt -lX11 -lSM -lICE -lXinerama -lcurl -ldbus-1 -lpthread -lrt -lSDL -lpthread -lhal -ldbus-1 -lpthread -lrt -lhal-storage -lhal -ldbus-1 -lpthread -lrt -rdynamic
xbmc/utils/utils.a(IMDB.o): In function `CIMDB::InternalFindMovie(CStdStr<char> const&, std::vector<CScraperUrl, std::allocator<CScraperUrl> >&, bool&, bool)':
/home/bmentink/builds/xbmc-pvr/xbmc/xbmc/utils/IMDB.cpp:171: undefined reference to `fstrcmp(char const*, char const*, double)'
xbmc/xbmc.a(Util.o): In function `CUtil::AlbumRelevance(CStdStr<char> const&, CStdStr<char> const&, CStdStr<char> const&, CStdStr<char> const&)':
/home/bmentink/builds/xbmc-pvr/xbmc/xbmc/Util.cpp:2947: undefined reference to `fstrcmp(char const*, char const*, double)'
/home/bmentink/builds/xbmc-pvr/xbmc/xbmc/Util.cpp:2955: undefined reference to `fstrcmp(char const*, char const*, double)'
collect2: ld returned 1 exit status
make: *** [xbmc.bin] Error 1
---------------------------------------------------------------------------------
Someone on the xbmc forum suggested I install libfstrcmp-dev (ubuntu), I don't see the equivelent in Arch .... any suggestions.
Cheers,
Bernie
Last edited by bmentink (2010-11-19 19:19:28)
Offline
Where did you get your xmbc code from? ABS?
Offline
No, I am trying out dushmaniac's Dharma-pvr (merge of Dharma release and pvr2-testing) the instructions are:
-----------------------
$ git clone git://github.com/opdenkamp/xbmc.git
$ cd xbmc
# change to Dharma-pvr branch
$ git checkout Dharma-pvr
# compile
$ ./bootstrap && ./configure (your opts here) && make
install...
---------------------------------------
EDIT: Tried installing into /usr from http://fstrcmp.sourceforge.net/ ... but still the same error.
Cheers,
B
Last edited by bmentink (2010-11-19 22:37:08)
Offline