CipesAtHome icon indicating copy to clipboard operation
CipesAtHome copied to clipboard

error while compiling

Open D-Snutz opened this issue 1 year ago • 1 comments

omp_get_thread_num() in calculator.c is stopping me from compiling: Error: (ISO C99 and later do not support implicit function declarations.

D-Snutz avatar May 03 '23 20:05 D-Snutz

It sounds like you are building without OpenMP. Does the default build configuration not have it enabled? @malleoz removed its installation from the Windows build instructions in 099f053, so I would assume it should always be installed.

Amphitryon0 avatar May 03 '23 22:05 Amphitryon0