Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2001 11:13:02 +0300 (EEST)
From:      Maxim Sobolev <sobomax@FreeBSD.ORG>
To:        aa8vb@nc.rr.com (Randall Hopper)
Cc:        sobomax@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/26930: (NEW PORT) Virtual Terrain SDK
Message-ID:  <200106010813.f518D3t08017@vega.vega.com>
In-Reply-To: <20010531174852.A1128@nc.rr.com> from "Randall Hopper" at May 31, 2001 05:48:52 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> sobomax@FreeBSD.org:
>  |Synopsis: (NEW PORT) Virtual Terrain SDK
>  |
>  |State-Changed-From-To: open->feedback
>  |State-Changed-By: sobomax
>  |State-Changed-When: Thu May 31 07:10:06 PDT 2001
>  |State-Changed-Why: 
>  |I can't fetch dir_it.zip from any of MASTER_SITES. Please verify and submit
>  |a fix as a follow-up.
>  |
>  |http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26930
> 
> Sometime in the last month (between when I sent it and when it was
> processed), it appears they moved it.  Here is a fix for the port Makefile:
> 
> --- ORIG/Makefile       Fri Apr 27 21:14:05 2001
> +++ Makefile    Thu May 31 17:47:35 2001
> @@ -9,7 +9,7 @@
>  PORTVERSION=   010423
>  CATEGORIES=    graphics
>  MASTER_SITES=  ftp://ftp.vterrain.org/pub/vterrain/dist/ \
> -               http://www.boost.org/libs/
> +               http://www.boost.org/libs/dir_it
>  DISTFILES=     TerrainSDK-${PORTVERSION}.zip \
>                 dir_it.zip
>  EXTRACT_ONLY=  TerrainSDK-${PORTVERSION}.zip

Fixed, but I can't compile it (5-CURRENT):
c++  -pipe -O -mpreferred-stack-boundary=2 -march=k6 -DUNIX -DVTLIB_OSG=1 -I/tmp
/mnt/vterrain-sdk/work/TerrainSDK -I/tmp/mnt/vterrain-sdk/work/TerrainSDK/vtlib
-I/usr/local/include -I/usr/local/include -I/usr/local/include -I/tmp/mnt/vterra
in-sdk/work/APIs -I/usr/X11R6/include   -c -o ../core/Trees.o ../core/Trees.cpp
c++  -pipe -O -mpreferred-stack-boundary=2 -march=k6 -DUNIX -DVTLIB_OSG=1 -I/tmp
/mnt/vterrain-sdk/work/TerrainSDK -I/tmp/mnt/vterrain-sdk/work/TerrainSDK/vtlib
-I/usr/local/include -I/usr/local/include -I/usr/local/include -I/tmp/mnt/vterra
in-sdk/work/APIs -I/usr/X11R6/include   -c -o ../core/vtSOG.o ../core/vtSOG.cpp
../core/vtSOG.cpp: In method `class vtMesh * InputSOG::ReadMesh(FILE *)':
../core/vtSOG.cpp:438: no matching function for call to `vtMesh::vtMesh (short i
nt &, short int &, short int &)'
/tmp/mnt/vterrain-sdk/work/TerrainSDK/vtlib/vtosg/MeshMat.h:70: candidates are:
vtMesh::vtMesh(GLenum, int, int)
/tmp/mnt/vterrain-sdk/work/TerrainSDK/vtlib/vtosg/MeshMat.h:114:
 vtMesh::vtMesh &)
gmake[1]: *** [../core/vtSOG.o] Ошибка 1
gmake[1]: Выход из каталог `/tmp/mnt/vterrain-sdk/work/TerrainSDK/vtlib/vtosg'
gmake: *** [all] Ошибка 2
*** Error code 2

Stop in /mnt/vterrain-sdk.
*** Error code 1

Please check what could be wrong and send a patch as a follow-up to the PR.

-Maxim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106010813.f518D3t08017>