Bugs item #2924999, was opened at 2010-01-02 21:01
Message generated for change (Comment added) made by sjoerd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2924999&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: MonetDB Common "stable"
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Mark Kubacki (hurrikane)
Assigned to: Sjoerd Mullender (sjoerd)
Summary: compiling fails with --with-curl

Initial Comment:
Given MonetDB-1.34.2 (Nov2009-SP2) and installed CURL (tested with 
net-misc/curl-7.19.6) following command leads to errors:

Reproduce:
cd MonetDB-1.34.2
./configure --with-curl
make

Expected:
compiles fine

Got:
[... configuring OK]
[... 2 lines by make, then:]
stream.c: In function ‘open_urlstream’:
stream.c:1214: error: ‘FALSE’ undeclared (first use in this function)
stream.c:1214: error: (Each undeclared identifier is reported only once
stream.c:1214: error: for each function it appears in.)
stream.c:1214: warning: type defaults to ‘int’ in declaration of ‘type name’
[...]
stream.c:1215: error: ‘TRUE’ undeclared (first use in this function)
stream.c:1215: warning: type defaults to ‘int’ in declaration of ‘type name’
[...]
make: *** [all] Error 2

Additional information:
OS: GNU/Linux-2.6.30
Dist: Gentoo 10.0
Portage 2.1.6.13 (default/linux/amd64/10.0, gcc-4.4.1, glibc-2.9_p20081201-r2, 
2.6.30-gentoo-r5 x86_64)
app-shells/bash:     4.0_p28
dev-lang/python:     2.6.2-r1
dev-util/ccache:     2.4-r7
dev-util/cmake:      2.6.4-r3
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.20
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1


----------------------------------------------------------------------

>Comment By: Sjoerd Mullender (sjoerd)
Date: 2010-01-21 10:24

Message:
Fixed in CVS.  The symbols TRUE and FALSE were used but not defined.  They
have been replaced by the actual values (1 and 0).
No test needed: compilation issue.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2924999&group_id=56967

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to