[PD-dev] [ pure-data-Patches-1579049 ] build flag for cyclone to fix Windows issues

SourceForge.net noreply at sourceforge.net
Tue Oct 17 17:49:23 CEST 2006


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&group_id=55736

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&group_id=55736




More information about the Pd-dev mailing list