Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile any project on Windows #42

Closed
jpgpng opened this issue Aug 26, 2022 · 6 comments
Closed

Can't compile any project on Windows #42

jpgpng opened this issue Aug 26, 2022 · 6 comments

Comments

@jpgpng
Copy link

jpgpng commented Aug 26, 2022

Bug: IDE uses path like this: /C:/projects/test so the compiler can't find the source. I guest there is typo on the path. On Windows we use backward slashes isn't it? This kind of forward slashes path can only found on Cygwin/MSYS2, but it will be C:/projects/test and not /C:/projects/test

Update: MinGW-W64 seems also understand this kind of path, but it's C:/projects/test not /C:/projects/test

@fredvs
Copy link
Owner

fredvs commented Aug 26, 2022

Hello.

How do you get that problem, could you, please, explain how the problem occurs?
Tested many projects on Windows and I dont get that slashes error.

What Windows version are you using, could you give a example or a screenshot of the error?

Are you using ideU release for Windows from here: https://github.com/fredvs/ideU/releases ?

Thanks.

@fredvs
Copy link
Owner

fredvs commented Aug 26, 2022

Re-hello.
Do you get same problems using mseide for Windows?
https://github.com/mse-org/mseide-msegui/releases

@fredvs
Copy link
Owner

fredvs commented Aug 26, 2022

Re-re hello.

OK, I just try ideU on a Windows 10 machine and indeed, there are problems.
Sorry I did test the ideU Windows version via wine on Linux and there all is OK.

Thanks to note it, I will fix it tonight, write you later.

@fredvs
Copy link
Owner

fredvs commented Aug 26, 2022

Yes, I agree, my big mistake.
I dont have any Windows OS installed, so I trusted in wine who did always exe compatible with new and older Windows release.
But it is not anymore the case, as we have seen.

OK, I have to find a Windows machine and always test code on it.

@fredvs
Copy link
Owner

fredvs commented Aug 26, 2022

Hello.

The commit ea3c10f should have fixed it.

Compiled and tested on a real Windows 10 machine.

The binaries of release for Windows 64/32 are updated in the assets:
https://github.com/fredvs/ideU/releases/

I hope it works for you now.

Many thanks to note it.

Fre;D

@jpgpng jpgpng closed this as completed Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@fredvs @jpgpng and others