Skip to content

Instantly share code, notes, and snippets.

@rhyhann
Created June 6, 2009 18:47
Show Gist options
  • Save rhyhann/124970 to your computer and use it in GitHub Desktop.
Save rhyhann/124970 to your computer and use it in GitHub Desktop.
hy@eo:/tmp/redcar$ rake build
(in /tmp/redcar)
cd /tmp/redcar
Libraries
glib-2.0...................... found
gtksourceview-2.0............. found
Oniguruma..................... found
Libgee........................ found
ruby-dbus..................... found
RubyGems
oniguruma..................... found
cucumber...................... found
zerenity...................... found
Building gtksourceview2
cd vendor/gtksourceview2
checking for GCC... yes
checking for rb_define_alloc_func() in ruby.h... yes
checking for rb_block_proc() in ruby.h... yes
checking for new allocation framework... yes
checking for attribute assignment... yes
checking for gtksourceview-2.0... yes
checking for G_PLATFORM_WIN32... no
creating rbgtksourceview2version.h
creating Makefile
Dans le fichier inclus à partir de rbgtksourcemain.h:29,
à partir de rbgtksourceiter.c:11:
/usr/lib/ruby/site_ruby/1.8/i686-linux/rbgtk.h:19:25: erreur: rbgtkmacros.h : Aucun fichier ou dossier de ce type
/usr/lib/ruby/site_ruby/1.8/i686-linux/rbgtk.h:21:19: erreur: rbgdk.h : Aucun fichier ou dossier de ce type
Dans le fichier inclus à partir de /usr/lib/ruby/site_ruby/1.8/i686-linux/rbgtk.h:22,
à partir de rbgtksourcemain.h:29,
à partir de rbgtksourceiter.c:11:
/usr/lib/ruby/site_ruby/1.8/i686-linux/rbgtkconversions.h:15:30: erreur: rbgdkconversions.h : Aucun fichier ou dossier de ce type
In file included from rbgtksourcemain.h:29,
from rbgtksourceiter.c:11:
/usr/lib/ruby/site_ruby/1.8/i686-linux/rbgtk.h:43: erreur: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘VALUE’
make[1]: *** [rbgtksourceiter.o] Erreur 1
make: *** [all] Erreur 2
make[1]: entrant dans le répertoire « /tmp/redcar/vendor/gtksourceview2/src »
gcc -I. -I/tmp/redcar/vendor/gtksourceview2/gtk/src -I/tmp/redcar/vendor/gtk/src -I/tmp/redcar/vendor/gtksourceview2/glib/src -I/tmp/redcar/vendor/glib/src -I. -I/usr/lib/ruby/1.8/i686-linux -I. -DHAVE_RB_DEFINE_ALLOC_FUNC -DHAVE_RB_BLOCK_PROC -DHAVE_OBJECT_ALLOCATE -DHAVE_NODE_ATTRASGN -DRUBY_GTKSOURCEVIEW2_COMPILATION -D_FILE_OFFSET_BITS=64 -I/usr/lib/ruby/site_ruby/1.8/i686-linux -fPIC -march=i686 -mtune=generic -O2 -pipe -fno-strict-aliasing -fPIC -Wall -I/usr/include/gtksourceview-2.0 -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -c rbgtksourceiter.c
make[1]: quittant le répertoire « /tmp/redcar/vendor/gtksourceview2/src »
rake aborted!
/tmp/redcar/Rakefile:39:in `execute_and_check'
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment