Menu

#6 OS X compilation fixes

closed-accepted
other (2)
1
2003-05-19
2002-10-03
No

This is a patch against stock 0.5 to get it to compile,
run , and work on OSX with only libxml (no iconv, so
no Windows-1252 table).

Download into your hotwayd-0.5 directory, then do
'patch -p1 < hotwayd-0.5-osx.diff'. If you get any
errors, you probably messed up. try it again, with a
fresh extraction of the source tree and a fresh
download of the patch.

Note that you need to compile with CFLAGS containing
"-no-cpp-precomp", so in tcsh, do 'env
CFLAGS="-no-cpp-precomp" ./configure' instead of
'./configure'. In bash/sh, do "CFLAGS="-no-cpp-precomp
./configure' instead of '.configure'.

then go ahead and do a make, it should go fine. further
install instructions will be in the forum shortly.

Has not been tested on Jaguar yet, but should compile
there OK.

Discussion

  • Anonymous

    Anonymous - 2002-10-17

    Logged In: YES
    user_id=2924

    Going to try uploading as a file again... this posted OK
    before iirc.

     
  • Anonymous

    Anonymous - 2002-10-17

    patch attachment.

     
  • Nobody/Anonymous

    Logged In: NO

    This also seems to work with FreeBSD Version 4.6 (My
    current Version)

    It built at any rate after patching with this fix...

     
  • David Smith

    David Smith - 2003-05-19
    • labels: --> other
    • priority: 5 --> 1
    • status: open --> closed-accepted
     
  • David Smith

    David Smith - 2003-05-19

    Logged In: YES
    user_id=569736

    hopefully with the changes to the latest version it should be
    easier to compile using the configure scripts on OS-X...

     
  • David Smith

    David Smith - 2003-05-19
    • assigned_to: nobody --> jbm
     

Log in to post a comment.