[sugar] dbus bug fixed
ufg
ufg at hosengummi.de
Sun Mar 11 16:40:41 EDT 2007
Hello,
during Building the Sugar Binaries
with:
./sugar-jhbuild build meta-sugar-base
Error during compile from file: dbus-sysdeps-util-unix.c line 138
original version line 138
/* Write PID if requested */
if (print_pid_fd >= 0)
I look at: dbus-sysdeps.h and see:
typedef struct {
int fd;
} DBusPipe;
I alter file: dbus-sysdeps-util-unix.c line 138 to
/* Write PID if requested */
if (print_pid_fd.fd >= 0)
and compilation is ok
System:
Linux 2.6.19-1.2911.6.5.fc6 ppc GNU/Linux
gcc-Version 4.1.1 20070105 (Red Hat 4.1.1-51)
Greetings
ufg
PS I am new here
More information about the Sugar
mailing list