On Tuesday, 2 June 2015 02:17:09 UTC+5:30, Mike Hommey  wrote:
> On Mon, Jun 01, 2015 at 12:51:23PM -0700, Meenakshi Shankar wrote:
> > On Thursday, 28 May 2015 08:09:55 UTC+5:30, Mike Hommey  wrote:
> > > On Wed, May 27, 2015 at 11:38:30AM -0700, Meenakshi Shankar wrote:
> > > > Hi,
> > > > 
> > > > We are using Firefox SDKS for our FF extension. The libs generated
> > > > after compiling Firefox 39 beta 1 source (using start-shell-msvc2013)
> > > > did not contain few libs (xpcomglue.lib,xpcomglue_s.lib,...) in the
> > > > "\mozilla-build\mozilla-beta\obj-i686-pc-mingw32\dist\lib" folder,
> > > > instead it was found at
> > > > "\mozilla-build\mozilla-beta\obj-i686-pc-mingw32\xpcom\glue\standalone".
> > > >  
> > > > 
> > > > Can anyone kindly let us know,
> > > > 
> > > > 1) If there is any change in FF 39 sdk build binaries
> > > 
> > > Yes and no. There were changes that make libraries not installed to
> > > dist/lib anymore, but those never were the sdk libraries. The sdk
> > > libraries are in dist/sdk/lib.
> > > 
> > > Mike
> > 
> > Thanks Mike. 
> > After linking the xpcomglue_s.lib from the sdk path, below linker errors 
> > are seen
> > 
> > 2>xpcomglue_s.lib(Unified_cpp_xpcom_glue0.obj) : error LNK2001: unresolved 
> > external symbol __imp__moz_free
> > 2>xpcomglue_s.lib(Unified_cpp_xpcom_glue1.obj) : error LNK2001: unresolved 
> > external symbol __imp__moz_free
> > 2>xpcomglue_s.lib(Unified_cpp_xpcom_glue2.obj) : error LNK2001: unresolved 
> > external symbol __imp__moz_free
> 
> See bug 1168291.
> 
> Mike

Thank you Mike.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to