Custom Query (95 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 95 of 95)

Ticket Resolution Summary Owner Reporter
#117 fixed Typo in docs for cylpolar Olly Betts Wookey
Description

The manual has 'cypolar' instead of 'cylpolar' in one place.

This patch fixes it: commit 9a6a2039059a3266c72493266e6027234b6c1213 (HEAD -> dgit/sid) Author: Wookey <wookey@…> Date: Tue Jul 14 20:00:42 2020 +0100

Fix typo in doc 'cypolar'->'cylpolar'

diff --git a/doc/manual.sgml b/doc/manual.sgml index 54d07f6..af42fda 100644 --- a/doc/manual.sgml +++ b/doc/manual.sgml @@ -1744,7 +1744,7 @@ A CYLPOLAR style survey is very similar to a diving surv$

is always measured horizontally rather than along the slope of the leg.

<programlisting>

-*data cypolar from to tape compass fromdepth todepth +*data cylpolar from to tape compass fromdepth todepth

1 2 9.45 311 -13.3 -19.0</programlisting>

<programlisting>

#104 duplicate Fails to build with proj-6.1.0: ld: error: undefined symbol: pj_factors Olly Betts yurivict
Description

I am trying to build the survex FreeBSD port with proj-6.1.0.

First, it asked to add -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H. With this define the build proceeds, but later fails: cc -Wall -W -Wunused -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wnested-externs -Wcast-align -I/usr/local/include -O2 -pipe -fno-omit-frame-pointer -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include -fstack-protector-strong -o cavern cavern.o date.o listpos.o commands.o datain.o netskel.o network.o readval.o matrix.o img_hosted.o netbits.o useful.o validate.o netartic.o thgeomag.o cmdline.o message.o str.o filename.o osdepend.o z_getopt.o getopt1.o -L/usr/local/lib -lproj -lm ld: error: undefined symbol: pj_factors

referenced by commands.c

commands.o:(cmd_declination)

cc: error: linker command failed with exit code 1 (use -v to see invocation)

FreeBSD 12 clang-8

Note: See TracQuery for help on using queries.