amay5267

Results 26 comments of amay5267

Hi Cozmo007 have you considered using Draftcode app by Solesignal? It can run even Wordpress offline.

Hi Have you considered embeding lua inside SubEthaEdit and use lua code for the scripting instead of python and shell scripting?

Hi @magiblot OK. If you open my aabb.cc sample you will see tabs represented by Right-Pointing Double Angle Quotation Mark. Unicode Character “»” (U+00BB). I think it is kind of...

Thanks for the hint. Perfect!

just tried to use CMake GUI press "Add Entry" and then set Name to CMAKE_OSX_ARCHITECTURES, Type=String, Value=arm64;x86_64 ``` [ 0%] Building CXX object CMakeFiles/scintilla.dir/Unity/unity_5_cxx.cxx.o [ 1%] Building CXX object CMakeFiles/scintilla.dir/Unity/unity_4_cxx.cxx.o...

just tried : cmake . -GXcode

Hi @magiblot I have installed libmagic over homebrew. It is located in /usr/local/Cellar/libmagic/5.43/include/magic.h

```Ld /Users/usr/Documents/turbo/turbo/turbo2/turbo/build/turbo.build/Debug/Objects-normal/arm64/Binary/turbo normal arm64 (in target 'turbo' from project 'turbo') cd /Users/usr/Documents/turbo/turbo/turbo2/turbo /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-macos11.1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -L/Users/usr/Documents/turbo/turbo/turbo2/turbo/Debug -F/Users/usr/Documents/turbo/turbo/turbo2/turbo/Debug -filelist /Users/usr/Documents/turbo/turbo/turbo2/turbo/build/turbo.build/Debug/Objects-normal/arm64/turbo.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/usr/Documents/turbo/turbo/turbo2/turbo/build/turbo.build/Debug/Objects-normal/arm64/turbo_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names /Users/usr/Documents/turbo/turbo/turbo2/turbo/Debug/libturbo-core.a...

arch -arm64 brew install libmagic ncurses

Probaly coping 'magic.h' file from /usr/local/Cellar/libmagic/5.43/include/magic.h to /Users/usr/Documents/turbo/turbo/source/turbo-core/ fixed it.