Hi all,
I'm attempting to build and get running gyachi on Fedora Core 5
I've had mixed success.
grabbing the gyachi-1.0.4, with a few minor tweaks to the spec
file, I'm able to get a clean compile, and some rpms.
>From some rudimentary testing, most seems to work fine when i
run gyachi. I do have one consistent, and reproduceable crash.
When I open the setup panel, and then save it (after making
a change), gyachi will consistenly crash. The crash is in a strdup
call, from gyach_int.c (line 1308)
the code in question does:
tmp_widget = lookup_widget( setup_window, "webcam_viewer_app" );
webcam_viewer_app = strdup(gtk_entry_get_text(GTK_ENTRY(tmp_widget)));
When I step into the gtkentry_get_text code, there are 2 stdout/stderr
messages generated.
(gyachi:20995): GLib-GObject-WARNING **: invalid cast from `GtkButton' to
`GtkEntry'
(gyachi:20995): Gtk-CRITICAL **: gtk_entry_get_text: assertion
`GTK_IS_ENTRY (entry)' failed
I'm guessing that the tmp_widget resolves into a null pointer.
If it matters, I have not setup my web cam, yet. (haven't even
plugged it in, yet).
If this a bug in the code ?
Next, I grabbed cvs, and tried to compile an image from cvs.
I'm having some problems there also.
configure runs, and then themake runs, and i get the following
errors from the make (see also the attachment)
+ make
cd . && /bin/sh /home/hosler/WIP/rpmbuild/BUILD/gyachi-cvs20060521/missing
--run aclocal-1.9
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of
AM_PATH_LIBMCRYPT
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
aclocal:configure.in:14: warning: macro `AM_GNU_GETTEXT' not found in library
cd . && /bin/sh /home/hosler/WIP/rpmbuild/BUILD/gyachi-cvs20060521/missing
--run automake-1.9 --foreign
cd . && /bin/sh /home/hosler/WIP/rpmbuild/BUILD/gyachi-cvs20060521/missing
--run autoconf
configure.in:14: error: possibly undefined macro: AM_GNU_GETTEXT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
make: *** [configure] Error 1
error: Bad exit status from /home/hosler/WIP/rpmbuild/tmp/rpm-tmp.95411 (%build)
any ideas where to go from here, on either front ?
many thanks, and best rgds,
-Greg Hosler
+---------------------------------------------------------------------+
Please also check the log file at "/dev/null" for additional information.
(from /var/log/Xorg.setup.log)
| Greg Hosler greg@... |
+---------------------------------------------------------------------+
|