Running Antrix on Mac : Help Needed. menu

Shout-Out

User Tag List

Results 1 to 7 of 7
  1. #1
    Herzeleid's Avatar Banned
    Reputation
    77
    Join Date
    May 2007
    Posts
    820
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Running Antrix on Mac : Help Needed.

    Originally Posted by nexxuz View Post

    1) Install XCode
    2) Install SVN
    3) Install Fink
    4) Run:
    Code:
    sudo fink scanpackages
    sudo fink index
    sudo fink selfupdate
    5) Install WITH Fink the following packages:
    Code:
    sudo fink install mysql mysql-client mysql-dev mysql15-dev libtool
    6) Open a console window and type in:
    Code:
    mkdir ascent
    7) Checkout a copy of Antrix from svn with this command:
    Code:
    svn co svn://emupedia.com/svn/ascent ~/ascent/
    I know that in previous tutorials you were told to uncomment out a few thing s out of "/usr/include/c++/4.0.0/cstdlib" DON NOT TOUCH THIS FILE! Uncommenting them out now breaks the compile for some reason?!?
    9) Edit the "reconf" in the ascent folder. Take out ALL of the if statements. It should look something like this afterwards:
    Code:
    rm -f config.cache
    echo "- aclocal."
    aclocal
    echo "- autoconf."
    autoconf
    echo "- autoheader."
    autoheader
    echo "- automake."
    automake -a -c
    exit
    10) Run:
    Code:
    chmod +x reconf && ./reconf
    11) Edit the "configure" file in the ascent folder, and replace "ac_cv_func_malloc_0_nonnull=no" with "ac_cv_func_malloc_0_nonnull=yes" and do the same for "ac_cv_func_realloc_0_nonnull=no" - replace with "ac_cv_func_realloc_0_nonnull=yes" There are two occurrences of each.
    12) Next run:
    Code:
    sudo ln -s /usr/local/mysql/lib /usr/local/lib/mysql
    13) Then run:
    Code:
    grep -nR -export-dynamic *
    The line number will follow the file name. Any file that shows up needs to be edited to remove that bit of code.
    14) Now you will run:
    Code:
    ./configure --prefix=/usr/antrix --with-python --enable-cli --enable-ra --target i386
    15) Then
    Code:
    make && sudo make install
    16) Now
    Code:
    cd /usr/antrix && mkdir etc
    then
    Code:
    cp ~/ascent/src/*.conf /usr/antrix/etc
    17) Then
    Code:
    cd /usr/antrix/bin && mkdir maps && mkdir dbc
    Copy the necessary files to them
    1 Use your favorite MySQL tool to import the apdb.sql file (I like phpMyAdmin).
    19) Set up your .conf files (there are instructions on this forum for that, or just read the instructions in the files).
    20) In /usr/antrix/bin type ./logonserver
    21) Create a new terminal window, and navigate back to /usr/antrix/bin, and type ./antrix



    I Hope this helps people.

    P.S. I am having trouble with it finding the conf files tho :confused:
    it just says:
    Code:
    Loading Config Files...
      >> ../etc/logonserver.conf :: 
    Could not open ../etc/logonserver.conf.
    
    failed.
    BTW this is rev1041 of antrix.
    I'm at step six, what console? The terminal? That's what I've been typing in.. so confused.
    I Wonder why Errage, Dragonsky, and Conflag Pretend to Be Girls. Little Creepy in my Opinion.

    Running Antrix on Mac : Help Needed.
  2. #2
    Herzeleid's Avatar Banned
    Reputation
    77
    Join Date
    May 2007
    Posts
    820
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running Antrix on Mac : Help Needed.

    No one knows *BUMP*

    Someone....
    I Wonder why Errage, Dragonsky, and Conflag Pretend to Be Girls. Little Creepy in my Opinion.

  3. #3
    kody_'s Avatar Member
    Reputation
    37
    Join Date
    Jun 2007
    Posts
    296
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running Antrix on Mac : Help Needed.

    It probobly means terminal

  4. #4
    Herzeleid's Avatar Banned
    Reputation
    77
    Join Date
    May 2007
    Posts
    820
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running Antrix on Mac : Help Needed.

    mkdir ascent
    Isn't a terminal command....?
    I Wonder why Errage, Dragonsky, and Conflag Pretend to Be Girls. Little Creepy in my Opinion.

  5. #5
    Blindgunner's Avatar Member
    Reputation
    9
    Join Date
    Mar 2007
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running Antrix on Mac : Help Needed.

    I have on idea m8 i hate mac lol

  6. #6
    galcybele's Avatar Member
    Reputation
    2
    Join Date
    Jul 2007
    Posts
    145
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running Antrix on Mac : Help Needed.

    Im sry can't help you, where is this guide btw lol havnt been on mmowned in a while. And is this on intel mac or non intel?

  7. #7
    nich's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running Antrix on Mac : Help Needed.

    mkdir is the command for make directory/folder
    console is what terminal accesses.
    why are you still using antrix? shouldn't you be using ascent?

    ascent compile instructs
    Code:
    MacOSX
    
    [edit]
    Tiger Intel
    
    [edit]
    Requirements
    - automake 1.10
    - autoconf 2.61
    [edit]
    Configuration
    open src/shared/common.h
    and comment out the big endian stuff:
    /* Define this if you're using a big-endian machine */
    /*#ifndef WIN32
    #ifdef HAVE_DARWIN
    #if BYTE_ORDER == BIG_ENDIAN
    #define USING_BIG_ENDIAN 1
    #include <machine/byte_order.h>
    #define bswap_16(x) NXSwapShort(x)
    #define bswap_32(x) NXSwapInt(x)
    #define bswap_64(x) NXSwapLongLong(x)
    #endif
    #endif
    #endif
    */
    
    open src/ascent/Makefile.am
    replace "-export-dynamic" with "-u __dummy -framework System -framework Foundation"
    autoreconf -i -f
    ./configure --prefix=/folder/where/you/want/to/compiled/version/have
    [edit]
    Compilation
    ./make
    ./make install

Similar Threads

  1. I need some mac HELP for patching!!
    By chrism13 in forum World of Warcraft Guides
    Replies: 5
    Last Post: 03-22-2010, 05:36 PM
  2. [mac] Pattern Finder - Help needed
    By Tanaris4 in forum WoW Memory Editing
    Replies: 9
    Last Post: 09-16-2009, 03:27 PM
  3. need some mac help
    By raceboy404 in forum Community Chat
    Replies: 0
    Last Post: 07-25-2007, 11:20 AM
  4. some virus help needed ><
    By boblikes in forum World of Warcraft General
    Replies: 2
    Last Post: 08-21-2006, 08:18 PM
  5. Backspace scam Help needed
    By TripleShank26 in forum World of Warcraft General
    Replies: 3
    Last Post: 06-12-2006, 05:18 PM
All times are GMT -5. The time now is 12:31 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search