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

config pathname problem #1186

Open
dmuysers opened this issue Sep 13, 2024 · 2 comments
Open

config pathname problem #1186

dmuysers opened this issue Sep 13, 2024 · 2 comments

Comments

@dmuysers
Copy link

I had my desktop computer hardware repaired and the repairman reinstalled Win11 with my "D.. M.." i.e. a space between 1st and 2nd name. Now with whichever minimal binary cm3 version I download I get the same problem when cm3 calls the MS linker:

Main.mo
D:\Users\Dirk
Muysers\Programs\cm3-5.11.0\pkg\libm3\AMD64_NT\m3.lib.sa
D:\Users\Dirk
Muysers\Programs\cm3-5.11.0\pkg\m3core\AMD64_NT\m3core.lib.sa
rpcrt4.lib
winspool.lib
comctl32.lib
...etc...
ucrt.lib
LINK : fatal error LNK1181: cannot open input file 'D:\Users\Dirk.obj'

Apparently, quake has a problem with spaces in pathnames. Perconally, I would have chosen only my first name, but now it has been done, it would cost me a week of work to reinstall everything with a new user name.

@VictorMiasnikov
Copy link
Contributor

( cm3-5.11.0 is very, very old version...
Modern is 5.11.9
)

At first: Yes, we have problem with spaces in pathnames

_https_://github.com/modula3/cm3/issues/1071#issuecomment-1242764378

VictorMiasnikov commented on Sep 10, 2022
 ( . . .)
I even known better way for creating problems: using "space" ( N32) in folders name(s) -)

How solve problem in quick style:
Please, place Modula-3 files to folder D:\cm3\

@dmuysers
Copy link
Author

dmuysers commented Sep 17, 2024 via email

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

2 participants