I've been trying to make Ubuntu Debian packages, but have run into an
interesting error message, one that is kind of unintentionally funny. It's
as if my computer is deaf or Canadian or something... ))
Seriously, anybody have any ideas as to what's wrong? - doug
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -DIN_ODBCXX
-D_REENTRANT -D_GNU_SOURCE -g -O2 -MT drivermanager.lo -MD -MP -MF
.deps/drivermanager.Tpo -c drivermanager.cpp -fPIC -DPIC -o
.libs/drivermanager.o
../include/odbc++/drivermanager.h:102: error: ISO C++ forbids declaration
of 'ErrorHandler' with no type../include/odbc++/drivermanager.h:102:
error: expected ';' before '*' token
drivermanager.cpp:31: error: 'odbc::ErrorHandler*
odbc::DriverManager::eh_' is not a static member of 'class
odbc::DriverManager'
drivermanager.cpp: In static member function 'static void
odbc::DriverManager::shutdown()':
drivermanager.cpp:79: error: 'eh_' was not declared in this scope
drivermanager.cpp:85: error: 'eh_' was not declared in this scope
drivermanager.cpp: In static member function 'static void
odbc::DriverManager::_checkInit()':
drivermanager.cpp:124: error: 'eh_' was not declared in this scope
drivermanager.cpp: In static member function 'static odbc::Connection*
odbc::DriverManager::_createConnection()':
drivermanager.cpp:158: error: 'eh_' was not declared in this scope
drivermanager.cpp: In static member function 'static odbc::DataSourceList*
odbc::DriverManager::getDataSources()':
drivermanager.cpp:228: error: 'eh_' was not declared in this scope
drivermanager.cpp: In static member function 'static odbc::DriverList*
odbc::DriverManager::getDrivers()':
drivermanager.cpp:275: error: 'eh_' was not declared in this scope
make[5]: *** [drivermanager.lo] Error 1
make[5]: Leaving directory
`/home/douglas/livesupport/debian_build/livesupport-1.0.2ubuntu1/src/tools/libodbc++/libodbc++-0.2.3-20050404/tmp/libodbc++-0.2.3-20050404/src'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/home/douglas/livesupport/debian_build/livesupport-1.0.2ubuntu1/src/tools/libodbc++/libodbc++-0.2.3-20050404/tmp/libodbc++-0.2.3-20050404'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/douglas/livesupport/debian_build/livesupport-1.0.2ubuntu1/src/tools/libodbc++/libodbc++-0.2.3-20050404/tmp/libodbc++-0.2.3-20050404'
make[2]: *** [tmp/all.stamp] Error 2
make[2]: Leaving directory
`/home/douglas/livesupport/debian_build/livesupport-1.0.2ubuntu1/src/tools/libodbc++/libodbc++-0.2.3-20050404'
make[1]: *** [tmp/tools_setup.stamp] Error 2
make[1]: Leaving directory
`/home/douglas/livesupport/debian_build/livesupport-1.0.2ubuntu1'
make: *** [build-arch-stamp] Error 2 root@douglas:/home/douglas/livesupport/debian_build/livesupport-1.0.2ubuntu1#
=============================================
Media Development Loan Fund
=============================================
Douglas Arellanes
Head of Research and Development
Center for Advanced Media--Prague (CAMP)
Na vinicnich horach 24a/1834, 160 00 Prague 6
Czech Republic
Tel: + 420 2 3333 5356, Fax: +420 2 2431 5419
Mobile: +420 724 073 364 http://www.mdlf-camp.net http://www.campware.org
============================================= http://www.mdlf.org
=============================================
We managed here to start LiveSupport on Suse 10.0 on my home machine.
Since we have some trouble with the player,
my collegue Sasa Todorovic (sys admin b92 - Belgrade),
from now on will attend our discussions at ls-dev forum list, about
this and other issues.
Douglas.Arellanes@mdlf.org wrote:
>
> Hi,
>
> I've been trying to make Ubuntu Debian packages, but have run into an
> interesting error message, one that is kind of unintentionally funny.
> It's as if my computer is deaf or Canadian or something... ))
>
> Seriously, anybody have any ideas as to what's wrong? - doug
please file bugs into trac, and don't post them on the mailing list...
Robert Klajn wrote:
> We managed here to start LiveSupport on Suse 10.0 on my home machine.
> Since we have some trouble with the player,
> my collegue Sasa Todorovic (sys admin b92 - Belgrade),
> from now on will attend our discussions at ls-dev forum list, about
> this and other issues.
>
> welcome to the club...)
I didn't intend my mail message as a bug report, but rather as a more
general question. A similar error - caused by missing GTK+, if I recall -
was resolved by reading through the forum archives.