Details Ticket 3169


Comment | Reply | Take | Open


Serial Number 3169
Subject fails to build
Area grass6
Queue grass
Requestors Olga.Fylyshtynska@vodafone.com;olka_fasolka@mail.ru
Owner none
Status resolved
Last User Contact Wed Jul 20 07:40:55 2005 (3 yr ago)
Current Priority 70
Final Priority 70
Due No date assigned
Last Action Wed Jul 20 23:45:53 2005 (3 yr ago)
Created Wed Apr 20 13:35:16 2005 (3 yr ago)

Transaction History Ticket 3169


Wed, Apr 20 2005 13:35:16    Request created by guest  
Subject: fails to build

Platform: Solaris2.X/Sparc
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 3.3.2

after a successful configure:
# CFLAGS="-g -Wall" ./configure --prefix=/opt/programs/grass-6.0.0/ 
--with-gdal=/opt/programs/gdal-1.2.6/bin/gdal-config --with-proj-includes=/opt/programs/proj-4.4.9/i
nclude/
\
 --with-proj-libs=/opt/programs/proj-4.4.9/lib/ --with-jpeg-includes=/opt/programs/jpeg-6b/include/
\
--with-png-includes=/opt/programs/libpng-1.2.5/include/ --with-tiff-includes=/opt/programs/tiff-v3.6
.0/include/
\
--without-postgres --without-fftw \
 --with-tcltk-includes=”/opt/programs/tcl-8.4.1_shared/include/  /opt/programs/tk-8.4.1/include/
“  \
--with-tcltk-libs=”/opt/programs/tcl-8.4.1_shared/lib  /opt/programs/tk-8.4.1/lib”
grass-6.0.0 fails to compile in the $(GRASS_HOME)/lib/vector/Vlib directory with
the following error:
graph.c:24: error: parse error before '*' token
graph.c: In function `clipper':
graph.c:34: Warnung: implicit declaration of function `dglNodeGet_Id'
graph.c:34: error: `pgraph' undeclared (first use in this function)
graph.c:34: error: (Each undeclared identifier is reported only once
graph.c:34: error: for each function it appears in.)
graph.c:34: error: `pargIn' undeclared (first use in this function)
graph.c:37: Warnung: implicit declaration of function `dglEdgeGet_Id'
graph.c:39: error: `pargOut' undeclared (first use in this function)
graph.c:42: Warnung: implicit declaration of function `dglGet_NodeAttrSize'
graph.c:43: Warnung: implicit declaration of function `dglNodeGet_Attr'
graph.c:43: Warnung: passing arg 2 of `memcpy' makes pointer from integer without
a cast
graph.c: At top level:
graph.c:68: error: parse error before '*' token
graph.c: In function `Vect_graph_init':
graph.c:69: error: number of arguments doesn't match prototype
/opt/programs/src/grass-6.0.0/grass-6.0.0/include/Vect.h:278: error: prototype
declaration
graph.c:74: error: `nodes_costs' undeclared (first use in this function)
graph.c:74: Warnung: implicit declaration of function `dglInitialize'
graph.c:74: error: `graph' undeclared (first use in this function)
graph.c: At top level:
graph.c:87: error: parse error before '*' token
graph.c: In function `Vect_graph_build':
graph.c:88: error: number of arguments doesn't match prototype
/opt/programs/src/grass-6.0.0/grass-6.0.0/include/Vect.h:279: error: prototype
declaration
graph.c:93: Warnung: implicit declaration of function `dglFlatten'
graph.c:93: error: `graph' undeclared (first use in this function)
graph.c: At top level:
graph.c:109: error: parse error before '*' token
graph.c: In function `Vect_graph_add_edge':
graph.c:110: error: number of arguments doesn't match prototype
/opt/programs/src/grass-6.0.0/grass-6.0.0/include/Vect.h:280: error: prototype
declaration
graph.c:114: error: `from' undeclared (first use in this function)
graph.c:114: error: `to' undeclared (first use in this function)
graph.c:114: error: `costs' undeclared (first use in this function)
graph.c:114: error: `id' undeclared (first use in this function)
graph.c:118: Warnung: implicit declaration of function `dglAddEdge'
graph.c:118: error: `graph' undeclared (first use in this function)
graph.c: At top level:
graph.c:132: error: parse error before '*' token
graph.c: In function `Vect_graph_set_node_costs':
graph.c:133: error: number of arguments doesn't match prototype
/opt/programs/src/grass-6.0.0/grass-6.0.0/include/Vect.h:281: error: prototype
declaration
graph.c:139: error: `costs' undeclared (first use in this function)
graph.c:141: Warnung: implicit declaration of function `dglNodeSet_Attr'
graph.c:141: error: `graph' undeclared (first use in this function)
graph.c:141: Warnung: implicit declaration of function `dglGetNode'
graph.c:141: error: `node' undeclared (first use in this function)
graph.c: At top level:
graph.c:158: error: parse error before '*' token
graph.c: In function `Vect_graph_shortest_path':
graph.c:159: error: number of arguments doesn't match prototype
/opt/programs/src/grass-6.0.0/grass-6.0.0/include/Vect.h:282: error: prototype
declaration
graph.c:161: error: `dglSPReport_s' undeclared (first use in this function)
graph.c:161: error: `pSPReport' undeclared (first use in this function)
graph.c:164: error: `from' undeclared (first use in this function)
graph.c:164: error: `to' undeclared (first use in this function)
graph.c:169: error: `List' undeclared (first use in this function)
graph.c:173: error: `cost' undeclared (first use in this function)
graph.c:181: Warnung: implicit declaration of function `dglShortestPath'
graph.c:181: error: `graph' undeclared (first use in this function)
graph.c:183: Warnung: implicit declaration of function `dglShortestDistance'
graph.c:192: Warnung: implicit declaration of function `dglStrerror'
graph.c:192: Warnung: format argument is not a pointer (arg 3)
graph.c:203: Warnung: implicit declaration of function `dglEdgeGet_Cost'
graph.c:219: Warnung: implicit declaration of function `dglFreeSPReport'
make: *** [OBJ.sparc-sun-solaris2.8/graph.o] Error 1



