OK, now this project does look like it's abandoned:
1. Last tarball released a year ago
2. Bugs open since more than a year ago
3. Almost no activity in the forums in the same time
4. Does not build correctly on latest distros (Fedora 13)
Is it really dead? :(
Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-12-13
It seems to fail under Fedora 17.
make
Building CXX object libH/CMakeFiles/H.dir/Average.o
In file included from /tmp/gizmod/gizmod3/libH/Average.cpp:31:0:
/tmp/gizmod/gizmod3/libH/Average.hpp:74:5: error: ‘size_t’ does not name a type
/tmp/gizmod/gizmod3/libH/Average.hpp:76:5: error: ‘size_t’ does not name a type
/tmp/gizmod/gizmod3/libH/Average.cpp: In constructor ‘H::Average::Average(int)’:
/tmp/gizmod/gizmod3/libH/Average.cpp:53:2: error: ‘mHeadIdx’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp:55:2: error: ‘mFillState’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp: In member function ‘void H::Average::push(double)’:
/tmp/gizmod/gizmod3/libH/Average.cpp:73:6: error: ‘mFillState’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp:74:27: error: ‘mHeadIdx’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp:79:11: error: ‘mHeadIdx’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp:81:2: error: ‘mHeadIdx’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp: In member function ‘double H::Average::average()’:
/tmp/gizmod/gizmod3/libH/Average.cpp:89:8: error: ‘mFillState’ was not declared in this scope
make: *** Error 1
make: *** Error 2
make: *** Error 2
I checked out the current SVN version too and that's no better.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, now this project does look like it's abandoned:
1. Last tarball released a year ago
2. Bugs open since more than a year ago
3. Almost no activity in the forums in the same time
4. Does not build correctly on latest distros (Fedora 13)
Is it really dead? :(
Regards.
Things are pretty quiet. Fortunately the app still can be made to work.
I've put notes here on getting it to build on F13:
http://sourceforge.net/projects/gizmod/forums/forum/467994/topic/3736248
It seems to fail under Fedora 17.
make
Building CXX object libH/CMakeFiles/H.dir/Average.o
In file included from /tmp/gizmod/gizmod3/libH/Average.cpp:31:0:
/tmp/gizmod/gizmod3/libH/Average.hpp:74:5: error: ‘size_t’ does not name a type
/tmp/gizmod/gizmod3/libH/Average.hpp:76:5: error: ‘size_t’ does not name a type
/tmp/gizmod/gizmod3/libH/Average.cpp: In constructor ‘H::Average::Average(int)’:
/tmp/gizmod/gizmod3/libH/Average.cpp:53:2: error: ‘mHeadIdx’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp:55:2: error: ‘mFillState’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp: In member function ‘void H::Average::push(double)’:
/tmp/gizmod/gizmod3/libH/Average.cpp:73:6: error: ‘mFillState’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp:74:27: error: ‘mHeadIdx’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp:79:11: error: ‘mHeadIdx’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp:81:2: error: ‘mHeadIdx’ was not declared in this scope
/tmp/gizmod/gizmod3/libH/Average.cpp: In member function ‘double H::Average::average()’:
/tmp/gizmod/gizmod3/libH/Average.cpp:89:8: error: ‘mFillState’ was not declared in this scope
make: *** Error 1
make: *** Error 2
make: *** Error 2
I checked out the current SVN version too and that's no better.