VOGONS

Common searches


Search results

Display options

Re: How to create custom build for OS X?

yes, the problem is that SDL is getting compiled with X11. If you want to make it cleaner: sudo port -f uninstall libsdl sudo port install libsdl +universal +no_x11 so best get rid of the other stuff sudo port uninstall dosbox sudo port uninstall libsdl_sound sudo port uninstall libsdl_net This …

Re: How to create custom build for OS X?

That looks perfect. I'm away from my test machine for a few hours, but will try this when I get back. Thank you again - I now understand this whole process far better than I did. By the way, am I right in thinking that I will still need to make the replacement in the LIBS= line in the makefile to …

Re: How to create custom build for OS X?

Yes, proper feedback would have been nice... (because there is asimple switch to force deactivation...) Now I see it: port -f deactivate whatever I mentioned the deactivation problem in an earlier post on this thread, but it seems to have got lost when I went on to report other problems. Here's …

Re: How to create custom build for OS X?

If these files were still present in /opt/local/lib, then you didn't deactivate them as I wrote some posts ago... I think I forgot to report that MacPorts wouldn't allow me to deactivate those files without uninstalling DOSBox first, and I thought (mistakenly, I now see) that I shouldn't uninstall …

Re: How to create custom build for OS X?

OK, understood. I didn't want to swap makefiles simply - just to see what I was missing. But I'll abandon this effort until I learn more about it. I've already learned a lot with the help of everyone here, and the next time I ask a question, I'll know how to make better use of the answers. Thanks …

Re: How to create custom build for OS X?

I actually do have Dosbox configuring correctly with SDL_Sound/net not being installed. So you need to find out why that doesn't work for you. Then when you change the makefile in the "LIBS=" section exchange -lz with /opt/local/lib/libz.a and -lpng with /opt/local/lib/libpng.a... At the risk of …

Re: How to create custom build for OS X?

Be very sure that you are not violating any IBM copyrights by using/distributing fonts. Good point. I've written quite a lot about typography in computer magazines, and it's clear that font designs can be copyrighted in some countries (e.g. Deutschland) but not in others (e.g. USA). So, to be safe, …

Re: How to create custom build for OS X?

Thank you for those instructions. Will test them tonight. My goal is this: I've already created a system that uses the release version of DOSBox to run WordPerfect for DOS 5.1 or 6.2 under OS X, wrapped in an AppleScript application that installs a folder action script which makes it possible to …

Re: How to create custom build for OS X?

Editing the portfile is a waste of time. As I discovered by further experiment. I also tried hex-editing the executable so that it pointed to libraries in the same directory (./libraryname) instead of /opt, but that didn't work either - the executable reported that it couldn't find the library. …

Page 39 of 43