Search Criteria
Package Details: coan 6.0.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/coan.git (read-only, click to copy) |
---|---|
Package Base: | coan |
Description: | Modify C/C++ code using prepocessor statements |
Upstream URL: | http://coan2.sourceforge.net |
Licenses: | BSD |
Submitter: | flying-sheep |
Maintainer: | None |
Last Packager: | flying-sheep |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-27 13:38 (UTC) |
Last Updated: | 2021-12-19 17:35 (UTC) |
Latest Comments
HIDE-r commented on 2024-09-04 01:09 (UTC) (edited on 2024-09-04 01:10 (UTC) by HIDE-r)
configure: error: Sorry. Coan is buggy on big-endian systems
but my computer is obviously a Little-Endian. configure.ac should have something wrong.
sed -i '4163a BIG_ENDIAN=no' ./configure
above the ./configure line to workaround.
flying-sheep commented on 2021-12-19 17:36 (UTC)
done!
patstew commented on 2021-09-29 16:33 (UTC)
This no longer compiles with the newest compilers. Adding:
CXXFLAGS="${CXXFLAGS} -std=c++11"
above the ./configure line fixes it.
micwoj92 commented on 2021-08-24 18:22 (UTC)
Hello, could you update download to https?