Re: Problems with synopsis from trunk
Michael Lehn <[email protected]> Tue, 8 Mar 2011 20:38:30 +0100
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
>> >> 1) It seams that I cannot pass a include path to synopsis. For instance, I want to pass >> the include "$HOME/blas++" and want to define two macros like this: >> >> synopsis -p Cxx -I $HOME/blas++ -D HAVE_CBLAS -D WITH_ATLAS -f Dump -o dump blas++/examples/test_gematrix.cc >> >> With synopsis 0.13 this works without problems. > > I just realized I had a related local change that I failed to check in. I just committed this as revision 2045. Works! Thanks for the fast bugfix! Michael