COMBINE-lab / minnow

10 stars 2 forks source link

Can't seem to install minnow #25

Open joelmeili opened 2 years ago

joelmeili commented 2 years ago

When I'm trying to install minnow (velo branch) I'm getting the following error message:

[ 2%] 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. Can you help me?

Dominic7227 commented 1 year ago

Thank @hiraksarkar @rob-p for developing such an amazing tool!

I accidently have the same error reported when I install the velo branch. I don't think I need the velocity-related functions, do you suggest using the default velo version or can I use v1.2 (not velo branch)?

bvaldebenitom commented 1 year ago

Hi @joelmeili and @Dominic7227 ,

Not a member of the minnow team. I think this is a bit late, but I was trying to install minnow recently, and found that downgrading CMake to version 3.15.0 solved it.

Hope this helps!

Best, Braulio.

joelmeili commented 1 year ago

Hi,

Like you said, I don't need it anymore, but thanks anyway for providing a workaround.

Best, Joël