>> PREFIX = /usr/local
>> LIBDIR = /usr/local/lib
>
> Changing ?= to = has no drawback for me. Overwriting these variables by
> calling "make PREFIX=/usr" still works (I have tested it).
>
> Can you please leave LIBDIR = $(PREFIX)/lib instead of hard-coding the
> libdir?
OK, I'll make that chang
Am Samstag, den 05.01.2013, 10:00 +1300 schrieb Ross Finlayson:
> > I noticed Makefile.tail has changed recently and it seems like the
> > Windows compiler (VS2008 & 2010 at least) doesn't like these lines
> > (only PREFIX for testProgs & mediaServer):
> > PREFIX ?= /usr/local
> > LIBDIR ?= $(PREFI
> I noticed Makefile.tail has changed recently and it seems like the Windows
> compiler (VS2008 & 2010 at least) doesn't like these lines (only PREFIX for
> testProgs & mediaServer):
> PREFIX ?= /usr/local
> LIBDIR ?= $(PREFIX)/lib
Arggh! Those lines were suggested by the Debian guy, who (I'm g
When downloading and building the latest version (2012-01-04) on Windows I
ran into problems.
I get a fatal error for all projects. Example for liveMedia:
liveMedia.mak(54) : fatal error U1036: syntax error : too many names to left
of '='
Stop.
I noticed Makefile.tail has changed re