From 76e1ef512e85b64b0be7ef7da6e98d79072979ed Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Fri, 17 Jun 2022 12:55:48 +0200 Subject: [PATCH] small revisions --- examples/tilt-sensor/lisp/main.lisp | 2 +- examples/wear-os/app.pro | 2 +- readme-build.md | 4 ++-- readme-prepare-ios.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/tilt-sensor/lisp/main.lisp b/examples/tilt-sensor/lisp/main.lisp index bd95040..6f892ad 100644 --- a/examples/tilt-sensor/lisp/main.lisp +++ b/examples/tilt-sensor/lisp/main.lisp @@ -33,7 +33,7 @@ (setf *y* (normalize *y*)) (incf *y* dy)))) (move-ball) - (values)) + (values)) ; no return value to QML (defun move-ball () (if (and (= *x* +w+) diff --git a/examples/wear-os/app.pro b/examples/wear-os/app.pro index 3680bac..12f2f81 100644 --- a/examples/wear-os/app.pro +++ b/examples/wear-os/app.pro @@ -26,7 +26,7 @@ QMAKE_EXTRA_COMPILERS += lisp win32: PRE_TARGETDEPS = tmp/app.lib !win32: PRE_TARGETDEPS = tmp/libapp.a -QT += quick qml widgets +QT += quick qml TEMPLATE = app CONFIG += c++17 no_keywords release DEFINES = DESKTOP_APP INI_LISP diff --git a/readme-build.md b/readme-build.md index 6f2fa30..12668ce 100644 --- a/readme-build.md +++ b/readme-build.md @@ -1,6 +1,6 @@ -Important note --------------- +Important notes +--------------- * **Lisp**: the cross-compile cache is `~/.cache/commmon-lisp/ecl-...`. Please remember to purge it diff --git a/readme-prepare-ios.md b/readme-prepare-ios.md index cde1415..9ef2cf2 100644 --- a/readme-prepare-ios.md +++ b/readme-prepare-ios.md @@ -30,7 +30,7 @@ definition inside which it occurs, put this line: ``` #undef HAVE_SYSTEM ``` -Edit `src/c/thread/process.d`, search for `pthread_attr_init` (around line 588) +Edit `src/c/threads/process.d`, search for `pthread_attr_init` (around line 588) and add the following below that line: ``` pthread_attr_setstacksize(&pthreadattr, 2 * 236 * 4096); // double default size