[Old] [Windows] PilzAdam’s builds with gettext and Freetype

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

[Old] [Windows] PilzAdam’s builds with gettext and Freetype

by PilzAdam » Wed Jan 23, 2013 20:34

Hello everyone!
Here are my Minetest development version builds for Windows. It has GetText, cURL, TTF and LuaJIT support.
Ask me here or in IRC if you want a new build.

Get it here:
https://www.dropbox.com/sh/am3ddzfm8qxz9w0/VlbFIebGBK

Please report any bugs or problems that you have with this builds.
Last edited by PilzAdam on Thu Apr 24, 2014 20:30, edited 4 times in total.
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Wed Jan 23, 2013 21:01

is anything changed from the git version
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
Mito551
Member
 
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

by Mito551 » Thu Jan 24, 2013 03:48

do you compile on windows or just cross-compile?
 

4aiman
Member
 
Posts: 1208
Joined: Mon Jul 30, 2012 05:47

by 4aiman » Thu Jan 24, 2013 05:06

I've asked on different threads and I'm going to repeat my humble request:
Would you teach (me) how to compile for win32 target, please?
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Thu Jan 24, 2013 11:20

Mito551 wrote:do you compile on windows or just cross-compile?

I cross-compile from Kubuntu 12.10
4aiman wrote:I've asked on different threads and I'm going to repeat my humble request:
Would you teach (me) how to compile for win32 target, please?

I use the buildbot in utils/buildbot/. I tweaked the bot a bit and also use this patch by hmmmm: https://github.com/kwolekr/minetest/commit/819dd7723ca0357dedbf67fe3cd5ba5c648c11a6
 

User avatar
cHyper
Member
 
Posts: 587
Joined: Fri May 06, 2011 08:49
IRC: cHyper
In-game: cHyper

by cHyper » Thu Jan 24, 2013 11:57

PilzAdam wrote:Hello everyone!
This is just another topic with unofficial win32 builds.

Latest Download:
http://ompldr.org/vaDcxbg/minetest-0.4.4-d1-win32.zip

Please report any bugs or problems that you have with this builds.


error message when i start minetest:

Die Ordnungszahl 73 wurde in der DLL "zlib1.dll" nicht gefunden.
--------------------------------------------------------
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Thu Jan 24, 2013 16:26

cHyper wrote:
PilzAdam wrote:Hello everyone!
This is just another topic with unofficial win32 builds.

Latest Download:
http://ompldr.org/vaDcxbg/minetest-0.4.4-d1-win32.zip

Please report any bugs or problems that you have with this builds.


error message when i start minetest:

Die Ordnungszahl 73 wurde in der DLL "zlib1.dll" nicht gefunden.

What OS do you use?
 

User avatar
Mito551
Member
 
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

by Mito551 » Thu Jan 24, 2013 17:24

PilzAdam wrote:
cHyper wrote:
PilzAdam wrote:Hello everyone!
This is just another topic with unofficial win32 builds.

Latest Download:
http://ompldr.org/vaDcxbg/minetest-0.4.4-d1-win32.zip

Please report any bugs or problems that you have with this builds.


error message when i start minetest:

Die Ordnungszahl 73 wurde in der DLL "zlib1.dll" nicht gefunden.

What OS do you use?


Same here, windows 7
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Thu Jan 24, 2013 17:29

Mito551 wrote:
PilzAdam wrote:
cHyper wrote:
error message when i start minetest:

Die Ordnungszahl 73 wurde in der DLL "zlib1.dll" nicht gefunden.

What OS do you use?


Same here, windows 7

i think that this build isnt compatable with windows 7 since windows 7 is 64-bit. IIRC
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Thu Jan 24, 2013 18:14

jojoa1997 wrote:
Mito551 wrote:
PilzAdam wrote:What OS do you use?


Same here, windows 7

i think that this build isnt compatable with windows 7 since windows 7 is 64-bit. IIRC

what? windows 7 can be 32-bit or 64-bit
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Thu Jan 24, 2013 19:44

cHyper wrote:
PilzAdam wrote:Hello everyone!
This is just another topic with unofficial win32 builds.

Latest Download:
http://ompldr.org/vaDcxbg/minetest-0.4.4-d1-win32.zip

Please report any bugs or problems that you have with this builds.


error message when i start minetest:

Die Ordnungszahl 73 wurde in der DLL "zlib1.dll" nicht gefunden.

http://forum.minetest.net/viewtopic.php?pid=65861#p65861:
BrandonReese wrote:I got the error "Ordinal 72 could not be located in the dynamic link library libcurl.dll", Downloading libcurl.dll from dll-files.com fixed it. I'm running Windows 8.

I also got the missing zlib1 error, and got the file from dll-files.com and it fixed that error.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Jan 29, 2013 17:10

New build.
 

User avatar
Mito551
Member
 
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

by Mito551 » Tue Jan 29, 2013 18:29

BrandonReese wrote:I got the error "Ordinal 72 could not be located in the dynamic link library libcurl.dll", Downloading libcurl.dll from dll-files.com fixed it. I'm running Windows 8.

I also got the missing zlib1 error, and got the file from dll-files.com and it fixed that error.


not fixed for me. windows 7 x64.
in my case ordinal 73
Last edited by Mito551 on Tue Jan 29, 2013 18:32, edited 1 time in total.
 

