GNOME Bugzilla – Bug 326132
Compilation error on DragonFlyBSD 1.4.0
Last modified: 2006-01-09 15:36:51 UTC
I have compilation error: 'storage size of tv isn't known' in file gnumeric-1.6.1/src/tools/solver/lp_solve/lp_solve.c Since I changed 9 line from '#include<time.h>' to '#include<sys/time.h>' everything goes OK.
what line was the original error on?
(In reply to comment #1) > what line was the original error on? > in line 9
That's not what I meant. Line 9 is where you made a change that fixed things for you, but might very well break it for someone else. Where was the "storage size of tv isn't known" problem?
in line 15894
ok, great. That code (function timeNow) has already been changed to fix other problems. *** This bug has been marked as a duplicate of 324358 ***