Re: [Live-devel] Windows make-files broken

2013-01-05 Thread Ross Finlayson
>> 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

Re: [Live-devel] Windows make-files broken

2013-01-05 Thread Benjamin Drung
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

Re: [Live-devel] Windows make-files broken

2013-01-04 Thread 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 ?= $(PREFIX)/lib Arggh! Those lines were suggested by the Debian guy, who (I'm g

[Live-devel] Windows make-files broken

2013-01-04 Thread Erlandsson, Claes P (CERLANDS)
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