Package Details: pantheios 1.0.1_beta214-2

Package Base: pantheios
Description: A fully type-safe, extensible, extremely efficient C++ logging API library.
Upstream URL: http://www.pantheios.org
Category: lib
Licenses: BSD
Submitter: belkiss
Maintainer: belkiss
Last Packager: None
Votes: 3
First Submitted: 2010-10-30 11:58
Last Updated: 2014-03-08 06:28

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by belkiss

2014-03-06 23:41

After installing stlsoft, you need to issue the command "source /etc/profile.d/stlsoft.sh" to create the STLSOFT environment variable.

I'll update the stlsoft package with those instructions.

Comment by willll

2014-02-22 19:14

Hi, I have to following issue :
==> Starting build()...
64bits architecture detected, use gcc46.unix.file64bit
makefile:18: *** STLSOFT must be defined. Stop.

Anonymous comment

2013-01-03 02:11

I had to do this to get it to build:

--- PKGBUILD 2012-08-15 19:46:08.000000000 +0100
+++ PKGBUILD_new 2013-01-03 01:59:32.446535577 +0000
@@ -33,7 +33,7 @@
cd $srcdir/$pkgname-${pkgver/_/-}/build/gcc46.unix
fi

- make build.libs || return 1
+ make STLSOFT=/usr/include/stlsoft build.libs || return 1

mkdir -p $pkgdir/usr/include/$pkgname
mkdir -p $pkgdir/usr/lib