Patches item #1579049, was opened at 2006-10-17 11:49 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1579049...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: externals Group: bugfix
Status: Closed Resolution: Invalid
Priority: 5 Private: No Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Krzysztof Czaja (krzyszcz)
Summary: build flag for cyclone to fix Windows issues
Initial Comment:
From an email from Krzysztof:
Btw, I learned, while scanning pd-list messages, that some people complain about miXed externals instability in pd-extended for Windows (which I do not use). Do you confirm, that is the case? If so, I would like to ask you for help, since I would rather avoid installing mingw + doing cvs checkout on windows, etc. just for the sake of flipping some weird little flag. So, when you have time, would you check if things improve after applying this patch to miXed/Makefile.common:
@@ -50,8 +50,8 @@ CC = gcc X_SUFFIX = dll DEFINES = -DNT -DMSW -# assuming pd itself was either vc-compiled or declared -mms-bitfields too... -OPT_CFLAGS = -funroll-loops -mms-bitfields +# assuming pd itself was mingw-compiled, and -mms-bitfields was not set +OPT_CFLAGS = -funroll-loops LFLAGS = -shared $(PD_DIR)/../bin/pd.dll -Wl,--enable-runtime-pseudo-reloc endif
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-12-28 22:20
Message: Logged In: YES user_id=27104 Originator: YES
It turns out that this didn't affect the problem either way, so I am closing this patch.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1579049...