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
I am working on a task to solve the MIP problems, and I would like to reference and run a portion of your code.
But I got stuck with an issue when configuring the environment.
When installing SCIP and executing the command make -C ./build -j 4, an Error occured and I cannot figure out why is that.
The error log is very long and the last few lines are like this.
In file included from /home/fengyuan/scip-6.0.1/src/scip/reader_zpl.c:62:
/usr/local/include/zimpl/mme.h:76:13: error: old-style parameter declarations in prototyped function definition
76 | extern void zpl_exit(int retval) is_NORETURN;
| ^~~~~~~~
/home/fengyuan/scip-6.0.1/src/scip/reader_zpl.c:1641: error: expected ‘{’ at end of input
1641 | }
|
[ 51%] Building C object src/CMakeFiles/scip.dir/scip/sepa_clique.c.o
make[2]: *** [src/CMakeFiles/scip.dir/build.make:2364: src/CMakeFiles/scip.dir/scip/reader_zpl.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/mnt/nas2/home/fengyuan/scip-6.0.1/build'
make[1]: *** [CMakeFiles/Makefile2:1035: src/CMakeFiles/scip.dir/all] Error 2
make[1]: Leaving directory '/mnt/nas2/home/fengyuan/scip-6.0.1/build'
make: *** [Makefile:163: all] Error 2
make: Leaving directory '/mnt/nas2/home/fengyuan/scip-6.0.1/build'
Do you know what cause this error?
I'll be appreciated if you offer me a probable solution.
Looking forward your prompt reply.
The text was updated successfully, but these errors were encountered:
Hello gasse,
I am working on a task to solve the MIP problems, and I would like to reference and run a portion of your code.
But I got stuck with an issue when configuring the environment.
When installing SCIP and executing the command
make -C ./build -j 4
, an Error occured and I cannot figure out why is that.The error log is very long and the last few lines are like this.
Do you know what cause this error?
I'll be appreciated if you offer me a probable solution.
Looking forward your prompt reply.
The text was updated successfully, but these errors were encountered: