Re: [SIP-devel] Hi,I modified the incluce path of Animal
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Zhang C. <ch...@ma...> - 2005-07-24 03:05:23
|
Hi, Ricardo I just ./configure, make and make install the modified Animal. All the libraries and header files are installed correctly. So I think #include <> has nothing with the installation path. Zhang Cheng Ricardo Fabbri wrote: >Hi, Zhang > > > >>I just use splint to make an analysis to the source code of Animal. In >>order to make splint to work fine, I changed the include path from the >>form <animal/common.h> to "common.h". IMHO, the current path is more >>accurate. >> >> > >I disagree. These files are to be installed in the user's system, e.g. >in /usr/local/include. > >Every .h file having an #include directive should use #include<>. > >Anyways, splint is good and it is nice that you know how to use it (I >never did). Thanks for the suggestion/disposition. > > |