RipcordSoftware / AvanceDB

An in-memory database based on the CouchDB REST API and containing the CouchDB Futon and Fauxton web sites
GNU Affero General Public License v3.0
162 stars 12 forks source link

Build on FreeBSD 10 #69

Closed craigminihan closed 8 years ago

craigminihan commented 8 years ago

Build under clang 3.4 on FreeBSD. This is a useful platform to build on since it ensures that code and build processes are not tool or platform specific.

Most likely a patch will be needed to remove the --coverage compiler setting since this doesn't seem to be available under clang (missing libprofile_rt).

craigminihan commented 8 years ago

Now builds in Release mode. --coverage references needs to be removed in some of the sub-modules to allow for Debug builds.

craigminihan commented 8 years ago

Mainly resolved by commit 7bbb986bdf8cdd2a9402d7c943b87a657c4d6e3a and previous make/submodule commits