search for: cairo_cflags

Displaying 20 results from an estimated 40 matches for "cairo_cflags".

2011 Oct 29
2
installing FastRWeb
...h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pkg-config... /usr/bin/pkg-config checking whether pkg-config knows about cairo... no configure: CAIRO_LIBS is unset, attempting to guess it. configure: CAIRO_CFLAGS= checking if R was compiled with the RConn patch... no checking cairo.h usability... no checking cairo.h presence... no checking for cairo.h... no configure: error: Cannot find cairo.h! Please install cairo (http://www.cairographics.org/) and/or set CAIRO_CFLAGS/LIBS correspondingly. ERROR: configu...
2007 Aug 08
0
5 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_script.h player/Makefile.am test/Makefile.am
...^(swfdec_.*)' \ diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index c3ca179..2f48811 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -112,7 +112,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES libswfdec_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \ $(GLOBAL_CFLAGS) $(CAIRO_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) \ - -I$(top_srcdir) -I$(srcdir)/jpeg/ $(js_cflags) $(LIBOIL_CFLAGS) \ + -I$(top_srcdir) -I$(srcdir)/jpeg/ $(LIBOIL_CFLAGS) \ $(GST_CFLAGS) $(FFMPEG_CFLAGS) $(MAD_CFLAGS) \ -DG_LOG_DOMAIN=\"Swfdec\" libswfdec_ at SWFDEC_MAJORMINOR@_la_LDFLAGS = \ diff -...
2010 Mar 18
1
Unable to install Cairo package
...h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pkg-config... /usr/bin/pkg-config checking whether pkg-config knows about cairo... no configure: CAIRO_LIBS is unset, attempting to guess it. configure: CAIRO_CFLAGS= checking if R was compiled with the RConn patch... no checking cairo.h usability... no checking cairo.h presence... no checking for cairo.h... no configure: error: Cannot find cairo.h! Please install cairo (http://www.cairogra phics.org/) and/or set CAIRO_CFLAGS...
2009 Jun 09
1
Cairo Package Installation
...h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pkg-config... /usr/bin/pkg-config checking whether pkg-config knows about cairo... no configure: CAIRO_LIBS is unset, attempting to guess it. configure: CAIRO_CFLAGS= checking if R was compiled with the RConn patch... no checking cairo.h usability... no checking cairo.h presence... no checking for cairo.h... no configure: error: Cannot find cairo.h! Please install cairo (http://www.cairographics.org/) and/or set CAIRO_CFLAGS/LIBS correspondingly. ERROR: confi...
2010 Jan 19
1
Error compiling R 2.10.1 on AIX
...export AR="ar -X64" export F77="xlf_r -q64" export CPPFLAGS="-I/afs/isis/pkg/libpng/include -I/usr/local/include -I$LIBICONV/include -I/usr/lpp/X11/include/X11" export LDFLAGS="-L/usr/local/lib -L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib" export CAIRO_CFLAGS="-I/opt/freeware/include/cairo -I/opt/freeware/include/freetype2" export CAIRO_LIBS="-L/opt/freeware/lib -lcairo" export JAVA_HOME=/usr/java14_64 export JAVA_CPPFLAGS="-I/usr/java14_64/include" export LDR_CNTRL=USERREGS ./configure --prefix=/afs/.isis/pkg/...
2007 Oct 28
0
5 commits - autogen.sh configure.ac libswfdec-gtk/Makefile.am libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_player.c test/trace
...; oil_init (); diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 0732b48..2086980 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -9,8 +9,8 @@ trace_SOURCES = \ noinst_HEADERS = \ swfdec_interaction.h -trace_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) $(GTHREAD_CFLAGS) -trace_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) $(GTHREAD_LIBS) +trace_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) +trace_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) EXTRA_DIST = \ README \ commit e10dd74c30bd98b615d054ac2294f1cab20ee5c9 Author: Benjamin Otte <ott...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png HTML_IMAGES= @@ -126,8 +129,8 @@ expand_content_files= # signals and properties. # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) -INCLUDES=$(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) -GTKDOC_LIBS=$(SWFDEC_LIBS) +INCLUDES=$(SWFDEC_GTK_CFLAGS) $(CAIRO_CFLAGS) +GTKDOC_LIBS=$(SWFDEC_GTK_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml index 64e00e5..432547b 10...
2009 Jul 21
1
problem installing cairo on freebsd
...forming const... yes checking for pkg-config... /usr/local/bin/pkg-config checking whether pkg-config knows about cairo... yes checking for configurable backends... gnome-config: not found gnome-config: not found cairo cairo-ft cairo-pdf cairo-png cairo-ps cairo-xlib cairo-xlib- xrender configure: CAIRO_CFLAGS=-D_THREAD_SAFE -I/usr/local/include/cairo -I/ usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/ include checking if R was compiled with the RConn patch... no checking cairo.h usability... yes checking cairo.h presence... yes checking for cairo.h... yes checking for PNG suppo...
2007 Nov 12
0
2 commits - libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_resource.c test/various
...est/various/Makefile.am +++ b/test/various/Makefile.am @@ -1,4 +1,4 @@ -check_PROGRAMS = gc ringbuffer urlencode +check_PROGRAMS = gc ringbuffer TESTS = $(check_PROGRAMS) gc_SOURCES = gc.c @@ -9,7 +9,3 @@ ringbuffer_SOURCES = ringbuffer.c ringbuffer_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) ringbuffer_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) -urlencode_SOURCES = urlencode.c -urlencode_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) -urlencode_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) - commit b72f91ccfcdd70cc3f9b6edbc4b59cce97263990 Author: Andreas Henriksson <andreas at...
2010 Feb 03
0
Can't compile R 2.10.1 on AIX
...export AR="ar -X64" export F77="xlf_r -q64" export CPPFLAGS="-I/afs/isis/pkg/libpng/include -I/usr/local/include -I$LIBICONV/include -I/usr/lpp/X11/include/X11" export LDFLAGS="-L/usr/local/lib -L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib" export CAIRO_CFLAGS="-I/opt/freeware/include/cairo -I/opt/freeware/include/freetype2" export CAIRO_LIBS="-L/opt/freeware/lib -lcairo" export JAVA_HOME=/usr/java14_64 export JAVA_CPPFLAGS="-I/usr/java14_64/include" export LDR_CNTRL=USERREGS ./configure --prefix=/afs/.isis/p...
2007 Dec 03
0
libswfdec/Makefile.am
...@@ -157,6 +156,11 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_xml.c \ swfdec_xml_socket.c +libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ + $(libswfdec_source_files) \ + swfdec_enums.c \ + swfdec_marshal.c + libswfdec_ at SWFDEC_MAJORMINOR@_la_CFLAGS = \ $(GLOBAL_CFLAGS) $(CAIRO_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) \ -I$(top_srcdir) -I$(srcdir)/jpeg/ $(LIBOIL_CFLAGS) \ @@ -297,21 +301,21 @@ BUILT_SOURCES = \ CLEANFILES = \ $(BUILT_SOURCES) -swfdec_asnative.h: $(libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES) +swfdec_asnative.h: $(libswfdec_source_files) (cd $(srcdir) \...
2007 Nov 06
0
configure.ac src/Makefile.am src/plugin.c
...src/Makefile.am b/src/Makefile.am index 24bce9c..bbfc043 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,10 +2,11 @@ plugindir = $(PLUGIN_DIR) plugin_LTLIBRARIES = libswfdecmozilla.la libswfdecmozilla_la_CFLAGS = $(GLOBAL_CFLAGS) $(MOZILLA_CFLAGS) $(SWFDEC_CFLAGS) \ - $(AUDIO_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS) + -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" + libswfdecmozilla_la_LDFLAGS = \ -module -avoid-version -export-symbols $(srcdir)/plugin.symbols \ - $(SWFDEC_LIBS) $(AUDIO_LIBS) $(CAIRO_LIBS) $(GTK_LIBS) + $(SWFDEC_LIBS) libswfdecmozilla_la_SOURCES = \ plugin.c \ diff...
2007 Mar 20
3
configure.ac
configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) New commits: diff-tree 3101705919f2a1272a8222ac0cce54f24b34193f (from b5d3509c3db17551aa138c21ee9c133d9d4b183e) Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 20 19:56:49 2007 +0100 Output some info on what packages might be missing diff --git a/configure.ac b/configure.ac index d4a48c1..e640a78 100644
2007 Feb 06
0
Branch 'interpreter' - 15 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_image.c libswfdec/swfdec_sprite_movie.c
...SUBDIRS = sound trace various + SUBDIRS = image sound trace various -noinst_PROGRAMS = swfdec-extract dump parse +if WITH_GTK +noinst_PROGRAMS = swfdec-extract dump parse swfedit +else +noinst_PROGRAMS = swfdec-extract dump parse +endif dump_CFLAGS = $(GLOBAL_CFLAGS) $(SWF_CFLAGS) $(CAIRO_CFLAGS) $(PANGO_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfdec/js dump_LDFLAGS = $(SWF_LIBS) $(CAIRO_LIBS) $(PANGO_LIBS) diff-tree bdc67ff4e611ed187083eb9a45db630eecb260dd (from af37862080c916e0792c5db1d3e298d6ea6fc7e7) Author: Benjamin Otte <otte@gnome.org> Date: Tue Feb 6 11:55:00 2007 +0100...
2007 Aug 26
0
9 commits - libswfdec-gtk/swfdec_source.c libswfdec/swfdec_marshal.list libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_instance.c test/dump.c test/Makefile.am
..._LTLIBRARIES = libswfedit.la -noinst_PROGRAMS = swfdec-extract dump parse swfedit swfscript +noinst_PROGRAMS = swfdec-extract dump swfedit swfscript else -noinst_PROGRAMS = swfdec-extract dump parse +noinst_PROGRAMS = swfdec-extract dump endif dump_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) $(PANGO_CFLAGS) dump_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) $(PANGO_LIBS) -parse_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) -parse_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) - swfdec_extract_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) swfdec_extract_LDFLAGS = $(SWFD...
2008 Aug 15
0
Cairo installation process fails "compile a simple Cairo program" step
...nistd.h... yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pkg-config... /usr/bin/pkg-config configure: CAIRO_CFLAGS= checking if R was compiled with the RConn patch... no checking cairo.h usability... yes checking cairo.h presence... yes checking for cairo.h... yes checking for PNG support in Cairo... yes checking for ATS font support in Cairo... no configure: CAIRO_LIBS=-L/apps/freetype/current/lib -L/apps/font...
2007 Nov 01
0
4 commits - libswfdec/swfdec_sound_object.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/crashfinder.c test/Makefile.am
...se -noinst_PROGRAMS = swfdec-extract dump +noinst_PROGRAMS = swfdec-extract dump crashfinder endif +crashfinder_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) +crashfinder_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) +crashfinder_SOURCES = crashfinder.c + dump_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) $(PANGO_CFLAGS) dump_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) $(PANGO_LIBS) diff --git a/test/crashfinder.c b/test/crashfinder.c new file mode 100644 index 0000000..418c9d0 --- /dev/null +++ b/test/crashfinder.c @@ -0,0 +1,154 @@ +/* Copyright (C) 2007 Pekka Lampila <pekka.lampila at iki.fi&gt...
2009 May 22
1
Cannot Install Cairo Library
...for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pkg-config... /usr/bin/pkg-config checking whether pkg-config knows about cairo... yes checking for configurable backends... cairo cairo-ft cairo-pdf cairo-png cairo-ps cairo-xlib cairo-xlib-xrender configure: CAIRO_CFLAGS=-D_REENTRANT -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 checking if R was compiled with the RConn patch... no checking cairo.h usability... yes checking cairo.h presence... yes checking for cairo.h... yes checking for PNG...
2007 Apr 05
0
configure.ac libswfdec/Makefile.am libswfdec/swfdec_codec.c libswfdec/swfdec_codec_gst.c
...@@ endif if HAVE_FFMPEG CODECS += swfdec_codec_ffmpeg.c endif +if HAVE_GST +CODECS += swfdec_codec_gst.c +endif lib_LTLIBRARIES = libswfdec-@SWFDEC_MAJORMINOR@.la @@ -86,13 +89,14 @@ libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES libswfdec_@SWFDEC_MAJORMINOR@_la_CFLAGS = \ $(GLOBAL_CFLAGS) $(CAIRO_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) \ - -I$(srcdir)/jpeg/ $(js_cflags) $(LIBOIL_CFLAGS) $(FFMPEG_CFLAGS) \ + -I$(srcdir)/jpeg/ $(js_cflags) $(LIBOIL_CFLAGS) \ + $(GST_CFLAGS) $(FFMPEG_CFLAGS) $(MAD_CFLAGS) \ -DG_LOG_DOMAIN=\"Swfdec\" libswfdec_@SWFDEC_MAJORMINOR@_la_LDFLAGS = \ -version-...
2007 Feb 15
0
8 commits - libswfdec/swfdec_bits.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_tag.c libswfdec/swfdec_text.c libswfdec/swfdec_text.h test/swfedit_token.c test/various
...am index b7dac49..b16762f 100644 --- a/test/various/Makefile.am +++ b/test/various/Makefile.am @@ -1,9 +1,11 @@ -check_PROGRAMS = ringbuffer +check_PROGRAMS = ringbuffer urlencode TESTS = $(check_PROGRAMS) ringbuffer_SOURCES = ringbuffer.c - ringbuffer_CFLAGS = $(GLOBAL_CFLAGS) $(SWF_CFLAGS) $(CAIRO_CFLAGS) ringbuffer_LDFLAGS = $(SWF_LIBS) $(CAIRO_LIBS) +urlencode_SOURCES = urlencode.c +urlencode_CFLAGS = $(GLOBAL_CFLAGS) $(SWF_CFLAGS) $(CAIRO_CFLAGS) +urlencode_LDFLAGS = $(SWF_LIBS) $(CAIRO_LIBS) diff --git a/test/various/urlencode.c b/test/various/urlencode.c new file mode 100644 index 0000000...