You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it works. However, e.g. the FFTW library changes its API depending whether complex.h is included or not. Defining _Complex breaks the inclusion of fftw3.h. I can circumvent this for my application by not using FFTW, but maybe a native support of the standard library complex feature in CScout would make sense. There seem to be some more problems when using tgmath.h. I had syntax error when using fabs() in this case. Including math.h instead fixed this problem.
Georg, regarding tgmath.h either a CScout-specific version of the header file must be provided, or the builtins used in the system-provided one must be defined.
I'm closing this issue and opening issue #26 for the required tasks.
When trying to process
I get a syntax error for cmathcalls.h. I use glibc version 2.19 and gcc 4.9.2.
Best regards
Georg Geiser
The text was updated successfully, but these errors were encountered: