Skip to content
Snippets Groups Projects

Fix variable name in build script

Closed Dave Nicolson requested to merge dnicolson/VLCKit:fix-build-script into master

This merge request fixes the $ARCH variable name in the build script.

Successfully running ./compileAndBuildVLCKit.sh -va x86_64 requires that a build directory be created in the root of the project to avoid the following error:

[info] Finished compiling libvlc for x86_64 with SDK version 13.2, platform iphonesimulator
[info] building universal static libs for iphone
[info] all done
[info] Building static MobileVLCKit.framework
./compileAndBuildVLCKit.sh: line 77: pushd: build: No such file or directory

On Big Sur there was an additional "Boost_INCLUDE_DIR-NOTFOUND" error which required replacing ${Boost_INCLUDE_DIR} with /usr/local/Cellar/boost/1.73.0/include in libvlc/vlc/contrib/contrib-x86_64-apple-iOS-Simulator_9.0/taglib/taglib/CMakeLists.txt.

Merge request reports

Pipeline #27500 failed

Pipeline failed for eb28da09 on dnicolson:fix-build-script

Closed by Felix Paul KühneFelix Paul Kühne 4 years ago (Oct 26, 2020 3:57pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading