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: Ricardo F. <rf...@gm...> - 2005-07-23 21:55:52
|
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.=20 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. --=20 Ricardo Fabbri PhD Student in Computer Engineering / Computer Vision LEMS - Laboratory for Engineering Man-Machine Systems Brown University, USA |