<div dir="ltr">Hi team,<br><br>I'm working on a build for PowerPC Macs using rev 11960.  I have OS X 10.5.4 and installed QT4 via macports.  CLAM itself built fine but I'm getting this error when trying to build Annotator/vmqt:<br>
<br>$ scons configure<br>scons: Reading SConscript files ...<br><br>scons: *** Path for option clam_prefix does not exist: <br>File "/Volumes/devo/clam/trunk/Annotator/vmqt/SConstruct", line 25, in ?<br><br><br>
I saw there was a bunch of discussion on this but I'm a bit rusty with building CLAM (sorry!)... how should I set clam_prefix?  Is there anything else I should know to proceed?<br><br>Congrats on the 1.3 release!<br><br>
Bennett<br><br><br><div class="gmail_quote">On Tue, Aug 12, 2008 at 9:25 PM,  <span dir="ltr"><<a href="mailto:clam-devel-request@llistes.projectes.lafarga.org">clam-devel-request@llistes.projectes.lafarga.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send Clam-devel mailing list submissions to<br>
        <a href="mailto:clam-devel@llistes.projectes.lafarga.org">clam-devel@llistes.projectes.lafarga.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel" target="_blank">https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel</a><br>
<br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:clam-devel-request@llistes.projectes.lafarga.org">clam-devel-request@llistes.projectes.lafarga.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:clam-devel-owner@llistes.projectes.lafarga.org">clam-devel-owner@llistes.projectes.lafarga.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Clam-devel digest..."<br>
<br>Today's Topics:<br>
<br>
   1. Tagged 1.3 (David Garc?a Garz?n)<br>
   2. Re: Tagged 1.3 (Pawel Bartkiewicz)<br>
   3. Turnaround: progress dialog crash (David Garc?a Garz?n)<br>
   4. Release: Mac? (David Garc?a Garz?n)<br>
   5. Re: Release: Mac? (Han, Yushen)<br>
   6. Release Freeze (David Garc?a Garz?n)<br>
   7. Re: Release: Mac? (David Garc?a Garz?n)<br>
   8. Re: Release: Mac? (Han, Yushen)<br>
   9. Re: Release Freeze (David Garc?a Garz?n)<br>
  10. Re: Release: Mac? (David Garc?a Garz?n)<br>
