Search found 5022 matches

by Vadi
Tue May 16, 2023 5:09 am
Forum: Mudlet Development
Topic: MXP enhancements, was PR #4200
Replies: 14
Views: 15929

Re: MXP enhancements, was PR #4200

I will be on leave for the next two weeks as well, so won't be able to check PRs in the meantime starting tomorrow. Will think on what you've posted!
by Vadi
Mon Apr 24, 2023 6:25 pm
Forum: Mudlet Development
Topic: MXP enhancements, was PR #4200
Replies: 14
Views: 15929

Re: MXP enhancements, was PR #4200

Hey, the roadmap sounds quite good! One remark Lua access to MXP - that's already and thing, try 'lua mxp' to have a look at it.
by Vadi
Wed Apr 12, 2023 4:40 pm
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 28
Views: 18954

Re: Windows build Environment cannot be installed anymore - need a hand

Nice nice. Thanks. I'll look at applying these changes to the script and come back to you with questions.

Re: MSP segfault, that one is not known. Have a way to trigger it?
by Vadi
Tue Apr 04, 2023 6:59 pm
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 28
Views: 18954

Re: Windows build Environment cannot be installed anymore - need a hand

There are a few options, since Mudlet is a cmake-based project you can either use Qt Creator (an official IDE), Visual Studio Code (but not Visual Studio - haven't tried it) or CLion (commercial offering). I'd go with Qt Creator for a start, and you can install it from the official Qt installer. Rea...
by Vadi
Tue Apr 04, 2023 5:52 am
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 28
Views: 18954

Re: Windows build Environment cannot be installed anymore - need a hand

I think ccache. Can you check if it exists in C:\Program Files\ccache\ccache.exe ? Maybe it needs to be added to Windows PATH?
by Vadi
Mon Apr 03, 2023 7:20 am
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 28
Views: 18954

Re: Windows build Environment cannot be installed anymore - need a hand

I don't have a working Windows installation at the moment to test this with, but here is a replacement function which might be able to work: function InstallQt() { Step "Installing aqtinstall" New-Item -Path $Env:QT_BASE_DIR -ItemType Directory cd $Env:QT_BASE_DIR # go up to the root of Qt...
by Vadi
Mon Apr 03, 2023 7:15 am
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 28
Views: 18954

Re: Windows build Environment cannot be installed anymore - need a hand

What if you try to use https://github.com/miurahr/aqtinstall/r ... .4/aqt.exe directly? I think we can replace the whole pip thing with just that executable, which looks like is a new thing offered by the project.
by Vadi
Sat Apr 01, 2023 2:20 pm
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 28
Views: 18954

Re: Windows build Environment cannot be installed anymore - need a hand

> Still wondering why my development clone does not have the version of appveyor.functions.ps1 you referenced above. I don't think you are on the latest `development` branch. > Error: Failed cloning git repository. I think I know - the luarocks version that got installed is too old. Need to use the ...
by Vadi
Sat Apr 01, 2023 1:04 pm
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 28
Views: 18954

Re: Windows build Environment cannot be installed anymore - need a hand

> Error: 'git' program not found.

Install https://git-scm.com/download/win, that should get you the 'git' binary in the PATH. Perhaps that will fix things?
by Vadi
Sat Apr 01, 2023 11:19 am
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 28
Views: 18954

Re: Windows build Environment cannot be installed anymore - need a hand

Hey, one thing to check - how old is the code that you're working with? The latest version does not use the visual installer from Qt anymore, in part because that one requires you to supply a Qt account. See latest code at https://github.com/Mudlet/Mudlet/blob/development/CI/appveyor.functions.ps1#L...