Sorry, this was on "Mac OS X Version 10.5.2" (? 2008).

>
> Just upgraded my version of Ambdec,
>
> Unless I missed something (it's 3 in the morning;-)> there
> is no longer a Mac Makefile.
>
> I have got Ambdec running nicely (though do not have
> the facilities to check on a rig until next week ... so
> fingers crossed).
>
> In the source directrory, I :
> cp Makefile Makefile-Linux
> mv Makefile Makefile-Mac
>
> then edited Makefile-Mac (see below)
> then
> cp Makefile-Mac Makefile
> then the 'make' 'make install' as instructed in the INSTALL file.
>
> There was one complaint/warning ... but hopefully non-fatal.
> (install: ambdec_cli: No such file or directory
> make: *** [install] Error 71)
> Think I left a (?)redundant line in the Makefile ...
>
>
> Running ambdec then results in an error message that it
> cannot find two PNG files. I made the necessary directory
> and hand copied them from the 'share' directory.
> (source user$ sudo mkdir /usr/local/share/ambdec/
> source user$ sudo cp ../share/meter* /usr/local/share/ambdec/
> )
>
>
> Ambdec then comes up nicely.
>
> Apologies if this is a re-invention, but I couldn't find it
> anywhere ...
>
> Michael
>
>
> :source user$ diff Makefile-Mac Makefile-Linux
> 21,22d20
> < # Homemade : MJC 20120902
> <
> 30c28
> < #CPPFLAGS += -march=native
> ---
>> CPPFLAGS += -march=native
> 33c31
> < all:        ambdec
> ---
>> all: ambdec ambdec_cli
> 41,42c39,40
> < ambdec:     LDLIBS += -lclxclient -lclthreads -ljack -lpng -lXft -lX11
> -framework Cocoa
> < ambdec:     LDFLAGS += -L/usr/X11R6/$(LIBDIR)
> ---
>> ambdec:      LDLIBS += -lclxclient -lclthreads -ljack -lpng -lXft -lX11 -lrt
>> ambdec:      LDFLAGS += -L/usr/X11R6/lib
> 49a48,59
>>
>> AMBDEC_CLI_O = ambdec_cli.o jclient.o nffilt.o xover2.o decoder.o
> adconf.o sstring.o
>>
>> ambdec_cli:  LDLIBS += -lclthreads -ljack -lrt
>> ambdec_cli:  $(AMBDEC_CLI_O)
>>      g++ $(LDFLAGS) -o $@ $(AMBDEC_CLI_O) $(LDLIBS)
>>
>> $(AMBDEC_CLI_O):
>> -include $(AMBDEC_CLI_O:%.o=%.d)
>>
>>
>>
>
> _______________________________________________
> Sursound mailing list
> Sursound@music.vt.edu
> https://mail.music.vt.edu/mailman/listinfo/sursound
>

_______________________________________________
Sursound mailing list
Sursound@music.vt.edu
https://mail.music.vt.edu/mailman/listinfo/sursound

Reply via email to