rlazojr / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

SVN @GIO_CFLAGS@ and @GIO_DEFINES@: No such file or directory #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. configure
2. make
3.

What is the expected output? What do you see instead?
Completed compile expected.  The error is:
make  all-recursive
make[1]: Entering directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn'
Making all in src
make[2]: Entering directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn/src'
Making all in libgmlib
make[3]: Entering directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn/src/libgmlib'
gcc -DHAVE_CONFIG_H -I. -I../..    -fPIC -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include    @GIO_CFLAGS@  @GIO_DEFINES@ -O2 -fPIC -MT
libgmlib_a-gm_file.o -MD -MP -MF .deps/libgmlib_a-gm_file.Tpo -c -o
libgmlib_a-gm_file.o `test -f 'gm_file.c' || echo './'`gm_file.c
gcc: @GIO_CFLAGS@: No such file or directory
gcc: @GIO_DEFINES@: No such file or directory
make[3]: *** [libgmlib_a-gm_file.o] Error 1
make[3]: Leaving directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn/src/libgmlib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/SBo/gecko-mediaplayer-0.9.6svn'
make: *** [all] Error 2

config.log attached.

What version of the product are you using? On what operating system?
20JUNE2009 svn and 0.9.6 code patched for xulrunner npapi.h error.  SLAMD64
12.2 x86_64 multilib Slackware port. 

Please provide any additional information below.

Original issue reported on code.google.com by kingbeow...@gmail.com on 21 Jun 2009 at 7:26

Attachments:

GoogleCodeExporter commented 8 years ago
Looks like the version of glib you have installed doesn't include support for 
GIO. To
work around this in the code I would need to look into it, which I won't be 
able to
do for at least a week.

Easiest thing is to probably upgrade gtk/glib

Original comment by kdeko...@gmail.com on 21 Jun 2009 at 9:27

GoogleCodeExporter commented 8 years ago
SVN should compile correctly now. There was a couple of bugs that I just fixed.

Original comment by kdeko...@gmail.com on 23 Jun 2009 at 3:53

GoogleCodeExporter commented 8 years ago
Yes, compiles ok, installs, and runs.  Thanks.

Original comment by kingbeow...@gmail.com on 24 Jun 2009 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 2 Jul 2009 at 8:43