HerbertKoelman / cpp-atmi

Application-to-Transaction Monitor Interface (ATMI) C++ library
http://herbertkoelman.github.com/cpp-atmi
Other
7 stars 0 forks source link

Tfield<string> failed to compile. #23

Closed HerbertKoelman closed 11 years ago

HerbertKoelman commented 11 years ago
g++ -I../../include -I/opt/bea/tuxedo11gR1/include  -c Event.cpp
In file included from ../../include/atmi++.h:151:0,
                 from Event.cpp:9:
../../include/Buffers.h: In member function âvirtual atmi::TField<std::basic_string<char> >& atmi::TField<std::basic_string<char> >::operator=(const std::string&)â:
../../include/Buffers.h:626:17: error: âvâ was not declared in this scope
make[1]: *** [Event.o] Error 1
make[1]: Leaving directory `/share/home/herbert/wa/atmi++/src/tuxedo'
make: *** [atmi++] Error 2