From: Brian P. <br...@vm...> - 2009-09-24 19:22:14
|
William F Mitchell wrote: > I am trying to compile Mesa on an HPUX system and immediately get an > error message "Don't know how to make SLANG_SOURCES". I get this both > with autoconf and "make hpux11-32". The full error message is: > $ make > Making sources for autoconf > Make: Don't know how to make SLANG_SOURCES. Stop. > *** Error exit code 1 > > Stop. > *** Error exit code 1 > > Stop. > > for autoconf, and > > $ make hpux11-32 > (cd configs && rm -f current && ln -s hpux11-32 current) > make default > Making sources for hpux11-32 > Make: Don't know how to make SLANG_SOURCES. Stop. > *** Error exit code 1 > > Stop. > *** Error exit code 1 > > Stop. > *** Error exit code 1 > > Stop. > > using the preexisting config files. > > I haven't been able to find anything searching for that error message. > Does anyone know what's wrong? Hi Bill, I don't think anyone's built Mesa on HP-UX in a while, but it shouldn't be a big chore. My first hunch is that this is a make/gmake incompatibility. Do you have GNU make on your HP box to try? Otherwise, I'd debug this by putting some lines like "echo $(SLANG_SOURCES)" in src/mesa/Makefile in a few places to see if it's properly defined. Which version of Mesa are you trying? -Brian |