Firebird on Windows / cygwin+msvc (was: Re: [GSOC]Firebird Integration Weekly Update 03)

Matúš Kukan matus.kukan at gmail.com
Sat Jul 6 13:13:52 PDT 2013


On 5 July 2013 15:47, Andrzej J. R. Hunt <andrzej at ahunt.org> wrote:
> C:/cygwin/home/andy/libo/solenv/gbuild/Package.mk:35: ***
> gb_Deliver_deliver: file does not exist in solver, and cannot be
> delivered:
> C:/cygwin/home/andy/libo/solver/wntmsci14.pro/lib/ifbembed.lib.  Stop.
>
> The appropriate lines in ExternalPackage_Firebird.mk are:
>
> ifeq ($(OS)$(COM),WNTMSC)
> $(eval $(call
> gb_ExternalPackage_add_file,firebird,ifbembed.dll,gen/firebird/bin/ifbembed.dll))
> $(eval $(call
> gb_ExternalPackage_add_file,firebird,ifbembed.lib,gen/firebird/bin/ifbembed.lib))

So - where does the file end up ?
You need
..._add_file,firebird,lib/ifbembed.lib,...
..._add_file,firebird,bin/ifbembed.dll,...
I think.

Best,

Matus


More information about the LibreOffice mailing list