-
Notifications
You must be signed in to change notification settings - Fork 6
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
lang\tr4w_consts_ukr not in MASTER #588
Comments
can you try again ?
master now has ukr.pas, but still reads 4.109.3.ukr
Can you work with the ukr master ?
I believe if you change vc.pas such that you
uncomment 'lang = eng' and comment 'lang = ukr'
it will compile normally ??
…On Tue, Mar 15, 2022 at 1:28 PM Tom Schaefer ***@***.***> wrote:
I received a compile error that that {$IF LANG = 'UKR'}{$INCLUDE
lang\tr4w_consts_ukr.pas}{$IFEND} could not be found.
This was the code I just synced from MASTER on GitHub. I check and file is
not in lang but is the LANG set to UKR in the code committed to MASTER?
Looking in VC.pas, it says this:
const
// LANG = 'ENG';
// LANG = 'RUS';
// LANG = 'MNG';
// LANG = 'CZE';
// LANG = 'SER';
// LANG = 'ROM';
// LANG = 'GER';
LANG = 'UKR';
// not implemented
so I think you may have committed the UKR version.
Tom
—
Reply to this email directly, view it on GitHub
<#588>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVLCUG4QNH5ARIDTLL5N7LVADCDJANCNFSM5QZMMM2Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Howie - Regarding your point, "I believe if you change vc.pas such that you
uncomment 'lang = eng' and comment 'lang = ukr'
it will compile normally ??”
That is true. You normally leave the committed one in MASTER pointing to ENG. I think that was one issue plus the file was missing. I see the file there now so we should be good.
Thanks,
Tom
Principal Solutions Architect
Better Software Solutions, Inc.
727-437-2771
… On Mar 15, 2022, at 1:58 PM, Howie Hoyt ***@***.***> wrote:
can you try again ?
master now has ukr.pas, but still reads 4.109.3.ukr
Can you work with the ukr master ?
I believe if you change vc.pas such that you
uncomment 'lang = eng' and comment 'lang = ukr'
it will compile normally ??
On Tue, Mar 15, 2022 at 1:28 PM Tom Schaefer ***@***.***>
wrote:
> I received a compile error that that {$IF LANG = 'UKR'}{$INCLUDE
> lang\tr4w_consts_ukr.pas}{$IFEND} could not be found.
>
> This was the code I just synced from MASTER on GitHub. I check and file is
> not in lang but is the LANG set to UKR in the code committed to MASTER?
>
> Looking in VC.pas, it says this:
> const
> // LANG = 'ENG';
> // LANG = 'RUS';
> // LANG = 'MNG';
> // LANG = 'CZE';
> // LANG = 'SER';
> // LANG = 'ROM';
> // LANG = 'GER';
> LANG = 'UKR';
> // not implemented
>
> so I think you may have committed the UKR version.
>
> Tom
>
> —
> Reply to this email directly, view it on GitHub
> <#588>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABVLCUG4QNH5ARIDTLL5N7LVADCDJANCNFSM5QZMMM2Q>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub <#588 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AC6TWSV6RCRB6SM4HAHTXWDVADFTLANCNFSM5QZMMM2Q>.
You are receiving this because you authored the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I received a compile error that that {$IF LANG = 'UKR'}{$INCLUDE lang\tr4w_consts_ukr.pas}{$IFEND} could not be found.
This was the code I just synced from MASTER on GitHub. I check and file is not in lang but is the LANG set to UKR in the code committed to MASTER?
Looking in VC.pas, it says this:
const
// LANG = 'ENG';
// LANG = 'RUS';
// LANG = 'MNG';
// LANG = 'CZE';
// LANG = 'SER';
// LANG = 'ROM';
// LANG = 'GER';
LANG = 'UKR';
// not implemented
so I think you may have committed the UKR version.
Tom
The text was updated successfully, but these errors were encountered: