Re: [Therion] Can't install latest version on MAC

2021-11-17 Thread Elfi Hristova
Hi Martin, restarted my MAC and it works now with the original command (latest 
MAC approach).

Thanks for your help,
Efi


From: Therion  on behalf of Martin Sluka via Therion 

Reply to: List for Therion users 
Date: Wednesday, 17 November 2021, 20:54
To: List for Therion users 
Cc: Martin Sluka 
Subject: Re: [Therion] Can't install latest version on MAC

Try cmake installation!

Martin S.


17. 11. 2021 v 9:05, Elfi Hristova 
mailto:tumna.no...@gmail.com>>:

Hi, I have problem to install latest release of Therion on macOS BIG SUR 11.6.
When I run “make config-macosx && make && make install”
I get the following error:
“c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -std=c++14 -DLXMACOSX 
-I/usr/local/lib/wx/include/osx_cocoa-unicode-3.1 -I/usr/local/include/wx-3.1 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  
-I/usr/local/opt/freetype/include/freetype2 -I/usr/local/include/vtk-5.4 
-Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -O2 
-DNDEBUG -DIMG_API_VERSION=1 -o lxSetup.o lxSetup.cxx
In file included from lxSetup.cxx:38:
In file included from ./lxSetup.h:23:
./lxData.h:35:10: fatal error: 'vtkPolyData.h' file not found
#include 
 ^~~
1 error generated.
make[1]: *** [lxSetup.o] Error 1
make: *** [loch/loch] Error 2
”

Then when running “therion -v” I see
“dyld: Library not loaded: /usr/local/opt/proj/lib/libproj.19.dylib
  Referenced from: /usr/local/bin/therion
  Reason: image not found
Abort trap: 6
”
In “lib“ I have higher version of libproj - libproj.22.dylib

Can anyone help with how to fix this?

Thanks,
Efrosina

___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion

___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


Re: [Therion] XVI format specification

2021-11-17 Thread Andrew Atkinson
XVI is reasonably simple, I have a python scrip as part of topParsesr 
that writes one if that would help. These are the notes I wrote for 
writing it. Guess I did work out what the XXVIgrid numbers where but 
didn't write them down, sorry. Some of them had something to do with the 
dpi.


set XVIgrids {dist units} #only ever used m
set XVIstations {
{x y stn}
...
}
set XVIshots {
{x1 y1 x2 y2}
...
}
set XVIsketchlines {
	{colour x1 y1 x2 y2  xn yn} {colour can be brown, black, blue, 
green, red, orange, grey


}
set XVIgrid {a b c d e f g h}

I also have a memory that the last line cannot be blank, but that might 
not have been xvi!



Andrew
On 17/11/2021 20:23, Rodrigo Severo via Therion wrote:

Hi,


I would like to implement XVI image format visualization support in Mapiah but 
couldn't find XVI image format specification (in my rather quick search, I 
confess).

Can someone please give me some pointers? Specification, supporting library or 
else?


Regards,

Rodrigo


___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


[Therion] XVI format specification

2021-11-17 Thread Rodrigo Severo via Therion
Hi,


I would like to implement XVI image format visualization support in Mapiah but 
couldn't find XVI image format specification (in my rather quick search, I 
confess).

Can someone please give me some pointers? Specification, supporting library or 
else?


Regards,

Rodrigo


___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


Re: [Therion] Can't install latest version on MAC

2021-11-17 Thread Martin Sluka via Therion
Try cmake installation!

Martin S.

> 17. 11. 2021 v 9:05, Elfi Hristova :
> 
> Hi, I have problem to install latest release of Therion on macOS BIG SUR 
> 11.6. 
> 
> When I run “make config-macosx && make && make install”
> 
> I get the following error:
> “c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -std=c++14 -DLXMACOSX 
> -I/usr/local/lib/wx/include/osx_cocoa-unicode-3.1 -I/usr/local/include/wx-3.1 
> -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ 
>  -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/include/vtk-5.4 
> -Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -O2 
> -DNDEBUG -DIMG_API_VERSION=1 -o lxSetup.o lxSetup.cxx
> In file included from lxSetup.cxx:38:
> In file included from ./lxSetup.h:23:
> ./lxData.h:35:10: fatal error: 'vtkPolyData.h' file not found
> #include 
>  ^~~
> 1 error generated.
> make[1]: *** [lxSetup.o] Error 1
> make: *** [loch/loch] Error 2
> ”
>  
> Then when running “therion -v” I see 
> “dyld: Library not loaded: /usr/local/opt/proj/lib/libproj.19.dylib
>   Referenced from: /usr/local/bin/therion
>   Reason: image not found
> Abort trap: 6
> ”
> In “lib“ I have higher version of libproj - libproj.22.dylib
>  
> Can anyone help with how to fix this?
>  
> Thanks,
> Efrosina
>  
> ___
> Therion mailing list
> Therion@speleo.sk 
> https://mailman.speleo.sk/listinfo/therion 
> 
___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


