Hello,
I was trying to build /net/mediatomb (0.11.0) and got troubles with iconv not found. It was an easy fix :
but… here is what I got (I have tried without mysql support and without sqlite support both are outputing the same) :
and then…
anyone already encountered this ? I'll inspect redefinitions but if someone got a quick fix ^^
I was trying to build /net/mediatomb (0.11.0) and got troubles with iconv not found. It was an easy fix :
Code:
make install clean CONFIGURE_ARGS+=--enable-iconv-lib CONFIGURE_ARGS+=--with-iconv-libs=/usr/local/lib
but… here is what I got (I have tried without mysql support and without sqlite support both are outputing the same) :
Code:
In file included from ../src/storage/sqlite3/sqlite3_storage.h:38,
from ../src/storage.cc:42:
/usr/local/include/sqlite3.h:469:1: warning: "SQLITE_SYNC_NORMAL" redefined
In file included from ../src/config_manager.h:36,
from ../src/storage.cc:36:
../src/common.h:288:1: warning: this is the location of the previous definition
In file included from ../src/storage/sqlite3/sqlite3_storage.h:38,
from ../src/storage.cc:42:
/usr/local/include/sqlite3.h:470:1: warning: "SQLITE_SYNC_FULL" redefined
In file included from ../src/config_manager.h:36,
from ../src/storage.cc:36:
../src/common.h:287:1: warning: this is the location of the previous definition
and then…
Code:
../src/storage/mysql/mysql_storage.cc
../src/storage/mysql/mysql_storage.cc: In member function 'virtual void MysqlStorage::init()':
../src/storage/mysql/mysql_storage.cc:127: error: 'my_init' was not declared in this scope
*** Error code 1
anyone already encountered this ? I'll inspect redefinitions but if someone got a quick fix ^^