Build fails:
,--
| Making PUMA for TARGET=linux-release
| [...]
| Generating ac++ config file...
| make[1]: ag++: Command not found
| make[1]: *** [config] Error 127
`--
Fix:
--- PKGBUILD 2012-02-27 09:28:28.000000000 +0100
+++ PKGBUILD.new 2013-05-21 17:37:02.566938232 +0200
@@ -35,13 +35,11 @@
md5sums=('5d2274a1a8c774589ea9acf9beb4717f'
'777173bf359feaa66bef8ec3c0632d32')
-PATH=$srcdir/$pkgname:$PATH
-
build()
{
cd aspectc++
cd Puma
- make
+ make AC=$srcdir/aspectc++/ac++
cd ../AspectC++
make SHARED=1
However, build still fails:
[...]/aspectc++/src/aspectc++/Puma/gen-release/step1/inc/Puma/PtrStack.h:108:28: error: ‘lookup’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
return lookup (Index ());
Search Criteria
Package Details: aspectc++ 1.0-2
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-05-21)
| Package Base: | aspectc++ |
|---|---|
| Description: | It is a set of C++ language extensions to facilitate aspect-oriented programming with C/C++ |
| Upstream URL: | http://www.aspectc.org/ |
| Category: | devel |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 0 |
| First Submitted: | 2012-01-26 01:13 |
| Last Updated: | 2012-02-27 08:14 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by johnLate
Anonymous comment