MAMEWorld >> EmuChat
Index   Flat Mode Flat  

flamuss
MAME Fan
Reged: 06/13/13
Posts: 4
Send PM
Re: MAME 0.149 Compile Error on OS X 10.8.4
06/13/13 03:13 AM


That patch is out of date and will corrupt any binary files you have. It's better to use the program dos2unix, as it will skip binary files automatically:

find -type f -exec dos2unix {} \;

if for some reason you don't have dos2unix available, you can try this slower method:

find -type f -exec file {} \; | grep CRLF | awk 'BEGIN{FS=":"}{print $1}' | xargs perl -pi -e 's/\r\n?/\n/g'







Entire thread
Subject Posted by Posted on
* MAME 0.149 Compile Error on OS X 10.8.4 goldenegg 06/12/13 01:43 AM
. * Re: MAME 0.149 Compile Error on OS X 10.8.4 TafoidAdministrator  06/12/13 08:39 PM
. * Re: MAME 0.149 Compile Error on OS X 10.8.4 flamuss  06/13/13 03:13 AM
. * Re: MAME 0.149 Compile Error on OS X 10.8.4 R. Belmont  06/13/13 05:00 PM
. * Re: MAME 0.149 Compile Error on OS X 10.8.4 tuxshake  06/13/13 05:58 PM

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 270 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 2453