Hello, each time I see or make changes to FB that aren't trivial, I run the
boot and main building processes. Today I got an error about a missing
function the linker couldn't find. Since I had used 
make_boot DEBUG
I insisted with
make_boot DEBUG CLEAN
and then got the real reason:

1>f:\fb3dev\fbbuild\firebird30\src\common\../jrd/EngineInterface.h(486):
error C2664:
'Firebird::StatementMetadata::StatementMetadata(Firebird::MemoryPool
&,Firebird::IStatement *,Firebird::RefCounted *)' : cannot convert parameter
3 from 'Jrd::JAttachment *' to 'Firebird::RefCounted *'
1>          Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast

I prefer to not touch the interfaces and let someone else fix this. Thanks.

C.
---
Claudio Valderrama C.
Consultant, SW developer.


------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to