Dang it. Need to really verify that it's running in WSL 2 - even though I have 2, apparently this was set up in 1. Probably the issue; will verify in a few days.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Following the build instructions from the wiki for "CDE on Windows". Have installed all the packages listed there. Using the http git clone command on that page, so I'm assuming the latest version?
I have no idea if the prebuilt packages will work with the WSL version of Ubuntu, but I'll try first the dependencies script(s) and then if that doesn't show anything missing, I'll try the packages - at this point, probably next week.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
also, in the image you can see whats in my windows path for some reason.
Encountered this too. Errors seen earlier in the output:
Dang it. Need to really verify that it's running in WSL 2 - even though I have 2, apparently this was set up in 1. Probably the issue; will verify in a few days.
Within WSL I use /etc/wsl.conf with
This stops the windows mounts and paths.
Ok, built a completely new Ubuntu install and tried again. Still get stopped in the same spot, same errors.
Which version of CDE are you building and do you have all the dependencies?
I have a script which should validate you have the build dependencies installed
https://sourceforge.net/p/cdesktopenv-package/code/ci/main/tree/
And pre-built packages for Ubuntu 22.04
https://sourceforge.net/projects/cdesktopenv-package/files/ubuntu/22.04/
Last edit: Roger Brown 2024-04-05
Following the build instructions from the wiki for "CDE on Windows". Have installed all the packages listed there. Using the http git clone command on that page, so I'm assuming the latest version?
I have no idea if the prebuilt packages will work with the WSL version of Ubuntu, but I'll try first the dependencies script(s) and then if that doesn't show anything missing, I'll try the packages - at this point, probably next week.
Thanks!
inside /etc/wsl.conf worked
Same for me - adding those lines resolved the compiling errors.