In my recent experiments with cppcheck it appears that it expects to find the library and platform files passed via the --library and --platform options in a well-known path derived from the location of the executable. Is there any interest in making these options accept a fully-qualified path? In my situation I don't have access to the cfg or platform directories in the cppcheck install so I have issues experimenting with platform and library files unless I build it myself and run in my own local paths.
Perhaps I have missed something in the documentation?
Thanks for the help!
Matt Markland
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In my recent experiments with cppcheck it appears that it expects to find the library and platform files passed via the
--libraryand--platformoptions in a well-known path derived from the location of the executable. Is there any interest in making these options accept a fully-qualified path? In my situation I don't have access to thecfgorplatformdirectories in the cppcheck install so I have issues experimenting with platform and library files unless I build it myself and run in my own local paths.Perhaps I have missed something in the documentation?
Thanks for the help!
Matt Markland