Am 20.05.2010 um 11:21 schrieb Hartmut Eilers:
>> If it is you can resolve it using the C preprocessor using a command
>> line similar to this one:
>
>> cpp --no-stdinc comedi.h > comedi.cpped.h
>
>> Afterwards try h2pas again.
>
> I tried the above mentioned fix with the following result:
>
>
On 20 May 2010 10:21, Hartmut Eilers wrote:
> hart...@canis:~/src/OpenMSR/PhysMach/comedi $ cpp --no-stdinc comedi.h
>> comedi.cpped.h
> cc1: error: unrecognized command line option "-fno-stdinc"
>
> This commandline option is not recognized by the compiler, hmmm.
Try cpp -nostdinc. After this,