<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Greg,
<div class=""><br class="">
</div>
<div class="">There’s a few things at play here and we’ve not done a particularly good job at helping you get started down the right path. The docs omit a lot of what is needed to run a development build.&nbsp;</div>
<div class=""><br class="">
</div>
<div class="">Your problem is definitely caused by not having the correct files in PROJ_LIB. From the output below it would seem as if you are missing the contents of nad/ in PROJ_LIB. That is, the epsg file and other init-files. You have two options:&nbsp;</div>
<div class=""><br class="">
</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>1) dump the contents of proj-datumgrid in nad/</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span>2) Copy the files from nad/ to your PROJ_LIB folder alongside the proj-datumgrid files</div>
<div class=""><br class="">
</div>
<div class="">It should also be noted that the proj-datumgrid repository is not meant to be used in “development mode&quot; (although it probably can). Generally you are safer to just download the most recent proj-datumgrid archives and unpackage them in your PROJ_LIB
 folder.</div>
<div class=""><br class="">
</div>
<div class="">I suggest you take a look at the Travis setup for a written out example of how to set up a development version of PROJ:&nbsp;<a href="https://github.com/OSGeo/proj.4/blob/master/travis/install.sh" class="">https://github.com/OSGeo/proj.4/blob/master/travis/install.sh</a></div>
<div class=""><br class="">
</div>
<div class="">I hope that helps you move on.</div>
<div class=""><br class="">
</div>
<div class="">/Kristian</div>
<div class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 30 Aug 2018, at 04:50, Greg Minshall &lt;<a href="mailto:minshall@acm.org" class="">minshall@acm.org</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">hi.<br class="">
<br class="">
sorry if i missed a step in the README files.<br class="">
<br class="">
i cloned the current git repository, checked out a recent release (i<br class="">
tried for both 5.1.0 and 5.0.1), followed the instructions in README.md<br class="">
----<br class="">
&nbsp;&nbsp;&nbsp;cd proj<br class="">
&nbsp;&nbsp;&nbsp;mkdir build<br class="">
&nbsp;&nbsp;&nbsp;cd build<br class="">
&nbsp;&nbsp;&nbsp;cmake ..<br class="">
&nbsp;&nbsp;&nbsp;cmake --build .<br class="">
----<br class="">
<br class="">
i then cloned proj-datumgrid, and pointed the environmental variable<br class="">
PROJ_LIB in its direction<br class="">
----<br class="">
bash minshall-apollo: {1195} ls $PROJ_LIB<br class="">
BETA2007.gsb &nbsp;&nbsp;&nbsp;README.DATUMGRID &nbsp;cmake/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lla/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nzgd2kgrid0005.gsb &nbsp;stpaul<br class="">
CMakeLists.txt &nbsp;TN &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;conus &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;north-america/ &nbsp;oceania/<br class="">
FL &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WI &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;egm96_15.gtx &nbsp;ntf_r93.gsb &nbsp;&nbsp;&nbsp;&nbsp;prvi<br class="">
HOWTORELEASE &nbsp;&nbsp;&nbsp;WO &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;europe/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ntv1_can.dat &nbsp;&nbsp;&nbsp;stgeorge<br class="">
MD &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;alaska &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hawaii &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;null &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;stlrnc<br class="">
----<br class="">
<br class="">
then, back in proj.4/build, ran ctest, and came up with lots of<br class="">
failures. &nbsp;(i tried various things in proj-datumgrid, such as attempts<br class="">
at cmake, checking out 1.6, etc., to no avail.)<br class="">
<br class="">
any thoughts on what i might be doing wrong? &nbsp;i'm on lubuntu, relatively<br class="">
recent. &nbsp;also, for all this, i did *not* run ./autogen.sh, ./configure,<br class="">
etc. &nbsp;are they still part of the build process?<br class="">
<br class="">
one thought: do i need to first do (whatever the cmake equivalent of)<br class="">
&quot;make install&quot;? &nbsp;or, do the tests run out of the build directories?<br class="">
<br class="">
cheers, Greg<br class="">
<br class="">
p.s. &nbsp;ctest run, failures:<br class="">
----<br class="">
bash minshall-apollo: {1210} ctest<br class="">
Test project /home/minshall/src/import/osgeo/proj/proj.4/build<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start &nbsp;1: test27<br class="">
1/29 Test &nbsp;#1: test27 ........................... &nbsp;&nbsp;Passed &nbsp;&nbsp;&nbsp;0.31 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start &nbsp;2: test83<br class="">
2/29 Test &nbsp;#2: test83 ........................... &nbsp;&nbsp;Passed &nbsp;&nbsp;&nbsp;0.26 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start &nbsp;3: testvarious<br class="">
3/29 Test &nbsp;#3: testvarious ......................***Failed &nbsp;&nbsp;&nbsp;0.08 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start &nbsp;4: geodesic-test<br class="">
4/29 Test &nbsp;#4: geodesic-test .................... &nbsp;&nbsp;Passed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start &nbsp;5: Builtins<br class="">
5/29 Test &nbsp;#5: Builtins ......................... &nbsp;&nbsp;Passed &nbsp;&nbsp;&nbsp;0.01 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start &nbsp;6: Builtins2<br class="">
6/29 Test &nbsp;#6: Builtins2 ........................***Failed &nbsp;&nbsp;&nbsp;0.02 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start &nbsp;7: Axisswap<br class="">
7/29 Test &nbsp;#7: Axisswap .........................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start &nbsp;8: Deformation<br class="">
8/29 Test &nbsp;#8: Deformation ......................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start &nbsp;9: Ellipsoid<br class="">
9/29 Test &nbsp;#9: Ellipsoid ........................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 10: GDA<br class="">
10/29 Test #10: GDA .............................. &nbsp;&nbsp;Passed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 11: 4D-API-cs2cs-style<br class="">
11/29 Test #11: 4D-API-cs2cs-style ...............***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 12: DHDN_ETRS89<br class="">
12/29 Test #12: DHDN_ETRS89 ......................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 13: GIGS-5101.1-jhs<br class="">
13/29 Test #13: GIGS-5101.1-jhs ..................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 14: GIGS-5101.2-jhs<br class="">
14/29 Test #14: GIGS-5101.2-jhs ..................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 15: GIGS-5101.3-jhs<br class="">
15/29 Test #15: GIGS-5101.3-jhs ..................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 16: GIGS-5101.4-jhs-etmerc<br class="">
16/29 Test #16: GIGS-5101.4-jhs-etmerc ...........***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 17: GIGS-5102.1<br class="">
17/29 Test #17: GIGS-5102.1 ......................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 18: GIGS-5103.1<br class="">
18/29 Test #18: GIGS-5103.1 ......................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 19: GIGS-5103.2<br class="">
19/29 Test #19: GIGS-5103.2 ......................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 20: GIGS-5103.3<br class="">
20/29 Test #20: GIGS-5103.3 ......................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 21: GIGS-5105.2<br class="">
21/29 Test #21: GIGS-5105.2 ......................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 22: GIGS-5106<br class="">
22/29 Test #22: GIGS-5106 ........................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 23: GIGS-5107<br class="">
23/29 Test #23: GIGS-5107 ........................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 24: GIGS-5109<br class="">
24/29 Test #24: GIGS-5109 ........................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 25: GIGS-5111.1<br class="">
25/29 Test #25: GIGS-5111.1 ......................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 26: GIGS-5112<br class="">
26/29 Test #26: GIGS-5112 ........................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 27: GIGS-5113<br class="">
27/29 Test #27: GIGS-5113 ........................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 28: GIGS-5201<br class="">
28/29 Test #28: GIGS-5201 ........................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start 29: GIGS-5208<br class="">
29/29 Test #29: GIGS-5208 ........................***Failed &nbsp;&nbsp;&nbsp;0.00 sec<br class="">
<br class="">
17% tests passed, 24 tests failed out of 29<br class="">
<br class="">
Total Test time (real) = &nbsp;&nbsp;0.74 sec<br class="">
<br class="">
The following tests FAILED:<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3 - testvarious (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6 - Builtins2 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7 - Axisswap (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;8 - Deformation (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;9 - Ellipsoid (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;11 - 4D-API-cs2cs-style (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;12 - DHDN_ETRS89 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13 - GIGS-5101.1-jhs (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;14 - GIGS-5101.2-jhs (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15 - GIGS-5101.3-jhs (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;16 - GIGS-5101.4-jhs-etmerc (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;17 - GIGS-5102.1 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;18 - GIGS-5103.1 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;19 - GIGS-5103.2 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20 - GIGS-5103.3 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;21 - GIGS-5105.2 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;22 - GIGS-5106 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;23 - GIGS-5107 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;24 - GIGS-5109 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;25 - GIGS-5111.1 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;26 - GIGS-5112 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;27 - GIGS-5113 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;28 - GIGS-5201 (Failed)<br class="">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;29 - GIGS-5208 (Failed)<br class="">
Errors while running CTest<br class="">
_______________________________________________<br class="">
Proj mailing list<br class="">
<a href="mailto:Proj@lists.maptools.org" class="">Proj@lists.maptools.org</a><br class="">
http://lists.maptools.org/mailman/listinfo/proj<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>