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