Re: rdbmaker issues

2018-03-20 Thread Don Lewis
On 20 Mar, Damjan Jovanovic wrote: > The name of the cppuhelpers library is generated in main/cppuhelper/source/ > makefile.mk: > > .IF "$(GUI)" == "WNT" > SHL1TARGET=$(TARGET)$(UDK_MAJOR)$(COMID) > .ELIF "$(GUI)" == "OS2" > SHL1TARGET=cppuh$(UDK_MAJOR) > .ELSE > SHL1TARGET=uno_$(TARGET)$(COMID) >

Re: rdbmaker issues

2018-03-20 Thread Damjan Jovanovic
The name of the cppuhelpers library is generated in main/cppuhelper/source/ makefile.mk: .IF "$(GUI)" == "WNT" SHL1TARGET=$(TARGET)$(UDK_MAJOR)$(COMID) .ELIF "$(GUI)" == "OS2" SHL1TARGET=cppuh$(UDK_MAJOR) .ELSE SHL1TARGET=uno_$(TARGET)$(COMID) .ENDIF If this was an intentional change, you may als

Re: rdbmaker issues

2018-03-19 Thread Don Lewis
On 19 Mar, Jim Jagielski wrote: > The migration of rdbmaker to build is causing issues w/ macOS: > It's looking for libuno_cppuhelpers5abi.dylib but what is being > created is libuno_cppuhelpersgcc3.dylib > > No idea where the names are being generated or managed, since > the makefile uses > > >

rdbmaker issues

2018-03-19 Thread Jim Jagielski
The migration of rdbmaker to build is causing issues w/ macOS: It's looking for libuno_cppuhelpers5abi.dylib but what is being created is libuno_cppuhelpersgcc3.dylib No idea where the names are being generated or managed, since the makefile uses $(eval $(call gb_Executable_add_linked_libs,rdbma