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

linux building #4

Open
benibela opened this issue Sep 12, 2021 · 1 comment
Open

linux building #4

benibela opened this issue Sep 12, 2021 · 1 comment

Comments

@benibela
Copy link

This is hard to build on Linux

I always have to do it like this:

$   fpc PUCUConvertUnicode.dpr
..
$   ./PUCUConvertUnicode 
..
$   fpc -Twin32 PUCUGenCodePages.dpr
Error: Illegal parameter: -Twin32
$ fpc -Twin32 -Pi386 PUCUGenCodePages.dpr
...
$  wine ./PUCUGenCodePages.exe
$  fpc -B PUCUBuild.dpr
...
$   ./PUCUBuild 

@benibela
Copy link
Author

benibela commented Jul 9, 2023

or in one line:

fpc -B PUCUConvertUnicode.dpr && ./PUCUConvertUnicode && fpc -Twin32 -Pi386 -B PUCUGenCodePages.dpr &&  wine ./PUCUGenCodePages.exe && fpc -B PUCUBuild.dpr && ./PUCUBuild 

but it gives different codepage arrays. Wine must be supporting other codepages than Windows

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

1 participant