View Single Post
Old 01-05-2014, 06:54 PM   #15
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 29,317
Karma: 211545324
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Just for posterity, I also had to make the above-mentioned changes to the atomic.hpp file (BoostParts/boost/atomic) to get Sigil to compile on Linux Mint 16.

Quote:
Basically, line 197 of src/BoostParts/boost/atomic/atomic.hpp is changed from:
Code:
|| (defined(_XOPEN_UNIX) && (_XOPEN_UNIX+0 > 0) && !defined(__UCLIBC__)) \
to:
Code:
|| (defined(_XOPEN_UNIX) && (_XOPEN_UNIX+0 > 0) && !defined(__UCLIBC__) && !defined(__GLIBC__)) \
DiapDealer is online now   Reply With Quote