-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This branch is a start for porting DSHARP to the Mac:
Currently, it still has the following issue:
Below is the new error message, it now complains about missing sys/sysinfo.h. This looks like a Mac issue, so I used google and found this page:
g++ -c -pipe -O3 -w -I. -Isrc/shared -I/usr/include -o Basics.o src/src_sharpSAT/Basics.cpp
g++ -c -pipe -O3 -w -I. -Isrc/shared -I/usr/include -o SomeTime.o src/shared/SomeTime.cpp
g++ -c -pipe -O3 -w -I. -Isrc/shared -I/usr/include -o RealNumberTypes.o src/shared/RealNumberTypes.cpp
g++ -c -pipe -O3 -w -I. -Isrc/shared -I/usr/include -o AnalyzerData.o src/shared/Interface/AnalyzerData.cpp
g++ -c -pipe -O3 -w -I. -Isrc/shared -I/usr/include -o DecisionStack.o src/src_sharpSAT/MainSolver/DecisionStack.cpp
g++ -c -pipe -O3 -w -I. -Isrc/shared -I/usr/include -o DecisionTree.o src/src_sharpSAT/MainSolver/DecisionTree.cpp
In file included from src/src_sharpSAT/MainSolver/MainSolver.h:14,
from src/src_sharpSAT/MainSolver/DecisionTree.cpp:23:
src/src_sharpSAT/MainSolver/FormulaCache.h:9:25: error: sys/sysinfo.h: No such file or directory
make: *** [DecisionTree.o] Error 1
An initial attempt fixes these errors:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working