replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

How to build replete-iOS #154

Open kwccoin opened 4 years ago

kwccoin commented 4 years ago

Trying for the whole day and I gave up the first stage as the ssl-curl-nghttp never give the iOS version; I just download their precompiled version and guess which one need iOS and copy to the places.

The question then shift to :

    1. Clone planck into a sibling directory and build it.
    2. In the ClojureScript/replete directory, do script/build

What is meant by sibling directory and how is it related to this project?

the problem is over there and hence I would ask Planck 
Binary located at /Users/xxxxxxx/Documents/GitHub/planck/planck-c/build/planck
/Users/xxxxxx/Documents/GitHub/replete-ios/ClojureScript/replete
Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
If there are a lot of uncached dependencies this might take a while ...
AOT compiling macros
nil
nil
cp: aot-cache/clojure_SLASH_test_SLASH_check_SLASH_clojure_test$macros.js.map.json: No such file or directory
cp: aot-cache/cljs_SLASH_core_SLASH_async_SLASH_impl_SLASH_ioc_macros$macros.js.map.json: No such file or directory
Compiling ClojureScript
Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
If there are a lot of uncached dependencies this might take a while ...
Building
Done building
script/build: line 103: script/bundle: No such file or directory

Assume it can be run somehow, what is the step here?

mfikes commented 8 months ago

@kwccoin Planck must be checked out as a top level directory along side replete. It is used for pre-compiling macros namespaces for inclusion in Replete.