OpioCornelius
New member
Hi colleagues.
I am experiencing an error when I try compiling WRF Chem along with the KPP library. The error is on the KPP library and it reads:
/usr/local/bin/yacc –d scan.y
Usage: /usr/local/bin/yacc [options] filename
Options:
-b file_prefix set filename prefix (default "y.")
-d write definitions (y.tab.h)
-g write a graphical description
-l suppress #line directives
-o output_file (default "y.tab.c")
-p symbol_prefix set symbol prefix (default "yy")
-r produce separate code and table files (y.code.c)
-t add debugging support
-v write description (y.output)
-V show version information and exit
make: *** [Makefile:82: y.tab.c] Error 1
When I try compiling WRFChem with out KPP, everything work very well.
How can i solve this error?
I am experiencing an error when I try compiling WRF Chem along with the KPP library. The error is on the KPP library and it reads:
/usr/local/bin/yacc –d scan.y
Usage: /usr/local/bin/yacc [options] filename
Options:
-b file_prefix set filename prefix (default "y.")
-d write definitions (y.tab.h)
-g write a graphical description
-l suppress #line directives
-o output_file (default "y.tab.c")
-p symbol_prefix set symbol prefix (default "yy")
-r produce separate code and table files (y.code.c)
-t add debugging support
-v write description (y.output)
-V show version information and exit
make: *** [Makefile:82: y.tab.c] Error 1
When I try compiling WRFChem with out KPP, everything work very well.
How can i solve this error?