Okay the colon was not the issue. :/

Am 24.04.20 um 05:09 schrieb Peter Kovacs:
Build broke with

=============
Building module cui
=============

Entering /home/legine/workspace/AOO/gitbox/main/cui/prj

cd .. && make -s -r -j1   && make -s -r deliverlog
/home/legine/workspace/AOO/gitbox/main/cui/Library_cui.mk:37: *** missing separator.  Stop.
dmake:  Error code 2, while making 'all'

The Line I have in code:

ifneq ($(strip $(BUILD_VER_STRING)),)
$(eval $(call gb_Library_add_defs,cui,-DBUILD_VER_STRING="$(BUILD_VER_STRING)"))
endif

Anyone has an Idea what this is about?

The latest change was in


    newtabledlg.src <https://github.com/apache/openoffice/blob/trunk/main/cui/source/dialogs/newtabledlg.src>     Cleaned up resource file <https://github.com/apache/openoffice/commit/908555e7caa42b818d17d267f2e6c74f6e084f5b>     11 days ago

But that does not look related.

I tried as fix

ifneq ($(strip $(BUILD_VER_STRING)))

but I am unsure if that is the issue.




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to