Page 1 of 1

zlib 1.2.5

PostPosted: Sun Aug 07, 2016 18:35
by galok
Hi, I was trying to compile MineTest, I follow the wiki just step by step, and then, suddenly, it's like zlib125dll.zip was eradicated from this universe.

I have the cognitive dissonance even when I look at this situation:

help.png
help.png (43.68 KiB) Viewed 5782 times


So what should I do? Please help me.

http://dev.minetest.net/Compiling_Minet ... requisites
http://www.winimage.com/zLibDll/index.html

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 18:56
by MineYoshi

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 19:04
by galok
help2.png
help2.png (30.6 KiB) Viewed 5782 times

Nope :(
but thanks for trying

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 19:08
by MineYoshi

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 19:13
by galok
This is sources,
zlibwapi.lib and zlibwapi.dll from zlib125dll.zip

so I believe zip should at least contain these

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 19:22
by MineYoshi
galok wrote:This is sources,
zlibwapi.lib and zlibwapi.dll from zlib125dll.zip

so I believe zip should at least contain these

http://78.108.103.11/MIRROR/ftp/png/src ... 25-dll.zip

Do this works?

It haves "zlib1.dll"

The same that uses Minetest...

See a regular build with zlib.

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 19:23
by rubenwardy
that is a suspicious link, could have malware there

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 19:27
by MineYoshi
rubenwardy wrote:that is a suspicious link, could have malware there

I tested it totally, i am sure it doesn't have any malware.
But if you aren't sure here is an alternative link
ftp://ftp.gnome.org/mirror/temp/sf2015/ ... 25-dll.zip
ftp://213.180.139.200/pub/.mirrors3/sou ... 25-dll.zip

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 19:37
by galok
I dont know, wiki cleary says
zlib library (zlibwapi.lib and zlibwapi.dll from zlib125dll.zip)

but meanwhile I found MSVC pre-compiled libraries that, I suppose, contain everything I need to compile MineTest, so now I will tweak CMake around... I guess

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 20:16
by MineYoshi
galok wrote:I dont know, wiki cleary says
zlib library (zlibwapi.lib and zlibwapi.dll from zlib125dll.zip)

but meanwhile I found MSVC pre-compiled libraries that, I suppose, contain everything I need to compile MineTest, so now I will tweak CMake around... I guess

Well, try that...

If you need help again, justly ask!

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 20:52
by Krock
galok wrote:so now I will tweak CMake around... I guess

The wiki also contains this link but better point it out again, could be helpful when you're not sure which path is meant: Compile_Minetest_MSVC.txt

Please note that the privided libraries are only 32-bit, this means you would have to get the lib files from somewhere else - if not compiling yourself.

EDIT: post #3400!

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 21:15
by galok
MineYoshi, thank you.
Without sound, changing CMake install file with Notepad and still getting error in the end of install, but... I make a working build of MineTest. hail to the pre-compiled libraries.
Maybe somebody knows what this INSTALL actually wants from me?
help3.png
help3.png (61.84 KiB) Viewed 5782 times

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 21:22
by galok
Krock, thanks for your answer!
IRRLICHT_DLL - this is what I forgot to set, now INSTALL work without errors. :)

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 21:33
by galok
Tried to enable sound, if someone will follow my steps - you should move all files from "openal-soft-1.15.1\include\AL\" to "openal-soft-1.15.1\include\" or else you'll get an error about file that wasn't found.

Re: zlib 1.2.5

PostPosted: Sun Aug 07, 2016 21:56
by galok
Thanks everyone, it seem to work pretty well. :)