User avatar
BrandonReese
Member
 
Posts: 836
Joined: Wed Sep 12, 2012 00:44
GitHub: bremaweb
IRC: BrandonReese
In-game: BrandonReese

by BrandonReese » Tue Jan 29, 2013 18:47

Mito551 wrote:
BrandonReese wrote:I got the error "Ordinal 72 could not be located in the dynamic link library libcurl.dll", Downloading libcurl.dll from dll-files.com fixed it. I'm running Windows 8.

I also got the missing zlib1 error, and got the file from dll-files.com and it fixed that error.


not fixed for me. windows 7 x64.
in my case ordinal 73


The quote was from sfan5's build. I just downloaded PilzAdam's latest build, I had to replace the libcurl.dll included in the zip file with libcurl.dll from dll-files.com ( http://www.dll-files.com/dllindex/dll-files.shtml?libcurl ). That fixed it for me. I never got a zlib1 error.

Windows 8 x64. If I get some time this afternoon I'll try it on my Win 7 laptop.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Jan 29, 2013 18:53

BrandonReese wrote:I had to replace the libcurl.dll included in the zip file with libcurl.dll from dll-files.com ( http://www.dll-files.com/dllindex/dll-files.shtml?libcurl ). That fixed it for me.

Why do you do that? Do you get an error when using the one that is in the .zip?
 

User avatar
BrandonReese
Member
 
Posts: 836
Joined: Wed Sep 12, 2012 00:44
GitHub: bremaweb
IRC: BrandonReese
In-game: BrandonReese

by BrandonReese » Tue Jan 29, 2013 21:30

PilzAdam wrote:
BrandonReese wrote:I had to replace the libcurl.dll included in the zip file with libcurl.dll from dll-files.com ( http://www.dll-files.com/dllindex/dll-files.shtml?libcurl ). That fixed it for me.

Why do you do that? Do you get an error when using the one that is in the .zip?


Yes, I got the "Ordinal 72 could not be located in the dynamic link library libcurl.dll" error, even though libcurl.dll was in the bin directory.
 

User avatar
BrandonReese
Member
 
Posts: 836
Joined: Wed Sep 12, 2012 00:44
GitHub: bremaweb
IRC: BrandonReese
In-game: BrandonReese

by BrandonReese » Tue Jan 29, 2013 23:08

Here is a Windows Installer for 28f5b55. I tested it on Windows 7 and 8 and it worked fine.

http://www.bremaweb.com/minetest/Minetest-0.4.4-d1-28f5b55PilzAdamBuild.exe
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Wed Jan 30, 2013 17:26

New build: 12472a4
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Thu Jan 31, 2013 12:10

New build with GetText.
 

socramazibi
Member
 
Posts: 81
Joined: Mon Jan 28, 2013 12:29

by socramazibi » Thu Jan 31, 2013 12:13

Thanks , great contribution .
Forgive my English, but it is the translator of google.My Spanish.
My mod:
Pictures wool 1.0 3x5 , Charcoal+Textures , Map
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Sat Feb 02, 2013 17:52

New GetText build.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Sat Feb 02, 2013 18:10

Oops, I made a mistake. The correct version number is 1d248cc. Fixed in first post.
 

User avatar
cHyper
Member
 
Posts: 587
Joined: Fri May 06, 2011 08:49
IRC: cHyper
In-game: cHyper

by cHyper » Sat Feb 02, 2013 18:35

awesome inofficial win-build... keep up the good work....
--------------------------------------------------------
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Sun Feb 03, 2013 18:42

I have added an experimental TrueTypeFont build to the first post. Please test it and report any bugs.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Wed Feb 06, 2013 16:41

New build: de66c78
 

User avatar
cHyper
Member
 
Posts: 587
Joined: Fri May 06, 2011 08:49
IRC: cHyper
In-game: cHyper

by cHyper » Wed Feb 06, 2013 17:29

i like your experimental TrueTypeFont builds... please make more of them ...
--------------------------------------------------------
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Wed Feb 06, 2013 18:54

cHyper wrote:i like your experimental TrueTypeFont builds... please make more of them ...

Do they work for you? What version of Windows do you have?
 

User avatar
cHyper
Member
 
Posts: 587
Joined: Fri May 06, 2011 08:49
IRC: cHyper
In-game: cHyper

by cHyper » Wed Feb 06, 2013 19:03

PilzAdam wrote:
cHyper wrote:i like your experimental TrueTypeFont builds... please make more of them ...

Do they work for you? What version of Windows do you have?


i use windows 7 64bit...
--------------------------------------------------------
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Wed Feb 06, 2013 19:11

cHyper wrote:
PilzAdam wrote:
cHyper wrote:i like your experimental TrueTypeFont builds... please make more of them ...

Do they work for you? What version of Windows do you have?


i use windows 7 64bit...

TrueTypeFont will be added upstream shortly. The reason I ask is, that it doesnt work in wine (a program for Linux to run windows .exe files). So I have to ask real windows users (like you) if it runs on real windows.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Wed Feb 06, 2013 19:11

Jeijas experimental water shader added (14a38b1-shader).
 

Next

Return to Minetest Builds

Who is online

Users browsing this forum: No registered users and 3 guests

cron