Bugs item #2153837, was opened at 2008-10-08 23:20
Message generated for change (Comment added) made by skinkie
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2153837&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: Modules
Group: Geom CVS Head
>Status: Open
>Resolution: None
Priority: 5
Private: No
Submitted By: Stefan de Konink (skinkie)
>Assigned to: Nobody/Anonymous (nobody)
Summary: GEOM fails to compile VAR_MAX undeclared

Initial Comment:
ibtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../src/monetdb5 -I../.. 
-I../../../src/monetdb5 -I/opt/osm/include/MonetDB 
-I/opt/osm/include/MonetDB/common -I/opt/osm/include/MonetDB/gdk 
-I/opt/osm/include/MonetDB5/atoms -I/opt/osm/include/MonetDB5/compiler 
-I/opt/osm/include/MonetDB5/kernel -I/opt/osm/include/MonetDB5/mal 
-I/opt/osm/include/MonetDB5/optimizer -I/opt/osm/include/MonetDB5/scheduler 
-I/opt/osm/include/MonetDB5 -I/usr/include -I../lib 
-I../../../src/monetdb5/../lib -DLIBGEOM -Wall -Wextra -std=c99 -g -pg 
-Werror-implicit-function-declaration -Werror -Wpointer-arith 
-Wdeclaration-after-statement -Wundef -Wp,-D_FORTIFY_SOURCE=2 -D_REENTRANT -c 
geom.c  -fPIC -DPIC -o .libs/lib_geom_la-geom.o
../../../src/monetdb5/geom.mx: In functie wkb_size:
../../../src/monetdb5/geom.mx:544: fout: VAR_MAX undeclared (first use in this 
function)
../../../src/monetdb5/geom.mx:544: fout: (Each undeclared identifier is 
reported only once
../../../src/monetdb5/geom.mx:544: fout: for each function it appears in.)
make[5]: *** [lib_geom_la-geom.lo] Fout 1


(yes, I'm recompiling MonetDB)

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

>Comment By: Stefan de Konink (skinkie)
Date: 2008-10-08 23:38

Message:
Yes people, I am using the latest MonetDB... or at least, my massive update
script is updating every directory. I'll try to do an make install in an
empty directory and see if it still borks.

cd buildtools
rm -r Linux
./de-bootstrap 
cvs up -dP
./bootstrap
mkdir Linux
cd Linux
../configure --prefix=/opt/cherokee --enable-debug --enable-assert
--enable-profile
make && make install
cd ..
export PYTHONPATH=/opt/cherokee/lib64/python2.5/site-packages
cd MonetDB
rm -r Linux
./de-bootstrap 
cvs up -dP
./bootstrap
mkdir Linux
cd Linux
../configure --prefix=/opt/cherokee --enable-debug --enable-assert
--enable-profile
make && make install
cd ..
cd clients
rm -r Linux
./de-bootstrap 
cvs up -dP
./bootstrap
mkdir Linux
cd Linux
../configure --prefix=/opt/cherokee --enable-debug --enable-assert
--enable-profile
make && make install
cd ../..
cd MonetDB5
rm -r Linux
./de-bootstrap 
cvs up -dP
./bootstrap
mkdir Linux
cd Linux
../configure --prefix=/opt/cherokee --enable-debug --enable-assert
--enable-profile
make && make install
cd ../..
cd sql
rm -r Linux
./de-bootstrap 
cvs up -dP
./bootstrap
mkdir Linux
cd Linux
../configure --prefix=/opt/cherokee --enable-debug --enable-assert
--enable-profile
make && make install
cd ../..
cd geom
rm -r Linux
./de-bootstrap 
cvs up -dP
./bootstrap
mkdir Linux
cd Linux
../configure --prefix=/opt/cherokee --enable-debug --enable-assert
--enable-profile
make && make install
cd ../..

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

Comment By: Stefan Manegold (stmane)
Date: 2008-10-08 23:37

Message:
resotring Sjoerd's settings after concurrent update (bug tracker is not
transactional correct)


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

Comment By: Stefan Manegold (stmane)
Date: 2008-10-08 23:34

Message:
If you are using the latest CVS head of GEOM, you also need to use the
latest CVS head of MonetDB, MonetDB5 & SQL
(we need to check the dependencies in the configure script).

If you're using the latest release branches of MonetDB, you also need to
use the latest release branch of GEOM
(see the release notes on the MonetDB web site for details.


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

Comment By: Sjoerd Mullender (sjoerd)
Date: 2008-10-08 23:32

Message:
Update your MonetDB.  VAR_MAX is defined in gdk.h (once you have updated).

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

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to