Hi,

After some tries, I had breakers in testshl2 (and probably other modules) because of some unneeded flags in solenv/inc/unxmac.mk causing garbage.

=>  m220 + aquavcl03 was broken.


Not only aquavcl03 + m220 in fact, but macaddressbook01 too was broken , when objective-c++ flags are present in solenv.


After some tries, I think I have found a solution, commited in aquavcl03. But I need somebody confirms.


To solve the breakage, I have removed :

OBJCXXFLAGS=-x objective-c++ -fobjc-exceptions
CFLAGSCXX+=$(OBJCXXFLAGS)

from solenv/inc/unxmac.mk  ( only commented the second line exactly)


... and I have declared these variables in vcl/util/makefile2.mk because this resources file is included in _all_ aqua makefiles ( aqua/source/app, aqua/source/gdi and aqua/source/window ).

The point is : only vcl needs such switches at this time.


Then I think the build will complete during the night (sfx2 building currently). Once sure, I'll verify too macaddressbook and the code from Michael (using Cocoa too) won't be broken anymore

Of course, I can be wrong, and in this case, feel free to improve/ propose a better solution.


Regards,
Eric Bachard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to