Hi list,

ive tried the release-candidates for runnung the prebuild application,
nothing is done on the code, but compiling failed.

My steps:

1. tntnet-config --project=tnttest
2. cd tnttest
3. make

The build log is attached. It is running on Ubuntu 12.04 beta 64 bit.

Tfh!

Oliver

g++ -o tnttest.so -L/usr/lib -ltntnet -lcxxtools tnttest.o
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
tnttest.o: In function `tnt::ComponentFactoryImpl<(anonymous namespace)::_component_>::doCreate(tnt::Compident const&, tnt::Urlmapper const&, tnt::Comploader&)':
tnttest.cpp:(.text+0x3b): undefined reference to `tnt::EcppComponent::EcppComponent(tnt::Compident const&, tnt::Urlmapper const&, tnt::Comploader&)'
tnttest.o: In function `tnt::ComponentFactoryImpl<(anonymous namespace)::_component_>::~ComponentFactoryImpl()':
tnttest.cpp:(.text+0xcf): undefined reference to `tnt::ComponentFactory::~ComponentFactory()'
tnttest.o: In function `getLogger()':
tnttest.cpp:(.text+0xe7): undefined reference to `cxxtools::Logger::enabled'
tnttest.cpp:(.text+0x12c): undefined reference to `cxxtools::Logger::getCategoryLogger(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
tnttest.o: In function `(anonymous namespace)::_component_::operator()(tnt::HttpRequest&, tnt::HttpReply&, tnt::QueryParams&)':
tnttest.cpp:(.text+0x200): undefined reference to `cxxtools::LogTracer::~LogTracer()'
tnttest.cpp:(.text+0x21b): undefined reference to `cxxtools::Logger::enabled'
tnttest.cpp:(.text+0x22d): undefined reference to `cxxtools::QueryParams::getUrl() const'
tnttest.cpp:(.text+0x235): undefined reference to `cxxtools::LogTracer::logentry()'
tnttest.cpp:(.text+0x277): undefined reference to `cxxtools::LogTracer::enter()'
tnttest.cpp:(.text+0x2b3): undefined reference to `cxxtools::LogTracer::~LogTracer()'
tnttest.o: In function `(anonymous namespace)::_component_::~_component_()':
tnttest.cpp:(.text+0x8b): undefined reference to `tnt::EcppComponent::~EcppComponent()'
tnttest.o: In function `tnt::ComponentFactoryImpl<(anonymous namespace)::_component_>::~ComponentFactoryImpl()':
tnttest.cpp:(.text+0xbb): undefined reference to `tnt::ComponentFactory::~ComponentFactory()'
tnttest.o: In function `_GLOBAL__sub_I_tnttest.cpp':
tnttest.cpp:(.text.startup+0x4d): undefined reference to `tnt::ComponentFactory::ComponentFactory(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
tnttest.o:(.data.rel.ro+0x18): undefined reference to `tnt::ComponentFactory::doConfigure(tnt::Tntconfig const&)'
tnttest.o:(.data.rel.ro+0x30): undefined reference to `tnt::ComponentFactory::create(tnt::Compident const&, tnt::Urlmapper const&, tnt::Comploader&)'
tnttest.o:(.data.rel.ro+0x60): undefined reference to `tnt::Component::topCall(tnt::HttpRequest&, tnt::HttpReply&, tnt::QueryParams&)'
tnttest.o:(.data.rel.ro+0x70): undefined reference to `tnt::Component::endTag(tnt::HttpRequest&, tnt::HttpReply&, tnt::QueryParams&)'
tnttest.o:(.data.rel.ro+0x78): undefined reference to `tnt::Component::getAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
tnttest.o:(.data.rel.ro+0xa0): undefined reference to `typeinfo for tnt::ComponentFactory'
tnttest.o:(.data.rel.ro+0xc0): undefined reference to `typeinfo for tnt::EcppComponent'
collect2: ld gab 1 als Ende-Status zurück
make: *** [tnttest.so] Fehler 1
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to