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 496333 - compile error in paradox.c
compile error in paradox.c
Status: RESOLVED DUPLICATE of bug 489030
Product: Gnumeric
Classification: Applications
Component: Compilation
1.7.x
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2007-11-13 04:14 UTC by Robin Cook
Modified: 2007-11-13 07:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robin Cook 2007-11-13 04:14:41 UTC
I am getting this error on one machine and can't figure out why.  Any suggestions?

paradox.c: In function 'paradox_file_open':
paradox.c:190: warning: ISO C90 forbids mixed declarations and code
paradox.c: In function 'paradox_file_probe':
paradox.c:271: error: 'false' undeclared (first use in this function)
paradox.c:271: error: (Each undeclared identifier is reported only once
paradox.c:271: error: for each function it appears in.)
paradox.c:279: error: 'true' undeclared (first use in this function)
make[3]: *** [paradox.lo] Error 1
make[3]: Leaving directory `/usr/src/gnumeric-1.7.13/plugins/paradox'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gnumeric-1.7.13/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnumeric-1.7.13'
make: *** [all] Error 2
Comment 1 Jon Kåre Hellan 2007-11-13 07:04:35 UTC
This has been fixed in 1.7.14. Thanks for the bug report.

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