-
Notifications
You must be signed in to change notification settings - Fork 13
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
Windows issues: no version data #296
Comments
The version is set from the makefile:
GIT_VERSION := "$(shell git describe --abbrev=4 --dirty --always
--tags)"
Which I suppose is not working on the Windows build.
…On Mon, Aug 7, 2023 at 1:28 AM Paulo Moura ***@***.***> wrote:
Version not available in copyright message or from the version_data flag:
PS C:\Users\Paulo Moura> tpl
Trealla Prolog (c) Infradig 2020-2023,
?- current_prolog_flag(version_data, VersionData).
VersionData = trealla(0,0,0,[]).
?-
Testing on Windows 10 with Trealla Prolog v2.24.3.
—
Reply to this email directly, view it on GitHub
<#296>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNKSERWGUGUKTYKPZHSTX3XT6ZYXANCNFSM6AAAAAA3F7OY5U>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I'll take a look, probably a matter of tweaking the build script a bit |
guregu
added a commit
to guregu/trealla
that referenced
this issue
Aug 7, 2023
guregu
added a commit
to guregu/trealla
that referenced
this issue
Aug 7, 2023
guregu
added a commit
to guregu/trealla
that referenced
this issue
Aug 7, 2023
guregu
added a commit
to guregu/trealla
that referenced
this issue
Aug 7, 2023
guregu
added a commit
to guregu/trealla
that referenced
this issue
Aug 7, 2023
guregu
added a commit
to guregu/trealla
that referenced
this issue
Aug 7, 2023
Thanks.
…On Tue, Aug 8, 2023 at 7:59 AM guregu ***@***.***> wrote:
Latest release looks good:
[image: image]
<https://user-images.githubusercontent.com/131059/258934779-44d67bff-8399-4dca-8b8e-7978862c48ba.png>
Please feel free to report more Windows-related issues, I should be able
to help with it.
—
Reply to this email directly, view it on GitHub
<#296 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNKSER6B7E2C5K2BZPNQBDXUFQMDANCNFSM6AAAAAA3F7OY5U>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Thanks for the quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version not available in copyright message or from the
version_data
flag:Testing on Windows 10 with Trealla Prolog v2.24.3.
The text was updated successfully, but these errors were encountered: