Package Details: nxtrc 2.3-4

Git Clone URL: https://aur.archlinux.org/nxtrc.git (read-only, click to copy)
Package Base: nxtrc
Description: A tool for communicating with lego nxt brick over bluetooth
Upstream URL: http://www.scienzaludica.it/index.php?page=88
Licenses: GPL2
Submitter: lks
Maintainer: lks
Last Packager: lks
Votes: 3
Popularity: 0.000000
First Submitted: 2015-08-24 07:41 (UTC)
Last Updated: 2015-08-24 07:50 (UTC)

Latest Comments

lks commented on 2015-10-24 15:14 (UTC)

@jerry73204: This is curious. "-dPIC" is a simple preprocessor flag which is ignored in most cases (see http://gcc.gnu.org/ml/gcc-help/2006-10/msg00147.html). What was your error message?

jerry73204 commented on 2015-09-09 02:08 (UTC)

I found makepkg failed because of the "-dPIC" option in PKGBUILD. I simply remove this option and gcc runs without errors. "gcc -Wall -shared -fPIC -dPIC -c nxtrc_func.c -o libnxtrc.so -lbluietooth ${CFLAGS}"