Re: [Therion] Presenting Mapiah, a multi-platform, more friendly, modern and performant graphical interface for Therion

2021-11-17 Thread Juan Corrin via Therion
Excellent - and about time too! This will encourage many more users of Therion.

Cheers
Juan___Juan CorrinUK : 015242 62809Mobile: 
0044 7815 745072

-Original Message-
From: Rodrigo Severo via Therion 
To: therion 
Cc: r...@protonmail.com
Sent: Sun, Nov 14, 2021 11:42 pm
Subject: [Therion] Presenting Mapiah, a multi-platform, more friendly, modern 
and performant graphical interface for Therion

Presenting Mapiah.

Mapiah is my take on a multi-platform, more friendly, modern and performant 
graphical interface for Therion. It's written in C++/Qt. It aims to be as 
compatible as practical and possible with XTherion.

This is the "proof-of-concept" release.

It's source code and it's releases files can be found at the projects home at 
SourceForge: https://sourceforge.net/projects/mapiah/

Please let me know what you think about it, if it has any future, if you want 
to help.


*The name*

Mapiah is a international friendly version of the portuguese word "mapear" on 
the sentence "vamos mapear?" - "let's go surveying?" or "let's go mapping?" - 
which is usually pronounced [vʌmu mapi'a].


*Multi-platform*

Right now we have both Linux and Windows releases as these are the OSs I have 
access and minimal experience with. Until some Mac user steps up, that's the 
way it's gonna be.

Having said that, the idea is to follow best practices during Mapiah's 
development to ease the release process on all target platforms: Linux, Windows 
and Mac.


*The C++/Qt choices*

Going backwards, the Qt framework was chosen as it has an open source 
compatible version. It's mature, powerful and seems to take multi-platform 
support seriously.

The first idea was to use Qt Python as the "friendly" requirement could also be 
applied to the language chosen but in the end I decided to go with C++ because 
I believe that a C++ application might be more easily distributable across all 
platforms.


*The "proof-of-concept" release*

The basic reading and writing functionality supposely is th concept being 
proved in this release. Supposely because the actual concept I am trying to 
prove myself with this release is that I can write functional and decent C++/Qt 
code which, for the time being, is kinda proved.


*Functionality*

This 0.0.1 release can read a TH2 file, present it on the screen and save it.

With an open file you can change the zoom level and write the file again.

You should be able to see your TH2 file on screen correctly and the saved file 
should be functionally identical to the original one.

All point, line, area, scrap and XTHERION options should be properly read and 
saved even if most aren't actually understood/acted upon.


*License*

This software is licensed under GPL 3 or later.


*WARNINGS*

PLEASE TEST!

DON'T OVERRIDE YOUR ORIGINAL FILE WITH THE ONE WRITTEN BY MAPIAH!!

THIS IS A PRE-ALPHA VERSION!!!


Regards,

Rodrigo Severo
___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion
___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


[Therion] Can't install latest version on MAC

2021-11-17 Thread Elfi Hristova
Hi, I have problem to install latest release of Therion on macOS BIG SUR 11.6.
When I run “make config-macosx && make && make install”
I get the following error:
“c++ -c -Wall -D_GNU_SOURCE -DLOCH -W -Wall -std=c++14 -DLXMACOSX 
-I/usr/local/lib/wx/include/osx_cocoa-unicode-3.1 -I/usr/local/include/wx-3.1 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  
-I/usr/local/opt/freetype/include/freetype2 -I/usr/local/include/vtk-5.4 
-Wno-deprecated -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -O2 
-DNDEBUG -DIMG_API_VERSION=1 -o lxSetup.o lxSetup.cxx
In file included from lxSetup.cxx:38:
In file included from ./lxSetup.h:23:
./lxData.h:35:10: fatal error: 'vtkPolyData.h' file not found
#include 
 ^~~
1 error generated.
make[1]: *** [lxSetup.o] Error 1
make: *** [loch/loch] Error 2
”

Then when running “therion -v” I see
“dyld: Library not loaded: /usr/local/opt/proj/lib/libproj.19.dylib
  Referenced from: /usr/local/bin/therion
  Reason: image not found
Abort trap: 6
”
In “lib“ I have higher version of libproj - libproj.22.dylib

Can anyone help with how to fix this?

Thanks,
Efrosina

___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion