I compiled ssimp 0.5.6 from source using gcc 0.6.3. However, gcc complained about "time" not being defined. I fixed the problem by adding
to these two files:
src/bits.and.pieces/utils.h
stu/timestamp.hh
After that, I was able to successfullly build the binary executable.
I compiled ssimp 0.5.6 from source using gcc 0.6.3. However, gcc complained about "time" not being defined. I fixed the problem by adding
to these two files:
After that, I was able to successfullly build the binary executable.