You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned ptoc to wsl and compiled it by make. My make version:
$ make -v
GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
System info:
$ uname -a
Linux DESKTOP-AML6IP6 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Thank you very much for all your help.
Kind regards,
WWang.
The text was updated successfully, but these errors were encountered:
This file has Dos/Win CR/LF convention and you are trying to convert it at Unix.
Please replace CR/LF with CR.
For example it can be done using dos2unix utility or zip:
zip voxel.zip Voxel.pas
unzip -a voxel.zip
Also please notice that it is Turbo Pascal file, so you need to specify -turbo option:
Hello,
I have tried to convert Voxel.pas here
but getting an error:
I cloned ptoc to wsl and compiled it by
make
. My make version:System info:
Thank you very much for all your help.
Kind regards,
WWang.
The text was updated successfully, but these errors were encountered: