Mailinglist Archive: zypp-devel (84 mails)

< Previous Next >
Re: [zypp-devel] svn-trunk compile issue ...
  • From: "Jan-Simon Möller" <dl9pf@xxxxxx>
  • Date: Wed, 6 Aug 2008 13:22:21 +0200
  • Message-id: <200808061322.21253.dl9pf@xxxxxx>
Am Mittwoch 06 August 2008 13:14:46 schrieb Michael Andres:
You need to update your satsolver
URL: http://svn.opensuse.org/svn/zypp/trunk/sat-solver

They are defined in {%pefix}/include/satsolver/knownid.h


the file is in place (<prefix>/include/satsolver) ... could it be the include
of {%prefix}/include fails ?


i use another prefix:

dl9pf@legolas:~/user/svn/zypper-trunk/libzypp> more Makefile.jsm
# Generic Makefile.cvs for CMake-based projects:
#
# Create a subdirecory build/ and call cmake from there with /usr prefix.
#
# Intentionally using /usr rather than the default /usr/local since this is for
# internal use, and we are the distribution makers: /usr/local is off limits
# for us.
#
# Author: Stefan Hundhammer <sh@xxxxxxx>

BUILD_SUBDIR = build
HERE_FROM_BUILD_SUBDIR = ..
PREFIX = /home/dl9pf/pfx/
CMAKE = /usr/bin/cmake

all: cmake

cmake: create-build-subdir create-toplevel-makefile
( cd $(BUILD_SUBDIR) && $(CMAKE) -DCMAKE_INSTALL_PREFIX=$(PREFIX)
$(HERE_FROM_BUILD_SUBDIR) )

create-build-subdir:
test -d $(BUILD_SUBDIR) || mkdir $(BUILD_SUBDIR)

create-toplevel-makefile:
echo 'all:' >Makefile
echo -e '\t$$(MAKE) $$(MAKEFLAGS) -C $(BUILD_SUBDIR)' >>Makefile

--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx

< Previous Next >