Re: missing separator in modul cui, library_cui.mk:37

2022-07-22 Thread Peter Kovacs

Hi all,

I think I found the root cause of this issue.

It is usually caused by tabs or blanks. However if I join the Line 37 
with line 36 and have a blank between the lines the error is gone.


All the best

Peter

Am 21.07.22 um 18:52 schrieb Peter Kovacs:

Anyone had this issue?


Building module cui
=

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

cd .. && make -s -r -j1   && make -s -r deliverlog
/workspace/AOO/gitbox/main/cui/Library_cui.mk:37: *** missing 
separator.  Stop.

dmake:  Error code 2, while making 'all'

I so not spot an issue on the line:

$(eval$(callgb_Library_add_defs,cui,-DBUILD_VER_STRING="$(BUILD_VER_STRING)")) 



all the best

Peter



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



missing separator in modul cui, library_cui.mk:37

2022-07-21 Thread Peter Kovacs

Anyone had this issue?


Building module cui
=

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

cd .. && make -s -r -j1   && make -s -r deliverlog
/workspace/AOO/gitbox/main/cui/Library_cui.mk:37: *** missing separator. 
 Stop.

dmake:  Error code 2, while making 'all'

I so not spot an issue on the line:

$(eval$(callgb_Library_add_defs,cui,-DBUILD_VER_STRING="$(BUILD_VER_STRING)"))

all the best

Peter