Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14899] New: gmrun failed to cast

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14899] New: gmrun failed to cast
  • Date: 20 Nov 2008 15:58:53 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14899

Summary: gmrun failed to cast
Product: Codex
Version: stable grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: x11
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: tricqster AT gmail.com


Hi,

casting gmrun finished with error for me

-------------------------------------------------------------
Compile log for gmrun 0.9 Built on Mon Nov 17 00:27:13 UTC 2008
Using gcc version: 4.3.2
Installing in dir: /usr/src/gmrun-0.9
gmrun 0.9
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/usr/src/gmrun-0.9/missing: Unknown `--run' option
Try `/usr/src/gmrun-0.9/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ANSI C... none needed
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for stlport libraries... no
checking for stlport headers... no
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 2.0.4
gobject-2.0 >= 2.0.4
gthread-2.0 >= 2.0.4... yes
checking GLIB_CFLAGS... -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include
checking GLIB_LIBS... -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0
checking for gtk+-2.0 >= 2.0.5... yes
checking GTK_CFLAGS... -D_REENTRANT -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/directfb
-I/usr/include/libpng12
checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0
-lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0
-lfreetype
-lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config/Makefile
config.status: creating gmrun.spec
config.status: creating config.h
config.status: executing depfiles commands
/usr/bin/make all-recursive
make[1]: Entering directory `/usr/src/gmrun-0.9'
Making all in src
make[2]: Entering directory `/usr/src/gmrun-0.9/src'
source='gtkcompletionline.cc' object='gtkcompletionline.o' libtool=no \
depfile='.deps/gtkcompletionline.Po'
tmpdepfile='.deps/gtkcompletionline.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -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/directfb
-I/usr/include/libpng12 -march=nocona -m32 -pipe -O2
-fomit-frame-pointer
-c -o gtkcompletionline.o `test -f 'gtkcompletionline.cc' || echo
'./'`gtkcompletionline.cc
gtkcompletionline.cc: In function 'guint gtk_completion_line_get_type()':
gtkcompletionline.cc:93: warning: deprecated conversion from string constant
to
'gchar*'
gtkcompletionline.cc: In function 'void
gtk_completion_line_last_history_item(GtkCompletionLine*)':
gtkcompletionline.cc:218: error: 'strlen' was not declared in this scope
gtkcompletionline.cc: In function 'int select_executables_only(const
dirent*)':
gtkcompletionline.cc:353: error: 'strlen' was not declared in this scope
gtkcompletionline.cc:371: error: 'strncmp' was not declared in this scope
gtkcompletionline.cc: In function 'int my_alphasort(const void*, const
void*)':
gtkcompletionline.cc:384: error: 'strlen' was not declared in this scope
gtkcompletionline.cc:386: error: 'strcmp' was not declared in this scope
gtkcompletionline.cc:391: error: 'strncmp' was not declared in this scope
gtkcompletionline.cc:394: error: 'strncmp' was not declared in this scope
gtkcompletionline.cc: In function 'int generate_dirlist(const char*)':
gtkcompletionline.cc:482: error: 'strdup' was not declared in this scope
gtkcompletionline.cc: In function 'int search_back_history(GtkCompletionLine*,
bool, bool)':
gtkcompletionline.cc:815: error: 'strcmp' was not declared in this scope
gtkcompletionline.cc: In function 'int
search_forward_history(GtkCompletionLine*, bool, bool)':
gtkcompletionline.cc:857: error: 'strcmp' was not declared in this scope
make[2]: Leaving directory `/usr/src/gmrun-0.9/src'
make[2]: *** [gtkcompletionline.o] Error 1
make[1]: Leaving directory `/usr/src/gmrun-0.9'
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
[31m[1m ! Problem Detected ! [0m
-------------------------------------------------------------

sorcery -v
1.14.2

qneo


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page