Bugs item #1912772, was opened at 2008-03-12 11:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1912772...
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: pd-extended Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Martin Peach (mrpeach) Assigned to: Hans-Christoph Steiner (eighthave) Summary: zexy dlls don't load from Pd-0.40.3 windowsxp
Initial Comment: zexy dlls from the nightly autobuilds don't load but abstractions do.
Zexy's README.txt says:
configure tries to set the CFLAGS to "-g -O2" if the compiler accepts this; however, this optimization sometimes generates binaries that cannot be loaded by pd; it seems that disabling the "unit-at-a-time" optimization (which gets enabled by "-O2") is the cause of this problem, turning it off might help
This seems to be the case here. The log from 2008-03-12_05.54.05_mingw32_nt-5.1_windowsxp-i386_pd-extended_run-automated-builder.txt has: gcc -I. -DHAVE_CONFIG_H -DPD -I/home/pd/auto-build/pd-extended/pd/src -g -O2 -mms-bitfields -fPIC -mfpmath=sse -msse -c -o 0x260x260x7e.o 0x260x260x7e.c
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1912772...
SourceForge.net wrote:
Bugs item #1912772, was opened at 2008-03-12 11:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1912772...
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.
Initial Comment: zexy dlls from the nightly autobuilds don't load but abstractions do.
Zexy's README.txt says:
configure tries to set the CFLAGS to "-g -O2" if the compiler accepts this; however, this optimization sometimes generates binaries that cannot be loaded by pd; it seems that disabling the "unit-at-a-time" optimization (which gets enabled by "-O2") is the cause of this problem, turning it off might help
hmm, but how do you explain that other externals are built with -O2 as well? (looking at the logs, it is used by ext32, ekext, creb,...) or is it the combination of "-g" and "-O2"?
Category: pd-extended Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Martin Peach (mrpeach) Assigned to: Hans-Christoph Steiner (eighthave) Summary: zexy dlls don't load from Pd-0.40.3 windowsxp
and why do you assign it to hans? even though the problem appears in pd-extended, it is not necessarily a bug therein....
fgamsdr IOhannes
IOhannes m zmoelnig wrote:
hmm, but how do you explain that other externals are built with -O2 as well? (looking at the logs, it is used by ext32, ekext, creb,...) or is it the combination of "-g" and "-O2"?
I really have no idea. I don't have clue what is going on. It seemed as though the text from the README applied to this case since it describes the problem and offers a solution although it provides no explanation.
and why do you assign it to hans? even though the problem appears in pd-extended, it is not necessarily a bug therein....
It seemed to relate to the way it's built in pd-extended and just needs a change in the configure script. Who should I assign it to?
Martin