Tue, Jul 19 2005 23:14:47    Mail sent by mneteler  
Hi,

please get a new 6.1-CVS snapshot. I have fixed tons of compiler
problems.

I'll close this report, feel free to re-open if the problem
persists with the latest 6.1.

Markus
Tue, Jul 19 2005 23:14:55    Status changed to resolved by mneteler  
Wed, Jul 20 2005 07:40:55    Mail sent by olka_fasolka@mail.ru  
Return-Path <olka_fasolka@mail.ru>
Delivered-To grass-bugs@lists.intevation.de
From Olga Fylyshtynska <olka_fasolka@mail.ru>
To Markus Neteler via RT <grass-bugs@intevation.de>
Subject Re: [bug #3169] (grass) fails to build
Mime-Version 1.0
X-Mailer mPOP Web-Mail 2.19
X-Originating-IP unknown via proxy [195.233.250.6]
Date Wed, 20 Jul 2005 09:40:50 +0400
In-Reply-To <20050719211447.AC347101EE1@lists.intevation.de>
Reply-To Olga Fylyshtynska <olka_fasolka@mail.ru>
Content-Type text/plain; charset=koi8-r
Content-Transfer-Encoding 8bit
Message-Id <E1Dv7K6-000JPF-00.olka_fasolka-mail-ru@f9.mail.ru>
X-Spam-Status No, hits=-0.9 tagged_above=-999.0 required=3.0 tests=BAYES_10
X-Spam-Level
Hi Markus,

thanks a lot for the info and for the efforts. I'll try it out.
Warmest regards,
Olga


-----Original Message-----
From: Markus Neteler via RT <grass-bugs@intevation.de>
To: Olga.Fylyshtynska@vodafone.com;, olka_fasolka@mail.ru
Date: Tue, 19 Jul 2005 23:14:47 +0200 (CEST)
Subject: [bug #3169] (grass) fails to build

> 
> Hi,
> 
> please get a new 6.1-CVS snapshot. I have fixed tons of compiler
> problems.
> 
> I'll close this report, feel free to re-open if the problem
> persists with the latest 6.1.
> 
> Markus
> 
> -------------------------------------------- Managed by Request Tracker
> 


Wed, Jul 20 2005 07:40:55    Status changed to open by _rt_system  
Wed, Jul 20 2005 23:45:53    Status changed to resolved by mneteler  
Comment | Reply | Take | Open

You are currently authenticated as guest.
[Show Configuration] [Login as another user]

Users Guide - Mail Commands - Homepage of RequestTracker 1.0.7 - list any request