Page 1 of 1

Libtool failed with latest VLCKit

Posted: 03 Aug 2015 15:23
by linked
Hi,

Just have git clone latest version in a new folder and get this error:
The following build commands failed:
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7/libMobileVLCKit.a normal armv7
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/arm64/libMobileVLCKit.a normal arm64
Libtool build/MobileVLCKit.build/Release-iphoneos/MobileVLCKit.build/Objects-normal/armv7s/libMobileVLCKit.a normal armv7s
And how can i enable AC3 oe EAC3 ?

Re: Libtool failed with latest VLCKit

Posted: 03 Aug 2015 18:00
by dfuhrmann
Please provide a _complete_ log, otherwise we cannot help you.

Re: Libtool failed with latest VLCKit

Posted: 04 Aug 2015 00:04
by linked
I think this is the problem:
./build.sh: line 30: pushd: //extras/tools: No such file or directory

Re: Libtool failed with latest VLCKit

Posted: 04 Aug 2015 12:14
by fkuehne
well, even that could be anything. this is not a complete log..

Re: Libtool failed with latest VLCKit

Posted: 06 Aug 2015 16:35
by linked
There is no other errors in the log.

I found the solution, the folder name had space and maybe other characters some commands don't like.
With original folder name it works.
What a stupid error...