linux building #4

Open
opened 2021-09-12 13:18:59 +00:00 by benibela · 1 comment
benibela commented 2021-09-12 13:18:59 +00:00 (Migrated from github.com)

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 

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 commented 2023-07-09 13:43:11 +00:00 (Migrated from github.com)

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

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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/pucu#4
No description provided.