[Paraview] SYNTAX ERROR found in parsing the header file (BTX ETX didn't work)

David Doria daviddoria at gmail.com
Wed Mar 10 10:15:28 EST 2010


On Fri, Mar 5, 2010 at 10:04 AM, David Doria <daviddoria at gmail.com> wrote:

> I am getting this error when building a plugin:
>
> SYNTAX ERROR found in parsing the header file
>
> I finally remembered to try BTX ETX tags, but they didn't work this time:
>
> The header is very simple, here is a representative sample:
>
> #ifndef FACTOR_INCLUDED
> #define FACTOR_INCLUDED
> //BTX
> #define SQRT_3 1.7320508075688772935
>
> double ArcTan2(const double& y,const double& x);
>
> //ETX
> #endif // FACTOR_INCLUDED
>
> Is there any reason the parser wouldn't like this?
>
> Thanks,
>
> David
>
>
Here is the simplest example that demonstrates the problem:
http://rpi.edu/~doriad/Paraview_List/TestClass.zip

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100310/521ec4a5/attachment.htm>


More information about the ParaView mailing list