Ticket #332 (closed defect: invalid)

Opened 15 years ago

Last modified 13 years ago

Quick hacks for OSX build

Reported by: LouiSe Owned by: il.smind@…
Priority: major Milestone:
Component: mc-core Version:
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description

I've attached modified source files required to build on Mac OS X platform with XCode. Default OSX C library lacks strndup and strlen functions, please add declarations to platform dependent section...

Hacks in src folder:

  • mhl/strndup.c: missing 'strndup' function code
  • mhl/strndup.h: missing 'strndup' function include
  • mhl/strnlen.c: missing 'strnlen' function code
  • mhl/strnlen.h: missing 'strnlen' function include
  • mhl/string.h: include of 'strnlen.h' and 'strndup.h'
  • vfs/vfs.c: include of 'strnlen.c' and 'strndup.c'

Download working binary for OSX Intel: http://louise.hu/poet/?p=2566

Attachments

osx-src.tar.gz (8.1 KB) - added by LouiSe 15 years ago.
Missing function for OSX build

Change History

Changed 15 years ago by LouiSe

Missing function for OSX build

comment:1 Changed 15 years ago by slavazanko

  • Milestone changed from 4.6.2.1 to 4.7

comment:2 Changed 15 years ago by angel_il

  • Milestone changed from 4.7 to 4.6.2.1

comment:3 Changed 15 years ago by anonymous

  • Milestone 4.6.2.1 deleted

Milestone 4.6.2.1 deleted

comment:4 Changed 13 years ago by andrew_b

  • Status changed from new to closed
  • Resolution set to invalid
  • Version 4.6.2 deleted
  • Type changed from enhancement to defect
  • severity set to no branch

mhl was removed out from mc source.
Closed as invalid.

Note: See TracTickets for help on using tickets.