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 also need to override the
library name in main/RepositoryFixes.mk.
On Mon, Mar 19, 2018 at 6:30 PM, Jim Jagielski <jim@jagunet.com> 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
>
>
> $(eval $(call gb_Executable_add_linked_libs,rdbmaker,\
> cppu \
> cppuhelper \
> reg \
> sal \
> salhelper \
> stl \
> $(gb_STDLIBS) \
> ))
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>
|