-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
rpncomp fails on .import on Windows System #2
Comments
This problem is caused by the XML parser confusing an absolute Windows path for a protocol. To work around it use the To fix it for real I will need to fork and path the XML parser and patch it, but that is a bit of work so it may take some time. References: |
Thanks Hakan,
This seems to fix the problem. Complication under Windows is also the space in the directory tree with the -I option, so I moved the module exports elsewhere
Groeten,
Meindert
Van: Håkan Thörngren ***@***.***>
Verzonden: zondag 8 mei 2022 02:02
Aan: hth313/Calypsi-tool-chains ***@***.***>
CC: mjakuipers ***@***.***>; Author ***@***.***>
Onderwerp: Re: [hth313/Calypsi-tool-chains] rpncomp fails on .import on Windows System (Issue #2)
This problem is caused by the XML parser confusing an absolute Windows path for a protocol. To work around it use the -I option and a path what does not contain a drive letter. If you are on the same drive you can use -I \Program Files (x86)\Calypsi-nut\module-export. If you are on another drive, copy the module-export directory to the same drive and use a suitable path to it without a drive letter.
To fix it for real I will need to fork and path the XML parser and patch it, but that is a bit of work so it may take some time.
References:
UweSchmidt/hxt#76 <UweSchmidt/hxt#76>
jgm/pandoc#4836 <jgm/pandoc#4836>
—
Reply to this email directly, view it on GitHub <#2 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQXFALEWYDCGEZLKOWVSQADVI4AADANCNFSM5VKSZOVA> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AQXFALFKLYIUKQ3P755QFN3VI4AADA5CNFSM5VKSZOVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOILDLPEQ.gif> Message ID: ***@***.*** ***@***.***> >
|
A short RPN program will compile correctly. When adding a .import 41CX (actually all modexport files fail). Using a non-existing .modexport file gives another error. Issue seen under Windows 10, rpncomp is run is a CMD window.
Command line and error message:
The text was updated successfully, but these errors were encountered: