Re: [Plib-users] multiple definitions
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2002-11-09 21:33:56
|
Mat Davidson wrote: > Ok, so I've got a mild answer to this problem. The only way Ive found > to get it working is to: > > 1.) take the plib headers and move them from /usr/include/plib to the > directory that is local the project > 2.) move #include<plib/xx.h> to #include "xx.h" > > its strange and I still don't have a decent explanation for it. Got > any ideas? Eh? That's crazy. So the allowed syntax depends on where the file is? Is it perhaps possible that there is an old version of PLIB stored somewhere else and that it *was* picking up the older version - but when you move the files to the local directory, it's able to find the newer (local) copies? ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net |