compile on OS X

These are old archives. They are kept for historic purposes only.
Post Reply
owine
Posts: 8
Joined: Sat Oct 01, 2005 10:13 pm
Location: CT, USA
Contact:

compile on OS X

Post by owine »

im running mac os x 10.4.3 Server and i installed the xcode tools with gcc 4.0 but i cant compile unreal. i get a makefile error. any ideas?
Trystan
Posts: 29
Joined: Sun Mar 07, 2004 4:20 pm
Location: UTAH
Contact:

Post by Trystan »

Why not past the error message.. that will help better then just saying there is an error
"They never stop thinking of ways of harming America, and neither do we." - U.S. President George W. Bush
owine
Posts: 8
Joined: Sat Oct 01, 2005 10:13 pm
Location: CT, USA
Contact:

Post by owine »

heh... sorry... its too late now but tomorrow ill past the message i get.
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

There's been a lot of problems with gcc 4.0 just to let you know.
-Bricker-
owine
Posts: 8
Joined: Sat Oct 01, 2005 10:13 pm
Location: CT, USA
Contact:

Post by owine »

gcc 4.0 is what the xcode tools installs so i guess thats the problem. maybe 3.2.4 will have better gcc 4.0 support. http://pb.kaffeinenet.com//view.php?id=79 is the error i get.
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

yep
-Bricker-
D|3-H4rD

Post by D|3-H4rD »

sorry i will run unrealircd on my imac g5 with OSX 10.4 but i have some probleme.

Code: Select all

sudo ./unreal start
Starting UnrealIRCd
[!!!] OpenSSL version mismatch: compiled for 'OpenSSL 0.9.7b 10 Apr 2003', library is 'OpenSSL 0.9.7i 14 Oct 2005'
[!!!] Header<->library mismatches can make UnrealIRCd *CRASH*! Make sure you don't have multiple versions of openssl or zlib installed (eg: one in /usr and one in /usr/local). And, if you recently upgraded them, be sure to recompile Unreal.
 _   _                      _ ___________  _____     _ 
| | | |                    | |_   _| ___ \/  __ \   | |
| | | |_ __  _ __ ___  __ _| | | | | |_/ /| /  \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | |    / | |    / _` |
| |_| | | | | | |  __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_|  \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v3.2.3
                     using TRE 0.7.2 (GPL)
                     using OpenSSL 0.9.7b 10 Apr 2003

* Loading IRCd configuration ..
[error] ERROR: No cloaking module loaded. (hint: you probably want to load cloak.so)
[error] If you are upgrading from 3.2 (or any older version), be sure to read the release notes or www.vulnscan.org/tmp/newcloak.txt regarding the cloaking change!
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of  
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
tail: /Users/diehard/Desktop/Unreal3.2/ircd.log: No such file or directory

Help me pls :°
wax
Posts: 72
Joined: Tue Oct 04, 2005 6:32 am
Location: ByNets@Belarus
Contact:

Post by wax »

D|3-H4rD wrote: * Loading IRCd configuration ..
[error] ERROR: No cloaking module loaded. (hint: you probably want to load cloak.so)
In unrealircd.conf try to find "cloak.so" :]
And read documentation....
BuildSmart
Posts: 3
Joined: Sat Feb 04, 2006 12:10 am

Post by BuildSmart »

I've had no issues with installing 3.2.3 once I realized that the softwaqre isn't installable in a normal system useable location due to the way the Config is written and the way that the main configure is written however if you have a little patience you can build it and install it in a more realistic and system useable location.

I have not experienced any build problems that were totaly undeterminable with regards to the problems of compile failing, for the most part it seems to be depancy related where it doesn't include all of a libraires dependancies (should there be any).

I've built successfully with gcc 3.3 and gcc 4.0 so you can't blame it on gcc.

I've built in static and shared version, bot run, the static is transportable to other machines as is because it uses only the basic system shared resources so if you can't resolve it, I can make a package installer of the UnrealIRCd files (minus the config file) and you can install it the lazy Mac way.

-- Dale
Post Reply