I'm trying to build xapian-core-1.2.2 on Linux. After manually installing uuid.h and libuuid.a from e2fsprogs-1.41.12, I receive the following configure error:<div><br></div><div><div>checking for uuid.h... yes</div><div>
checking for uuid_create... no</div><div>configure: error: uuid.h found, but uuid_create() not found. You probably wants to install libuuid from e2fsprogs (you may need to install the uuid-dev, libuuid-devel or e2fsprogs-devel package)</div>
</div><div><br></div><div><br></div><div>However, there is no uuid_create in uuid.h/libuuid.a. </div><div><br></div><div>This thread on gmane leads me to believe this might be from an attempt to make the configure work for FreeBSD, since it says the FreeBSD comes with uuid_create out of the box instead of uuid_generate. </div>
<div><br></div><div><a href="http://comments.gmane.org/gmane.comp.search.xapian.general/8244">http://comments.gmane.org/gmane.comp.search.xapian.general/8244</a></div><div><br></div><div>Am I on track? </div>