Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Trouble compiling vqfplugin
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
mentus
n00b
n00b


Joined: 01 Aug 2003
Posts: 26
Location: São Paulo / Brazil

PostPosted: Sun Sep 14, 2003 12:00 pm    Post subject: Trouble compiling vqfplugin Reply with quote

I'm trying to compile the xmms vqfplugin (http://www.csn.ul.ie/~mel/projects/linux/vqfplugin/) in my gentoo box, but I'm having weird compile problems. It seems that it is compiling a certain object with all internal references messed up. Here's the relevant output of the make commnad:
Code:

       c++ vqfinfo.o header.o usage.o -L../NTTLib -lvqbit -ltvqe -ltvqd  -o vqfinfo
../NTTLib/libtvqe.a(fb_enc.o)(.text+0x10c): In function `fb_categorize(float *, float *, INDEX *)':
: undefined reference to `__builtin_vec_new'
../NTTLib/libtvqe.a(fb_enc.o)(.text+0x80a): In function `fb_categorize(float *, float *, INDEX *)':
: undefined reference to `__builtin_vec_delete'
: undefined reference to `cerr'
../NTTLib/libtvqe.a(fvector.o)(.text+0x1e): In function `FVector::shiftRight(int)':
: undefined reference to `cout'
../NTTLib/libtvqe.a(fvector.o)(.text+0x856): In function `printFVector(FVector &, char *, int)':
       


A complete output of configure/make, can be found at http://www.linux.ime.usp.br/~feferraz/tmp/compile.log.

Notice that standard functions like 'cout' or 'cerr' are being taken as 'undefined references', which is very weird. The code seems fine, as it compiles without a flaw on a Debian 3.0 (http://www.linux.ime.usp.br/~feferraz/tmp/compile-ok.log and it USED TO compile just fine here too.

Does anyone have any idea on that? Does it compile fine on your machines?

Thank you,
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum