After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 326132 - Compilation error on DragonFlyBSD 1.4.0
Compilation error on DragonFlyBSD 1.4.0
Status: RESOLVED DUPLICATE of bug 324358
Product: Gnumeric
Classification: Applications
Component: Compilation
1.6.x
Other FreeBSD
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2006-01-07 19:34 UTC by Grzegorz Blach
Modified: 2006-01-09 15:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Grzegorz Blach 2006-01-07 19:34:04 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.
Comment 1 Morten Welinder 2006-01-08 13:32:48 UTC
what line was the original error on?
Comment 2 Grzegorz Blach 2006-01-08 17:40:33 UTC
(In reply to comment #1)
> what line was the original error on?
> 

in line 9
Comment 3 Morten Welinder 2006-01-08 20:45:19 UTC
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?
Comment 4 Grzegorz Blach 2006-01-09 15:30:42 UTC
in line 15894
Comment 5 Morten Welinder 2006-01-09 15:36:51 UTC
ok, great.  That code (function timeNow) has already been changed to
fix other problems.


*** This bug has been marked as a duplicate of 324358 ***