PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [fixed] MAT 2.2.2 mac version



lucsch
11.10.2014, 16:01
Morly,
In the new MAT the libzip's are missing, or do we need a separate download.

Also the start_MAT.sh is the wrong version.
The content is:

#!/bin/sh
PLACE=`pwd`
export DYLD_LIBRARY_PATH=$PLACE/BoxSupporter:$PLACE/libzip:$DYLD_LIBRARY_PATH
cd $PLACE
./Admin_Tool_v*.app/Contents/MacOS/stb_admin


and suppose to be:


#!/bin/sh
PLACE=`pwd`
export DYLD_LIBRARY_PATH=$PLACE/BoxSupporter:$DYLD_LIBRARY_PATH
cd $PLACE
APP_NAME=`find . -type d -name "Admin_Tool*" | sort -r | head -1`
$APP_NAME/Contents/MacOS/stb_admin


---- correction ---
The libzip are a separate download.
Maybe you shoul include the startscript in the tar set.

macmanolo
11.10.2014, 16:10
Hier http://www.hdmedia-universe.com/board/showthread.php?7546-MAT-Probleme-mit-File-Edit&p=88919&viewfull=1#post88919 sehen.

mfg

morly
11.10.2014, 16:26
Hab ne neue hochgeladen,
Anderungen:
- Startscript neu hinzugefügt
- libzip hinzugefügt

Lauft die jetzt ohne Änderungen nach dem Download?

lucsch
11.10.2014, 16:39
Sorry, but no. It misses the links libzip3.dylib and libzip.dylib

morly
11.10.2014, 16:42
nochmal bitte ;)

edit: updated version in upload center...
xxxx_updated02.tar.gz

lucsch
11.10.2014, 16:49
Excellent, now it works.
Great, thank you.

morly
11.10.2014, 16:50
great - thanks
first full package for Mac users ;)

morly
25.11.2014, 20:53
fixed...