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-24 22:36:40
|
> 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, --=20 Ricardo Fabbri PhD Student in Computer Engineering / Computer Vision LEMS - Laboratory for Engineering Man-Machine Systems Brown University, USA |