Re: [Plib-users] Can't compile examples
Brought to you by:
sjbaker
|
From: Steve B. <sjb...@ai...> - 2000-07-12 23:06:53
|
Peter A Barros wrote:
>
> I recently downloaded plib-1.2.0 and set it up fine, now I am trying to do
> the same for the "plib_examples-1.1.8" but when i do a make on it i get:
> sg_quat_test.cxx:49: implicit declaration of function `int
> sgMakeQuat(...)'
Ooops!
That test program wasn't supposed to end up in the distribution.
It's junk.
> any idea how to fix this problem?
Change sg_quat_test.cxx to read:
int main ()
{
return 0 ;
}
:-)
(If you just delete it, you'll have to change the Makefile.am, re-run autoconf/automake,
etc, etc)
Those examples and documents are in *severe* need of updating...So many jobs - so
little time. :-(
Sorry!
--
Steve Baker HomeEmail: <sjb...@ai...>
WorkEmail: <sj...@li...>
HomePage : http://web2.airmail.net/sjbaker1
Projects : http://plib.sourceforge.net
http://tuxaqfh.sourceforge.net
http://tuxkart.sourceforge.net
http://prettypoly.sourceforge.net
|