COMBINE-lab / minnow

10 stars 2 forks source link

compiling problem #28

Open imerelli opened 1 year ago

imerelli commented 1 year ago

Hi, I have a problem in compiling your software. I tested different platforms and different compilers, but I always get this error. Any suggestion?

[ 15%] Completed 'libtbb' [ 15%] Built target libtbb [ 17%] Building CXX object external/twopaco/graphdump/CMakeFiles/graphdump.dir/graphdump.cpp.o cc1plus: error: too many filenames given; type 'cc1plus --help' for usage cc1plus: fatal error: CMakeFiles/graphdump.dir/graphdump.cpp.d: No such file or directory compilation terminated. make[2]: [external/twopaco/graphdump/CMakeFiles/graphdump.dir/graphdump.cpp.o] Error 1 make[1]: [external/twopaco/graphdump/CMakeFiles/graphdump.dir/all] Error 2 make: *** [all] Error 2

bvaldebenitom commented 1 year ago

Hi there!

Not a developer, but I was running on to the same issue. There seem to be conflicts between newer CMake versions. I downgraded to version 3.15.0 and got it working.

Best, Braulio.