Bug#671286: LUA_CPATH_DEFAULT broken when not building with debhelper

2012-05-02 Thread Evan Wies
Package: lua5.1 Version: 5.1.4-6 Changeset 5.1.4-6)which introduced DEB_HOST_MULTIARCH for the LUA_CPATH_DEFAULT in luaconf.h, like so: #define LUA_CDIR2 LUA_ROOT2 "lib/" DEB_HOST_MULTIARCH "/lua/5.1/" ... #define LUA_CPATH_DEFAULT \ "./?.so;" LUA_CDIR"?.so;" LUA_CDIR2"?.so;" LUA_CDIR3"

Bug#542732: Acknowledgement (libmysql++-dev: missing header for development)

2009-08-20 Thread Evan Wies
You want to build with MYSQLPP_MYSQL_HEADERS_BURIED defined. This is in the mysql++ documentation: http://tangentsoft.net/mysql++/doc/html/userman/configuration.html#buried-headers So you want: g++ test.cpp -o test -lmysqlpp -DMYSQLPP_MYSQL_HEADERS_BURIED I suppose the case could be made that

Bug#515215: Requesting opinions on #515215 (rename sparsehash -> libsparsehash-dev)

2009-06-06 Thread Evan Wies
I'm not familiar with actual Debian policy or idioms and I don't have a personal preference either way. But, I know one sample point which are the boost libraries. Most of boost is header-only. That all comes in libboost-dev. Any library in boost that requires a built library is then separa