Pascal J. Bourguignon wrote: > On 2010/03/17, at 12:27 , Vishal Bayskar wrote: >> but every time it is giving an error >> ======= >> Error: Could not run /usr/local/bin/gccxml: >> Argument list too long >> ======= > This is a limit of the host operating system. In general, there's a > limit on the number of arguments and on the total size of the arguments > that can be passed to a process.
The argument list that gccxml generates for its internal parser is no where close to the limit of 64-bit Linux argv[]. > On 2010/03/17, at 12:27 , Vishal Bayskar wrote: > GCCXML_COMPILER="/usr/lib64/ccache/c++" We don't support ccache. Try gccxml --gccxml-compiler g++ example1.cxx -fxml=example1.xml -Brad _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.gccxml.org/mailman/listinfo/gccxml