Re: [Firebird-devel] Building 05.user_metadata.cpp

2020-08-12 Thread Paul Reeves
On Wed, 12 Aug 2020 15:48:28 +0300 Alex Peshkoff via Firebird-devel wrote: > ... > > Is this an error in the code or in my makefile? > > That's an old example, code needs fixing. Will fix in a day or two. > OK. No hurry for me. I just wanted to be sure that the makefile is n

Re: [Firebird-devel] Building 05.user_metadata.cpp

2020-08-12 Thread Alex Peshkoff via Firebird-devel
On 2020-08-12 15:41, Paul Reeves wrote: I'm working on a makefile to build the oo api examples. Everything is fine, except for 05.user_metadata.cpp Executing this: c++ -c -Wall -g3 -std=c++11 -fno-rtti -I/opt/firebird/include/ \ 05.user_metadata.cpp -o 05.user_metadata.o produces thi