Patches item #1579049, was opened at 2006-10-17 11:49 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Hans-Christoph Steiner (eighthave) 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
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1579049...