Re: Release of GEM (GEstures with Mouse)



On 12-01-04 2:28 AM, Andre Klapper wrote:
Following the steps on Fedora16 I get the following error:

$:andre\>  make
[...]
g++ -Wall  -DLOCALEDIR=\"/usr/local/share/locale\" `pkg-config gtkmm-2.4 dbus-glib-1 --cflags` -O2 -MT dbus-server.o -MMD -MP -MF dbus-server.Po -o dbus-server.o -c dbus-server.cc
cc -Wall -std=c99  -O3 -MT stroke.o -MMD -MP -MF stroke.Po -o stroke.o -c stroke.c
In file included from stroke.c:25:0:
/usr/include/boost/assert.hpp:81:23: fatal error: cstdlib: No such file or directory
compilation terminated.
make: *** [stroke.o] Error 1

what boggles my mind is that it uses g++ to compile a .c file that seem to include C++ stuff. it is either that, or...

$:andre\>  g++ --version
g++ (GCC) 4.6.2 20111027 (Red Hat 4.6.2-1)
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

... or a missing libstdc++-devel
but that late package should have been installed already.

Hub



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]