-
Notifications
You must be signed in to change notification settings - Fork 38
Description
$ make -j
cd swill && /usr/bin/make
cd btyacc && /usr/bin/make
make[1]: Entering directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/swill'
cd Source/Objects; /usr/bin/make
make[1]: Entering directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/btyacc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/btyacc'
make[2]: Entering directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/swill/Source/Objects'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/swill/Source/Objects'
cd Source/SWILL; /usr/bin/make static
make[2]: Entering directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/swill/Source/SWILL'
make[2]: Nothing to be done for 'static'.
make[2]: Leaving directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/swill/Source/SWILL'
make[1]: Leaving directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/swill'
cd src && /usr/bin/make
make[1]: Entering directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/src'
/usr/bin/make depend
make[2]: Entering directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/src'
make[2]: Nothing to be done for 'depend'.
make[2]: Leaving directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/src'
/usr/bin/make build/cscout
make[2]: Entering directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/src'
g++ -c -std=gnu++11 -O3 -pipe -Wall -I. -DINSTALL_PREFIX='"/usr/local"' -DPRODUCTION -o build/html.o html.cpp
html.cpp: In function ‘void html_head(FILE*, std::string, std::string, const char*)’:
html.cpp:170:17: error: expected primary-expression before ‘,’ token
170 | , of);
| ^
make[2]: *** [Makefile:152: build/html.o] Error 1
make[2]: Leaving directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/src'
make[1]: *** [Makefile:174: all] Error 2
make[1]: Leaving directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/src'
make: *** [Makefile:31: src/build/cscout] Error 2