VOGONS

Common searches


Search results

Display options

Re: Compile SVN in macOS?

Dominus, one more question, and apologies for bothering you about this. I'm making real progress on my script, and want to add one interactive help for the user. For autoconf, automakers, and lib tool, I can use this bit of script to tell the user that the executable is already installed: if command …

Re: Compile SVN in macOS?

@Dominus - making progress here. One quick question: Back in the past you used this arg for configure with libvorbis: --disable-oggtest Is that still needed?? Otherwise, I'm making progress adapting my old script to zsh and the other changes.

Re: Compile SVN in macOS?

@Dominus - I took a few minutes over coffee to instal libpng and zlib with your options, and of course they worked. My current problem is with libvorbis. I can't reach the web site now, but I had earlier downloaded 1.3.7. ./configure works properly with your options, but make produces these errors: …

Re: Compile SVN in macOS?

@Dominus, you are absolutely right that I shouldn't be using brew. I'll try your method (later this week) and will try to remove brew when I've got it working. Question: you say that zsh requires different methods; I'm already using zsh as my default script, and your method uses zsh also, correct? …

Re: Compile SVN in macOS?

Further update. I entered this command at the terminal in Big Sur: export MACOSX_DEPLOYMENT_TARGET=10.12 (For my project, I don't need anything older than 10.12.) I then built libpng from source (after uninstalling it from brew) and built SDL from source., following Almeath's guide. I think built …

Re: Compile SVN in macOS?

@almeath and @dominus - First, Dominus: I have a 2015 MacBookAir and a 2015 MacBook Pro, both running Big Sur. On the Air, I gave up and installed Brew. Almeath, I followed your guide and built SVN successfully - after I figured out the one essential step of using svn to download the SVN code. …

Re: Compile SVN in macOS?

I'll keep trying , but I've already bumped into some major problems, which I haven't been able to solve simply by creating the directories that Dominus's script expects. If I can make any progress, then I'll be glad to collaborate, but I'm not completely hopeful at the moment!

Re: Compile SVN in macOS?

I tried installing svn in Big Sur, but decided it was too complicated; I think I use curl to download the latest code for the purposes of my script. Will be trying out your scripts over the next few days, and will report. I'll obviously need to install some stuff before I can make real progress...

Re: Compile SVN in macOS?

UPDATE: Problem solved! I had stupidly tried to install autoconf 2.71 and automake 1.16.3, thinking (wrongly) that the latest versions would be best. I removed autoconf 2.71, installed 2.69 instead; then installed automake 1.15, and everything worked perfectly. Apologies for wasting your time!!

Re: Compile SVN in macOS?

I'm willing to lend my eyes ;) And as I just overthrew my buildbot with yet more complicated things the timing is good as I'm warmed up... Try with the simple steps without scripting it and we can probably find the culprit. But here or another thread? 🤷‍♂️ Another thread seems best, but I'm not …

Re: Compile SVN in macOS?

This is amazing work, Dominus. Thank you a thousand times. (And it convinced me that it's time to give up on compiling without brew - I can't even get automake to build on Big Sur.) It's time to take a very deep dive into all this. Thank you yet again!

Re: Compile SVN in macOS?

My 2015 MacBook Pro dual-boots to Mojave and Big Sur, and I'll give it a try in Mojave... The "configure" error occurs with everything I try to install other than autoconf and automake. I'm not alone in finding this problem, which seems to have emerged in Catalina.

Re: Compile SVN in macOS?

@almeath, Thank you for this. I'll test in the next day or two, but would be very interested in how to make a static build. That's the part that I would want to use in my projects, but what you've posted should be useful to many of us! EDIT: I've been trying to update my old build script, but I …

Re: Compile SVN in macOS?

About svn under BigSur, you don't need svn to download the latest code, I think. This worked in my old script (using variables declared earlier in the script): mkdir -p $DOSBOXFOLDER rm -rf $TMPDIR/dosboxsource >/dev/null 2>&1 mkdir -p $TMPDIR/dosboxsource/ curl -OL http://source.dosbox.com/ …

Re: Compile SVN in macOS?

Definitely interested in collaboration. When you've posted your instructions, I could get started on updating my OneStopDOSBoxOSX script so that it builds your version. I don't pretend to understand what happens my own script, because I'm basically a beginner who mostly uses code that other people …

Page 3 of 43