[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnash] bug [libbase] something missing in Makefile
From: |
Andreas Mueller |
Subject: |
[Gnash] bug [libbase] something missing in Makefile |
Date: |
Fri, 13 Jan 2006 02:22:19 +0100 |
User-agent: |
mutt-ng/devel-r570 (Linux) |
Bugreport
(Could not send to address@hidden because it rejected the sender ... me,
sorry.)
gnash-0.7
make-3.80
Hello,
as I wanted to compile gnash for test, I got strange messages from make:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. . -I.. -Wall -I/usr/include/SDL
-D_REENTRANT -I.. . -I.. -g -O2 -MT config.lo -MD -MP -MF .deps/config.Tpo -c
config.cpp -fPIC -DPIC -o .libs/config.o
g++: .: linker input file unused because linking not done
g++: .: linker input file unused because linking not done
cc1plus: .: No such file or directory
make[2]: *** [config.lo] Error 1
The failure is in the libbase/Makefile.in on line 267:
INCLUDES = -I.. $(srcdir) \
$srcdir is "." so this will fail, it should say:
INCLUDES = -I.. -I$(srcdir) \
Ciao,
Andreas Mueller.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gnash] bug [libbase] something missing in Makefile,
Andreas Mueller <=