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.
Search Criteria
Package Details: pantheios 1.0.1_beta214-2
Package Actions
| Package Base: | pantheios |
|---|---|
| Description: | A fully type-safe, extensible, extremely efficient C++ logging API library. |
| Upstream URL: | http://www.pantheios.org |
| Category: | lib |
| Licenses: | |
| Submitter: | belkiss |
| Maintainer: | belkiss |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2010-10-30 11:58 |
| Last Updated: | 2014-03-08 06:28 |
Latest Comments
Comment by belkiss
Comment by willll
Hi, I have to following issue :
==> Starting build()...
64bits architecture detected, use gcc46.unix.file64bit
makefile:18: *** STLSOFT must be defined. Stop.
Anonymous comment
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