Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Evergreen:11.2:Test
gscpm
fix_build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_build.patch of Package gscpm
--- configure.in +++ configure.in @@ -10,6 +10,7 @@ AC_ISC_POSIX AC_PROG_CC +AC_PROG_CXX AC_STDC_HEADERS AM_PROG_LIBTOOL AC_PATH_PROGS(PATH_TO_XRDB, "xrdb") --- gscpm/src/Makefile.am +++ gscpm/src/Makefile.am @@ -1,4 +1,5 @@ INCLUDES = -I$(top_srcdir) \ + $(GNOME_LIBS2_CFLAGS) \ $(GNOME_APPLETS_CFLAGS) \ $(GNOME_VFS_APPLETS_CFLAGS) @@ -11,4 +12,4 @@ stringv.c \ properties.c -gscpm_LDADD = $(GNOME_APPLETS_LIBS) $(GNOME_VFS_APPLETS_LIBS) -lscpm +gscpm_LDADD = $(GNOME_LIBS2_LIBS) $(GNOME_APPLETS_LIBS) $(GNOME_VFS_APPLETS_LIBS) -lscpm --- gscpm/src/scpmwrapper.cc +++ gscpm/src/scpmwrapper.cc @@ -21,6 +21,8 @@ #include <vector> #include <scpm.h> +#include <stdlib.h> +#include <string.h> SCPM *scpm = NULL;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor