svn version is already at 605 (or higher).
So, please update OR change the variable pkgver to "latest" in the uploaded PKGBUILD. (the real pkgver get's calculated by the pkgver()-function.)
Search Criteria
Package Details: chdkptp-svn 477-3
Package Actions
| Package Base: | chdkptp-svn |
|---|---|
| Description: | Client created specifically for controlling CHDK Canon cameras |
| Upstream URL: | http://chdk.wikia.com/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | vn158 |
| Maintainer: | vn158 |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2014-01-08 18:56 |
| Last Updated: | 2014-01-08 19:02 |
Latest Comments
Comment by dreieck
Comment by dreieck
Does not build:
==>
/sbin/ld: cannot find -llua5.2
collect2: error: ld returned 1 exit status
Makefile:125: recipe for target 'chdkptp' failed
make: *** [chdkptp] Error 1
<==
Workaround:
in /usr/lib, make a symlink from liblua.so.5.2 to liblua5.2.so:
==>
cd /usr/lib
ln -s liblua.so.5.2 liblua5.2.so
<==
But, please, fix the PKGBUILD to patch the make process to use liblua.so.5.2.
Comment by gamag
Didn't compile because of lua being not available as 'liblua5.2.so' until I added 'echo LUA_LIB=lua >> include.mk' to 'build()'.
Once compiled, it works perfectly, thank you!