RE: Problems with templates ???
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <20DCDD8F0FCED411AC4D001083CF504501AA988B@MTL-EXCHANGE> |
Hi Serge, Here are two little issues with your makefile, though I doubt they cause the error you are seeing: > # -Wp,-t means the parser store trailing comments in dummy > # -Wp,-b,dir means the parser is using the dir as basename there is no '-Wp,-t' nor a '-Wp,-b' option. (As I said, calling conventions changed rather dramatically after 0.5) As 'synopsis -h' explains, the '-Wp' option will pass anything following the comma to the parser. Use 'synopsis -h -p Cxx' to see the Cxx parser specific options. Use '-Wp,--base_path,dir' to set the base path. The '-t' option is obsolete. What you are trying to do is nothing unusual and synopsis should be able to deal with your code just fine. Would you mind sending me the code (i.e. sources as well as build system) so I can debug it myself ? Thanks, Stefan