protux-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-support] stdio.h


From: Remon Sijrier
Subject: Re: [Protux-support] stdio.h
Date: Mon, 19 Jul 2004 10:59:27 +0200 (CEST)
User-agent: SquirrelMail/1.4.2

> Hello
>
>    Well a new installation of FreeType2 fixed most of these arrors with
> this exceoption:

Oops, didn't see this mail. Forget about the mail I send previous about
this topic :-)


> *******************errors start here*************
>
> CursorManager.o(.text+0x308f): In function `CursorManager::update(int,
> int)':
> /home/Frank/protux-0.20.2/src/CursorManager.cc:199: undefined reference
> to `CursorManager::block_to_smpte(long long, int)'
> Mixer.o(.text+0x13b11): In function `Mixer::render_all(QString)':
> /home/Frank/protux-0.20.2/src/Mixer.cc:567: undefined reference to
> `CursorManager::block_to_smpte(long long, int)'
> collect2: ld returned 1 exit status

> Help!!

Yeah, say that ;-)

CursorManager::block_to_smpte(long long, int) is an inline function if I
remember correctly. For some reason it is not "seen" by the linker?
I commented out those line's when I got this compile error to just let it
compile.
I uncommented it later and suddenly it compiled! Never got this compile
error again. Not a fix actually, but you could do it to have it compile
for the moment.
Maybe somebody else has more knowledge on this particular issue?


Remon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]