Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install issues #22

Open
xp0123 opened this issue May 13, 2024 · 1 comment
Open

Install issues #22

xp0123 opened this issue May 13, 2024 · 1 comment

Comments

@xp0123
Copy link

xp0123 commented May 13, 2024

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.

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.

@Lzu-Han
Copy link

Lzu-Han commented Oct 11, 2024

hi,guys,do you solve your problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants