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

2021-11-18 Thread Martin Sluka via Therion
Any way cmake installation is much faster. 

Martin

Odesláno z iPhonu

18. 11. 2021 v 8:30, 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 :
>  
> 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
___
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 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<mailto:Therion@speleo.sk>
https://mailman.speleo.sk/listinfo/therion

___
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


[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