rubund / graywolf

Other
107 stars 36 forks source link

libycadgraywolf.so: undefined reference to `cfree' #16

Closed cirosantilli closed 6 years ago

cirosantilli commented 6 years ago

Ubuntu 17.10, cmake ., make, then:

[ 52%] Building C object src/twmc/CMakeFiles/TimberWolfMC.dir/__/date/date.c.o
[ 53%] Linking C executable TimberWolfMC
/home/ciro/git/graywolf/src/Ylib/libycadgraywolf.so: undefined reference to `cfree'
collect2: error: ld returned 1 exit status
src/twmc/CMakeFiles/TimberWolfMC.dir/build.make:1785: recipe for target 'src/twmc/TimberWolfMC' failed
rubund commented 6 years ago

Please check if the problems you are having have been fixed in this branch https://github.com/leviathanch/graywolf/

cirosantilli commented 6 years ago

This problem is solved by: https://github.com/rubund/graywolf/pull/15 I had made a patch but then noticed that one.

I noticed that repo has several commits on top, what is that repo? Is development moving there or is a merge expected at some point?