gap-system / ward

Code generation tool needed for HPC-GAP
Boost Software License 1.0
3 stars 7 forks source link

Ward reports syntax error in profile.c #7

Closed olexandr-konovalov closed 8 years ago

olexandr-konovalov commented 9 years ago

@rbehrends, @ChrisJefferson - currently Jenkins build for Ward reports the following problem

+ ./ward -debug src/profile.c
popen: "gcc -E -I. -Iarch -D__extension__= -D__attribute__'('x')'= -D__typeof'('x')'=int -DHAVE_NATIVE_TLS=1 -DWARD_ENABLED=1 -DCONFIG_H=1 src/profile.c"
src/profile.c:306,20:Syntax error
static inline UInt getFilenameId(stat)
                  ^
Build step 'Execute shell' marked build as failure
ChrisJefferson commented 9 years ago

Fixed in the GAP source -- what I'm not sure about is how I ever got the system to build :)