Re: svn commit: r1850814 - in /openoffice/trunk/main/cpputools: Executable_regcomp.mk Executable_regsingleton.mk Executable_sp2bv.mk Executable_uno.mk Makefile Module_cpputools.mk Package_bin.mk

2019-01-14 Thread Jim Jagielski
> On Jan 14, 2019, at 12:24 PM, Damjan Jovanovic wrote: > > That loop happens when one or more files can't be found. > Ahh... that makes perfect sense. #sarcasm - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.o

Re: svn commit: r1850814 - in /openoffice/trunk/main/cpputools: Executable_regcomp.mk Executable_regsingleton.mk Executable_sp2bv.mk Executable_uno.mk Makefile Module_cpputools.mk Package_bin.mk

2019-01-14 Thread Damjan Jovanovic
That loop happens when one or more files can't be found. The problem was that the path was wrong: bridges/source/cpp_uno/s5abi_macosx_x86_64 instead of: bridges/source/cpp_uno/s5abi_macosx_x86-64 (the last separator is a minus, not an underscore). Fix committed in 1851285. Damjan On Mon, Jan 14

Re: svn commit: r1850814 - in /openoffice/trunk/main/cpputools: Executable_regcomp.mk Executable_regsingleton.mk Executable_sp2bv.mk Executable_uno.mk Makefile Module_cpputools.mk Package_bin.mk

2019-01-14 Thread Jim Jagielski
= Building module bridges = Entering /Users/jim/src/asf/trunk/main/bridges/prj cd .. && make -s -r -j6 && make -s -r deliverlog [ build PVTUNOTYPES ] [ build PVTUNOTYPES ] [ build CXX ] bridges/source/jni_uno/jni_bridge [ build CXX ] bridges/source/jni_uno/jni_data [ b

Re: svn commit: r1850814 - in /openoffice/trunk/main/cpputools: Executable_regcomp.mk Executable_regsingleton.mk Executable_sp2bv.mk Executable_uno.mk Makefile Module_cpputools.mk Package_bin.mk

2019-01-09 Thread Damjan Jovanovic
Please attach the text printed out in this infinite loop. On Wed, Jan 9, 2019 at 3:47 PM Jim Jagielski wrote: > FWIW, I'm having similar problems w/ bridges, which was ported to > gbuild... I get an infinite loop while linking. There's something wonky > with some edge cases here... > ---

Re: svn commit: r1850814 - in /openoffice/trunk/main/cpputools: Executable_regcomp.mk Executable_regsingleton.mk Executable_sp2bv.mk Executable_uno.mk Makefile Module_cpputools.mk Package_bin.mk

2019-01-09 Thread Jim Jagielski
FWIW, I'm having similar problems w/ bridges, which was ported to gbuild... I get an infinite loop while linking. There's something wonky with some edge cases here... - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.or