[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fwd: [Gnash] Error compiling Gnash 0.7]
From: |
flamma |
Subject: |
[Fwd: [Gnash] Error compiling Gnash 0.7] |
Date: |
Wed, 11 Jan 2006 20:14:37 +0100 |
User-agent: |
Mozilla Thunderbird 1.0.7 (X11/20051018) |
I had the same problem. This is what I did:
I change the libbase/Makefile.in and libbase/Makefile.am in this way:
INCLUDES = -I.. -I$(srcdir) \
$(LIBPNG_INCLUDE) \
$(ZLIB_INCLUDE) \
$(JPEGLIB_INCLUDE) \
-I$(top_srcdir)
where I remember was something like:
INCLUDES = -I.. $(srcdir) \
$(LIBPNG_INCLUDE) \
$(ZLIB_INCLUDE) \
$(JPEGLIB_INCLUDE) \
-I$(top_srcdir)
and calling latter ./configure in gnash root directory.
I don't know very much about how automake works, so I didn't know
exactly what I was doing, but it did solve the problem.
-------- Original Message --------
Subject: [Gnash] Error compiling Gnash 0.7
Date: Wed, 11 Jan 2006 12:06:58 +0100
From: Giovanni Mellini <address@hidden>
To: address@hidden
Hi all
I'm trying to install the last version og Gnash
I have a problem while launching make command; I see the following error:
g++: cannot specify -o with -c or -S and multiple compilations
I saw in the ML archives that another people had the same problem; I
have all packages installed and seems the configure output sounds good.
Can anyone help me pls???
Tks in advance.
Follows the output of ./configure and mave commands
_______________________________________________
Gnash mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/gnash
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Fwd: [Gnash] Error compiling Gnash 0.7],
flamma <=