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-25 03:06:09
|
Hi, Ricardo I'm sorry to commit my changes without careful consideration. You're right, I should not modify #include<>. Because I'm new to splint too, I didn't notice the -I flag. I'll be more careful before commit any changes. Zhang Cheng Ricardo Fabbri wrote: >>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. Ricardo, can I commit my changes without your permission?;-) >> >> > >Hi Zhang > >Please make sure you are using splint correctly. It should have a flag >for searching include files. The way animal currently is just like, >e.g. GTK is built. >Try using -I (include) flags in splint. If that doesn't work, you >have to give a clear reason before making any changes in working code. > >For example, -I/usr/local/lib or -I/home/zhang/path/to/animal > >cheers, > > |