Mac build done 20120603

jpenguin
Member
 
Posts: 46
Joined: Wed Jun 06, 2012 00:19

Mac build done 20120603

by jpenguin » Wed Jun 06, 2012 04:21

Hi, I did a lot for the Mac build of pingus and lincity-ng-

$ cmake . -DRUN_IN_PLACE=1
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/local/bin/gcc
-- Check for working C compiler: /usr/local/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/local/bin/c++
-- Check for working CXX compiler: /usr/local/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- *** Will build version 0.4.dev-20120603 ***
-- IRRLICHT_SOURCE_DIR =
-- IRRLICHT_INCLUDE_DIR = /Library/Frameworks/IrrFramework.framework/Headers
-- IRRLICHT_LIBRARY = /Library/Frameworks/Irrlicht.framework
-- Found IRRLICHT: /Library/Frameworks/Irrlicht.framework
CMake Error at CMakeLists.txt:116 (install):
install FILES given no DESTINATION!


-- GetText disabled
-- Found OpenAL: /Library/Frameworks/OpenAL.framework
-- Found VORBIS: /Library/Frameworks/Ogg.framework/Headers/ogg
-- Sound enabled
-- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib
-- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/X11R6/lib/libX11.dylib
-- Found OpenGL: /System/Library/Frameworks/OpenGL.framework
-- Found JPEG: /usr/local/lib/libjpeg.dylib
-- Found BZip2: /usr/lib/libbz2.dylib
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.dylib - found
-- Found ZLIB: /usr/local/include (found version
Last edited by jpenguin on Fri Jun 08, 2012 03:48, edited 1 time in total.
 

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

by sfan5 » Wed Jun 06, 2012 12:51

You must use https://github.com/toabi/minetest-mac
The Repo by celeron55 is not for Mac
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Wed Jun 06, 2012 16:32

Your post was truncated due to some forum bug - also, please use the "code" tags, or pastebin.
 

jpenguin
Member
 
Posts: 46
Joined: Wed Jun 06, 2012 00:19

by jpenguin » Wed Jun 06, 2012 17:27

Thx, I posted that last night, I was tired. Is the mac branch up to date? Because I can probably get the main branch to work...
 

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

by sfan5 » Wed Jun 06, 2012 18:07

it's up to date
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

jpenguin
Member
 
Posts: 46
Joined: Wed Jun 06, 2012 00:19

by jpenguin » Wed Jun 06, 2012 21:12

 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Wed Jun 06, 2012 21:14

Nope. I'm Window 7, I could go Hackintosh, but I am too lazy. Not gunna screw my BIOS over.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

jpenguin
Member
 
Posts: 46
Joined: Wed Jun 06, 2012 00:19

by jpenguin » Wed Jun 06, 2012 21:25

:-)

I'm pretty sure it should work on 10.6 or above, I hope they add it to the main page soon (it's a build of 20120603)
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Wed Jun 06, 2012 21:38

You got it to work?

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

jpenguin
Member
 
Posts: 46
Joined: Wed Jun 06, 2012 00:19

by jpenguin » Wed Jun 06, 2012 23:03

Seems to be working- play-testing now. Build process is ulgly- quick 'n' dirty. Didn't use anything from the previous xcode project
 

quitlahok
New member
 
Posts: 1
Joined: Wed Jul 25, 2012 00:45

by quitlahok » Wed Jul 25, 2012 01:18

Can you share how you got it to build?
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Mon Aug 13, 2012 18:10

Email / post celeron55 asking to be his mac maintainer: the main website has not linked to this yet
Last edited by rubenwardy on Mon Aug 13, 2012 18:11, edited 1 time in total.
 

milleja46
Member
 
Posts: 24
Joined: Thu May 10, 2012 21:29

by milleja46 » Fri Oct 05, 2012 00:37

Doesn't run on OS X 10.8 if that helps though this is a old post...wonder if it's even still being developed by this person...
 


Return to Minetest Engine

Who is online

Users browsing this forum: No registered users and 32 guests

cron