-
Notifications
You must be signed in to change notification settings - Fork 521
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
Problem with gettext
(when basing on tutorial)
#1892
Comments
I tried to install
Now I have no idea how to solve this problem. It looks like it is not problem strictly in the MXE, but newest Is there a way to use older package of that? |
Can you post the full |
I recently deleted it from my hard drive, but I very like idea of this whole project, so I tried that again. Pre-install, After clonning: After simple Log folder archive: Only I will try the next day download and compile exactly |
- gettext requires recent autotools - add for Ubuntu 14.04 (trusty) - fixes mxe#1892 - add deps for Debian Jessie and Wheezy - libtool is built for prior Debian/Ubuntu, remove from docs - tidy up darwin overrides
|
Looking at it some more, it's actually a bug in #1949 will work in either case. |
- gettext requires recent autotools - add for Ubuntu 14.04 (trusty) - fixes mxe#1892 - add deps for Debian Jessie and Wheezy - libtool is built for prior Debian/Ubuntu, remove from docs - tidy up darwin overrides
Now Trying to Log from BTW: It's |
I’ll try to set up Ubuntu on Windows - I need to see the time stamps and anything else that triggers these regeneration steps. |
I think it's the same as #1518 (comment), using the "windows" file system under
to
You can see the timestamps are all extract time, permissions are all Symlinks do appear to work, though I've only tested manually creating them - not if they actually work the way MXE uses them. If you really want to keep the source under
that will at least stop the autotools regeneration steps but it's beyond me to investigate further. I'd suggest just using the "linux" filesystem until basic tarball extracts work the same across both. |
I used |
Good to hear, I added some notes to the docs 3e2477d |
issue from #1892 was actually related to Bash on Ubuntu on Windows and timestamp issues causing autotools to be called
I follow the tutorial from http://mxe.cc/#tutorial and get stuck on simple
make
... It looks likegettext
package fails to make itself.Logs:
https://gist.github.com/PsychoXIVI/53c08dbf93d5f3fbc3652dce8503f69e
tmp-gettext-x86_64-pc-linux-gnu
folder ofmxe
after tryingmake
again:https://files.fm/u/57vfk4m2
In
settings.mk
file I uncommented the line withMXE_TARGETS
(no. 15).I am using Ubuntu 14.04, with gettext 0.18.3 (gnu runtime) . Tried
apt update
/upgrade
- no better results.By the way: I am not sure this should use
x86_64-pc-linux-gnu
instead of, as example,i686-w64-mingw32.static
(fromsettings.mk
file).The text was updated successfully, but these errors were encountered: