gcdmaster (via Fink & apple x11) on Tiger

cvkslashdot

Registered
If anybody can answer these questions I would be soooo grateful.

Goal: use gcdmaster 1.2.0 on apple's x11 (GUI for cdrdao with waveform toc editing)

http://cdrdao.sourceforge.net/gcdmaster/index.html

Accomplished so far: using gcdmaster 1.1.7 (with cdrdao 1.2.0). burns, rips fine but no sound.


using bash, fink

Q1: has anybody compiled 1.2.0 for osx? Fink is only upto 1.1.7 for gcdmaster. I have added this to my .profile
export CFLAGS=-I/sw/include
export LDFLAGS=-L/sw/lib
export CXXFLAGS=$CFLAGS
export CPPFLAGS=$CXXFLAGS
export ACLOCAL_FLAGS="-I /sw/share/aclocal"
export PKG_CONFIG_PATH="/sw/lib"

that's from fink documentation

but that is not enough to link an external compile of cdrdao to fink's gtk+ libraries, i guess. I am not unix savy enough to write the proper ./configure command line...

$./configure --with-xdao
gives

Building scsilib : yes
Building pccts : yes
Building cdrdao : yes
OGG support : no
MP3 support : no
Building toc2cue : yes
Building cue2toc : yes
Building toc2mp3 : yes
Building gcdmaster : no

I am wondering if gcdmaster 1.2.0 fixes the following problem. (the changelog is very outdated.)


Q2. gcdmaster wants "/dev/dsp" for sound. I know my gnome sound is good as I can use xmms fine with eSound, OSX Driver 1.0.

I have googled far too long for a solution and have not come up with anything.

esddsp sounds like something good to try but when I try to compile it:

checking for soundcard.h... no
checking for sys/soundcard.h... no
checking for machine/soundcard.h... no
checking for sys/audio.h... no
checking for sys/audioio.h... no
checking for sys/audio.io.h... no
checking for sun/audioio.h... no
checking for dmedia/audio.h... no
checking for sys/soundlib.h... no
checking for sys/asoundlib.h... no
configure: error: Could not find a support sound driver
Triton:~/Desktop/esound-0.2.8 chuck$

Hopefully this is enough info. Thank you very much for reading.
 
Back
Top