Custom Query (111 matches)
Results (25 - 27 of 111)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#103 | duplicate | Build issue | ||
Description |
I was trying to build latest version 1.2.38 (cannot specify on this page for 1.2.38) on Mac OSX 10.13.6 and almost finished. Att the end I received a couple errors about a missing macro. Here is the end of the build log file: In file included from ./cavern.h:36: /usr/local/Cellar/proj/6.1.0/include/proj_api.h:37:2: error: 'To use the proj_api.h you must define the macro ACCEPT_USE_OF_DEPRECATED_PROJ_API_H' #error 'To use the proj_api.h you must define the macro ACCEPT_USE_OF_DEPRECATED_PROJ_API_H' 1 error generated. 2 errors generated. make[3]: * [listpos.o] Error 1 make[3]: * Waiting for unfinished jobs.... make[3]: * [cavern.o] Error 1 2 errors generated. make[3]: * [commands.o] Error 1 mv -f .deps/date.Tpo .deps/date.Po make[2]: * [all] Error 2 make[1]: * [all-recursive] Error 1 make: * [all] Error 2 |
|||
#106 | wontfix | Building wxWidgets | ||
Description |
I tried building Survex 1.2.38 from source. The version of wxWidgets that it downloads defaults to an older version of the OSX SDK, which is not included in the current version of Xcode. Build gets further if I export an environment variable as follows: export wxUSE_MACOSX_VERSION_MIN=10.9 That at least allows wxWidgets to build. Configuration in the buildmacosx.sh file needs updating. |
|||
#78 | fixed | CLINO and BACKCLINO readings must be of the same type for DOWN/DOWN, corrected backsights | ||
Description |
Here's an except of my data: *begin ; 111: <REDACTED> *date 1983.07.13 *team <REDACTED> *team <REDACTED> *units tape feet *calibrate BACKCOMPASS 180.00 *calibrate BACKCLINO 0.00 -1.00 *data normal from to tape compass backcompass clino backclino ;From To Distance Compass BackCompass Clino BackClino <...REDACTED> HC14 HC15 10.7 296 296 -26 -26 HC15 HC16 1.3 - - DOWN DOWN Cavern complains that "CLINO and BACKCLINO readings must be of the same type" for the DOWN/DOWN line, but not the -26/-26 line. Is this invalid Survex data or is it a bug in Cavern? |