<br><br>---------- Forwarded message ----------<br>From: David García Garzón <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>><br>To: <a href="mailto:clam-devel@llistes.projectes.lafarga.org">clam-devel@llistes.projectes.lafarga.org</a><br>
Date: Tue, 12 Aug 2008 16:18:48 +0200<br>Subject: [Clam-devel] Tagged 1.3<br>I am going to commit the removal of the ~svnXXXXX sufix. That means that we<br>
are releasing. Still I will need some changes for windows so that situation<br>
will last some hours. Please be extremely careful on what you commit (just<br>
fixes).<br>
<br>
Please, review the CHANGES files. I think that there are a lot of missing<br>
things.<br>
<br>
<br>
--<br>
David García Garzón<br>
(Work) dgarcia at iua dot upf anotherdot es<br>
<a href="http://www.iua.upf.edu/%7Edgarcia" target="_blank">http://www.iua.upf.edu/~dgarcia</a><br>
<br><br>---------- Forwarded message ----------<br>From: "Pawel Bartkiewicz" <<a href="mailto:tuuresairon@gmail.com">tuuresairon@gmail.com</a>><br>To: <a href="mailto:clam-devel@llistes.projectes.lafarga.org">clam-devel@llistes.projectes.lafarga.org</a><br>
Date: Tue, 12 Aug 2008 16:35:56 +0200<br>Subject: Re: [Clam-devel] Tagged 1.3<br>Does it concern Turnaround? There is no CHANGES file in the Turnaround<br>
directory yet.<br>
<br>
Pawel<br>
<br>
<br>
On 12/08/2008, David García Garzón <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>> wrote:<br>
> I am going to commit the removal of the ~svnXXXXX sufix. That means that we<br>
> are releasing. Still I will need some changes for windows so that situation<br>
> will last some hours. Please be extremely careful on what you commit (just<br>
> fixes).<br>
><br>
> Please, review the CHANGES files. I think that there are a lot of missing<br>
> things.<br>
><br>
><br>
> --<br>
> David García Garzón<br>
> (Work) dgarcia at iua dot upf anotherdot es<br>
> <a href="http://www.iua.upf.edu/%7Edgarcia" target="_blank">http://www.iua.upf.edu/~dgarcia</a><br>
><br>
<br><br>---------- Forwarded message ----------<br>From: David García Garzón <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>><br>To: <a href="mailto:clam-devel@llistes.projectes.lafarga.org">clam-devel@llistes.projectes.lafarga.org</a><br>
Date: Tue, 12 Aug 2008 19:20:38 +0200<br>Subject: [Clam-devel] Turnaround: progress dialog crash<br>Pawel, i know that is weird that increasing the progress bar make the app to<br>
crash but disabling it is not the solution. Some insight on the matter<br>
follows:<br>
<br>
ProgressBar::setValue calls a function that serves all the pending qt events<br>
(qApp::ProcessPendingEventS()) in order not to freeze the interface while<br>
executing a long task. If the progress bar itself didn't do it, we should<br>
have called that ourselves. That call is the one that makes all crash but it<br>
is not its fault.<br>
<br>
Why it crashes and it doesn't when you disable it? Because when disabled no<br>
redraw event is sent. When drawing the widgets the widgets access to the<br>
datasources and datasources are pointing to a memory that is not available.<br>
It may happen that the memory belonging to the source is still ours because<br>
we allocated new objects in that memory and this situation doesn't crash<br>
(still a bug!!!), but when object are smaller (shorter songs) chances are<br>
greatter that we access foreign memory and then the crash.<br>
<br>
So the good solution is to set the widgets data sources to 0 again, before<br>
computing the chords. This way, adding the progress dialog cancel button<br>
would be also safe.<br>
<br>
David.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: David García Garzón <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>><br>To: <a href="mailto:clam-devel@llistes.projectes.lafarga.org">clam-devel@llistes.projectes.lafarga.org</a><br>
Date: Tue, 12 Aug 2008 21:06:19 +0200<br>Subject: [Clam-devel] Release: Mac?<br>I think this release is gonna be released without mac packages.<br>
<br>
Any body contributing them?<br>
<br>
David.<br>
<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: "Han, Yushen" <<a href="mailto:yushen.han@gmail.com">yushen.han@gmail.com</a>><br>To: <a href="mailto:clam-devel@llistes.projectes.lafarga.org">clam-devel@llistes.projectes.lafarga.org</a><br>
Date: Tue, 12 Aug 2008 15:22:26 -0400<br>Subject: Re: [Clam-devel] Release: Mac?<br>Hi, David<br>
<br>
I am not sure what do you mean by "mac packages".<br>
Do you mean the binaries (e.g. the one we can download at ).<br>
<a href="http://www.clam.iua.upf.edu/download-osx.html" target="_blank">http://www.clam.iua.upf.edu/download-osx.html</a><br>
<br>
<br>
Now my NE is working properly<br>
(I got rid of the problem of duplicated processings and that of not<br>
loading plugin processings.)<br>
I am trying to make the OSC control into my plugin.<br>
Then I will be release the realtime synthesizer for both continuous<br>
excitation and note-based source...<br>
<br>
Best regards,<br>
Han, Yushen<br>
<br>
On Tue, Aug 12, 2008 at 3:06 PM, David García Garzón<br>
<<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>> wrote:<br>
> I think this release is gonna be released without mac packages.<br>
><br>
> Any body contributing them?<br>
><br>
> David.<br>
><br>
><br>
> _______________________________________________<br>
> Clam-devel mailing list<br>
> <a href="mailto:Clam-devel@llistes.projectes.lafarga.org">Clam-devel@llistes.projectes.lafarga.org</a><br>
> <a href="https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel" target="_blank">https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel</a><br>
><br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: David García Garzón <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>><br>To: <a href="mailto:clam-devel@llistes.projectes.lafarga.org">clam-devel@llistes.projectes.lafarga.org</a><br>
Date: Tue, 12 Aug 2008 21:32:52 +0200<br>Subject: [Clam-devel] Release Freeze<br>We are in freeze, it will last as long as the packages will get built. Please<br>
don't do any commit untill signaled.<br>
<br>
If you have to commit (please, dont), send a notice to the mailing list and do<br>
a dummy modification in every single CHANGES file so that they get updated to<br>
the last revision. But please, avoid that.<br>
<br>
David.<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: David García Garzón <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>><br>To: "Han, Yushen" <<a href="mailto:yushen.han@gmail.com">yushen.han@gmail.com</a>><br>
Date: Tue, 12 Aug 2008 21:33:40 +0200<br>Subject: Re: [Clam-devel] Release: Mac?<br>Yes, i mean the ones that are generated when you type 'scons package' in mac.<br>
If anyone in mac (powerpc or intel) want to generate them please, tell me and<br>
do it in the following hours while the freeze is on.<br>
<br>
<br>
On Tuesday 12 August 2008 21:22:26 Han, Yushen wrote:<br>
> Hi, David<br>
><br>
> I am not sure what do you mean by "mac packages".<br>
> Do you mean the binaries (e.g. the one we can download at ).<br>
> <a href="http://www.clam.iua.upf.edu/download-osx.html" target="_blank">http://www.clam.iua.upf.edu/download-osx.html</a><br>
><br>
><br>
> Now my NE is working properly<br>
> (I got rid of the problem of duplicated processings and that of not<br>
> loading plugin processings.)<br>
> I am trying to make the OSC control into my plugin.<br>
> Then I will be release the realtime synthesizer for both continuous<br>
> excitation and note-based source...<br>
><br>
> Best regards,<br>
> Han, Yushen<br>
><br>
> On Tue, Aug 12, 2008 at 3:06 PM, David García Garzón<br>
><br>
> <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>> wrote:<br>
> > I think this release is gonna be released without mac packages.<br>
> ><br>
> > Any body contributing them?<br>
> ><br>
> > David.<br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > Clam-devel mailing list<br>
> > <a href="mailto:Clam-devel@llistes.projectes.lafarga.org">Clam-devel@llistes.projectes.lafarga.org</a><br>
> > <a href="https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel" target="_blank">https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel</a><br>
<br>
<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: "Han, Yushen" <<a href="mailto:yushen.han@gmail.com">yushen.han@gmail.com</a>><br>To: "David García Garzón" <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>><br>
Date: Tue, 12 Aug 2008 16:11:14 -0400<br>Subject: Re: [Clam-devel] Release: Mac?<br>David,<br>
<br>
I think I can do it tonight - maybe 10 hours from now.<br>
( I have Intel-core Mac with OS X <a href="http://10.5.4." target="_blank">10.5.4.</a>)<br>
Is checking out and 'scons package' (under CLAM) all we need to do?<br>
<br>
My plugin is self-contained and would not introduce any new system files.<br>
I think it could be distributed externally.<br>
<br>
Best regards,<br>
Han, Yushen<br>
<br>
On Tue, Aug 12, 2008 at 3:33 PM, David García Garzón<br>
<<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>> wrote:<br>
> Yes, i mean the ones that are generated when you type 'scons package' in mac.<br>
> If anyone in mac (powerpc or intel) want to generate them please, tell me and<br>
> do it in the following hours while the freeze is on.<br>
><br>
><br>
> On Tuesday 12 August 2008 21:22:26 Han, Yushen wrote:<br>
>> Hi, David<br>
>><br>
>> I am not sure what do you mean by "mac packages".<br>
>> Do you mean the binaries (e.g. the one we can download at ).<br>
>> <a href="http://www.clam.iua.upf.edu/download-osx.html" target="_blank">http://www.clam.iua.upf.edu/download-osx.html</a><br>
>><br>
>><br>
>> Now my NE is working properly<br>
>> (I got rid of the problem of duplicated processings and that of not<br>
>> loading plugin processings.)<br>
>> I am trying to make the OSC control into my plugin.<br>
>> Then I will be release the realtime synthesizer for both continuous<br>
>> excitation and note-based source...<br>
>><br>
>> Best regards,<br>
>> Han, Yushen<br>
>><br>
>> On Tue, Aug 12, 2008 at 3:06 PM, David García Garzón<br>
>><br>
>> <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>> wrote:<br>
>> > I think this release is gonna be released without mac packages.<br>
>> ><br>
>> > Any body contributing them?<br>
>> ><br>
>> > David.<br>
>> ><br>
>> ><br>
>> > _______________________________________________<br>
>> > Clam-devel mailing list<br>
>> > <a href="mailto:Clam-devel@llistes.projectes.lafarga.org">Clam-devel@llistes.projectes.lafarga.org</a><br>
>> > <a href="https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel" target="_blank">https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel</a><br>
><br>
><br>
><br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: David García Garzón <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>><br>To: <a href="mailto:clam-devel@llistes.projectes.lafarga.org">clam-devel@llistes.projectes.lafarga.org</a><br>
Date: Tue, 12 Aug 2008 22:52:06 +0200<br>Subject: [Clam-devel] Re: Release Freeze<br>It's late, i am still in office and i must go home. Most of the packages are<br>
done or building (but mac). I just need a release composite screenshot<br>
highlighting some of the features (see 1.2 one). If any volunteer builds it<br>
in the next hours i will publish and propagate the announcement when back at<br>
home. If not the freeze will take a little longer.<br>
<br>
<a href="http://iua-share.upf.edu/wikis/clam/index.php/Devel/Release_task_list" target="_blank">http://iua-share.upf.edu/wikis/clam/index.php/Devel/Release_task_list</a><br>
<br>
<br>
On Tuesday 12 August 2008 21:32:52 David García Garzón wrote:<br>
> We are in freeze, it will last as long as the packages will get built.<br>
> Please don't do any commit untill signaled.<br>
><br>
> If you have to commit (please, dont), send a notice to the mailing list and<br>
> do a dummy modification in every single CHANGES file so that they get<br>
> updated to the last revision. But please, avoid that.<br>
><br>
> David.<br>
<br>
<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: David García Garzón <<a href="mailto:dgarcia@iua.upf.edu">dgarcia@iua.upf.edu</a>><br>To: "Han, Yushen" <<a href="mailto:yushen.han@gmail.com">yushen.han@gmail.com</a>><br>
Date: Wed, 13 Aug 2008 03:24:02 +0200<br>Subject: Re: [Clam-devel] Release: Mac?<br>Final release done at -r11960. Any 3rd party packaging (and mac packages)<br>
should be based on that revision or in the source packages.<br>
<br>
On Dimarts 12 Agost 2008, Han, Yushen wrote:<br>
> David,<br>
><br>
> I think I can do it tonight - maybe 10 hours from now.<br>
> ( I have Intel-core Mac with OS X <a href="http://10.5.4." target="_blank">10.5.4.</a>)<br>
> Is checking out and 'scons package' (under CLAM) all we need to do?<br>
<br>
<br>
I think so, but then, to avoid any local modification or the modifications<br>
we'll do after the release, please, do a clean checkout at -r11960 since i<br>
hope that at that time the release will be done.<br>
<br>
svn co -r11960 https://......../trunk  release-clam<br>
<br>
By doing this we don't have to wait for the packages to unfreeze the<br>
repository.<br>
<br>
On any problem warn us. Any changes you would need to do, send patches.<br>
<br>
> My plugin is self-contained and would not introduce any new system files.<br>
> I think it could be distributed externally.<br>
<br>
I think we are already distributing it. If it was not releaseable you should<br>
have warned us before. :-(<br>
<br>
<br>
--<br>
David García Garzón<br>
(Work) dgarcia at iua dot upf anotherdot es<br>
<a href="http://www.iua.upf.edu/%7Edgarcia" target="_blank">http://www.iua.upf.edu/~dgarcia</a><br>
<br>_______________________________________________<br>
Clam-devel mailing list<br>
<a href="mailto:Clam-devel@llistes.projectes.lafarga.org">Clam-devel@llistes.projectes.lafarga.org</a><br>
<a href="https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel" target="_blank">https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel</a><br>
<br></blockquote></div><br></div>