Clemapfel / Mousetrap.jl

Finally, a GUI Engine made for Julia
https://clemens-cords.com/mousetrap
GNU Lesser General Public License v3.0
405 stars 9 forks source link

Compiling Mousetrap C++ source on Windows #83

Open HyperSphereStudio opened 3 months ago

HyperSphereStudio commented 3 months ago

I would love to contribute to this repo, it's a great project! I am just stuck with a windows computer.

I am going to try to see if I can modify the building scripts to help this package become more cross-platform compilable so that others (non-linux ;)) can contribute.

Was there anything particular restriction on Linux @Clemapfel for the binary builder? Or was it just bash processing scripts that are the reason for the restriction on the c++ source code compilation?

HyperSphereStudio commented 3 months ago

Update on this.... SUCCESSFUL! I wrote a docker building environment that should be able to generate the dependencies...

After 20 hours of trying my nugget of advice: Update the CxxWrap to the appropriate version in Mousetrap.jl ;)

Anyways... the docker scripts are in my fork of the repo for anyone else interested