crossbridge-community / crossbridge

C/C++ Compiler for the ActionScript Virtual Machine (AVM2)
http://sourceforge.net/projects/crossbridge-community/
Other
151 stars 35 forks source link

Jasonsturges patch 1 #80

Closed jasonsturges closed 9 years ago

jasonsturges commented 9 years ago

/posix/vfs/URLLoaderVFS.as(149): col: 84 Add return value of type void for anonymous filterFunc function to resolve warning.

/posix/DefaultPreloader.as Add return value of type void for the following functions to resolve warning:

jasonsturges commented 9 years ago

Travis CI is erring on adobe-air-sdk:

$ brew install adobe-air-sdk Error: No available formula for adobe-air-sdk Searching formulae... Searching taps... homebrew/binary/adobe-air-sdk-flex homebrew/binary/adobe-air-sdk The command "brew install adobe-air-sdk" failed and exited with 1 during . Your build has been stopped.

vpmedia commented 9 years ago

Hi, I've commited a fix for adobe-air-sdk: https://github.com/crossbridge-community/crossbridge/commit/d51fb7371014b0a0f82d39f8171ca03d4db7aba8

vpmedia commented 9 years ago

I've reviewed the changes and I'm pretty sure it does not break any thing, so merging..

jasonsturges commented 9 years ago

Travis CI still breaks trying to copy FP15 from the AIR 17 SDK:

$ brew install adobe-air-sdk ==> Installing adobe-air-sdk from homebrew/homebrew-binary ==> Downloading http://airdownload.adobe.com/air/mac/download/17.0/AIRSDK_Compil ######################################################################## 100.0% ==> Caveats To set AIR_HOME: export AIR_HOME=/usr/local/Cellar/adobe-air-sdk/17.0.0.124/libexec ==> Summary 🍺 /usr/local/Cellar/adobe-air-sdk/17.0.0.124: 934 files, 471M, built in 3.2 minutes $ mkdir -p /usr/local/opt/adobe-air-sdk/libexec/frameworks/libs/player/11.1/ $ cp -f /usr/local/opt/adobe-air-sdk/libexec/frameworks/libs/player/15.0/playerglobal.swc /usr/local/opt/adobe-air-sdk/libexec/frameworks/libs/player/11.1/ cp: /usr/local/opt/adobe-air-sdk/libexec/frameworks/libs/player/15.0/playerglobal.swc: No such file or directory

The command "cp -f /usr/local/opt/adobe-air-sdk/libexec/frameworks/libs/player/15.0/playerglobal.swc /usr/local/opt/adobe-air-sdk/libexec/frameworks/libs/player/11.1/" failed and exited with 1 during .