Closed fiskr closed 3 months ago
I also am not able to connect to extempore.moso.com.au
This is an issue. I'll have to get back to you on a resolution. Hopefully sometime next week.
Cheers, Andrew
On Fri, 5 July 2024, 11:00 pm garlic0x1, @.***> wrote:
I also am not able to connect to extempore.moso.com.au
— Reply to this email directly, view it on GitHub https://github.com/digego/extempore/issues/412#issuecomment-2210836842, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEHPKIKYU34PHR2F3IQK5LZK2KGHAVCNFSM6AAAAABDMV2C7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJQHAZTMOBUGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Any update? I really want to try this.
Ok, you should be good to go. I've successfully compiled and run on linux with a minimal build (no external libraries):
cmake ../ -DASSETS=OFF -DEXTERNAL_SHLIBS_AUDIO=OFF -DEXTERNAL_SHLIBS_GRAPHICS=OFF && make
Note that extempore still only supports x86. Also almost certainly have trouble with EXTERNAL_SHLIBS_GRAPHICS so only give that a go if (a) you're on linux or windows (def not osx) and (b) you're brave :)
There are no assets available at the moment, but if you're keen I can track them down for you.
Cheers, Andrew.
On Sat, Jul 27, 2024 at 3:29 PM garlic0x1 @.***> wrote:
Any update? I really want to try this.
— Reply to this email directly, view it on GitHub https://github.com/digego/extempore/issues/412#issuecomment-2253781921, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEHPKPIAXDUQ2K4KIQUL3LZOMV3JAVCNFSM6AAAAABDMV2C7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJTG44DCOJSGE . You are receiving this because you commented.Message ID: @.***>
This still doesn't work for me. On a fresh clone, even on the latest release tag, it gives the same error. Is there some way to disable building LLVM?
Try from head, not from a release tag.
On Fri, 23 Aug 2024, 6:40 am Juan Meleiro, @.***> wrote:
This still doesn't work for me. On a fresh clone, even on the latest release tag, it gives the same error. Is there some way to disable building LLVM?
— Reply to this email directly, view it on GitHub https://github.com/digego/extempore/issues/412#issuecomment-2305592968, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEHPKN6SFLCPEJQMVYDOQLZSZEEJAVCNFSM6AAAAABDMV2C7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBVGU4TEOJWHA . You are receiving this because you commented.Message ID: @.***>
Andrew Sorensen [2024-08-22 14:12]:
Try from head, not from a release tag.
Well, it works, by then I get the following:
extempore/build/llvm/src/LLVM/lib/Support/DynamicLibrary.cpp:141:42: error: invalid conversion from 'const void*' to 'void*' [-fpermissive]
141 | if (!strcmp(symbolName, #SYM)) return &SYM
| ^
| |
| const void*
Should I open another issue?
-- Juan
Go for it. Make sure you include lots of details, like your OS version, compiler type and version etc.. Just be aware that you may not get a fast response to your issue. Feel free to submit a PR.
On Fri, Aug 23, 2024 at 8:40 AM Juan Meleiro @.***> wrote:
Andrew Sorensen [2024-08-22 14:12]:
Try from head, not from a release tag.
Well, it works, by then I get the following:
extempore/build/llvm/src/LLVM/lib/Support/DynamicLibrary.cpp:141:42: error: invalid conversion from 'const void*' to 'void*' [-fpermissive] 141 | if (!strcmp(symbolName, #SYM)) return &SYM | ^ | | | const void*
Should I open another issue?
-- Juan
— Reply to this email directly, view it on GitHub https://github.com/digego/extempore/issues/412#issuecomment-2305866069, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEHPKPE5TRZY5TBI7TX2MDZSZSEJAVCNFSM6AAAAABDMV2C7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBVHA3DMMBWHE . You are receiving this because you commented.Message ID: @.***>
Hello, I was following the instructions to build locally, in particular:
On this step I get an error:
When I check the URL in the browser I confirm I see a 404. Any suggestions on how to move forward?
This is on Ubuntu 22.04, by the way.
Thanks!