Qt was supposed to look for a folder named 'designer' in any of a set of paths 
on of those paths is the path of the running executable. IIRC, because the 
lack of filesystem standard in windows, NetworkEditor windows installer 
installs its own copy of designer.exe in a given folder and, within that 
folder it creates a 'designer' folder for the plugins. I am not sure whether 
the plugins are included or not on the NetEditor installer.

Of course, if you are compiling it yourself, you could manage in many different 
ways in windows, including setting the QT_PLUGIN_PATH environment or editing 
the qtconfig settings.

Regarding the use of the plugins in non CLAM apps, it should be viable, but we 
didn't tried yet, so it is possible that there is still some coupling.

MSVC is not supported anymore in CLAM. Dirk was willing to eventually bring 
back such support. Until then mingw is the way in windows.



A Dilluns, 21 de setembre de 2009 05:04:50, Hernán Ordiales va escriure:
> On Sat, Sep 19, 2009 at 5:54 PM, JIA Pei <jp4w...@gmail.com> wrote:
> > Hi, Thank you so much for your kind reply Pau. Thanks.
> >
> > But, how can I contact David? Can you please leave his contact to me??
> >
> > I now have downloaded CLAM SVN. I'm just wondering if it's possible for
> > CLAM group to afford Visual Studio 2008 projects, which might help
> > Windows users to simply rebuild everything of CLAM from scratch by using
> > Visual Studio. What's more, the SVN snapshots downloaded from
> > http://clam-project.org/download-windows.html doesn't actually add a QT
> > Designer Widget to Designer.
> >
> > Yes, I just want to connect my own audio file to QT CLAM spectrum
> > display. Is it possible to realize this functionality? What I mean is,
> > whenever I pick up an audio file, I would like CLAM QT Designer plugin to
> > show the spectrum of this audio file.
> >
> > So, if it is possible under Linux, I should be able to do so in Windows
> > as well. The only prerequisite is there should be a QT designer CLAM
> > plugin .
> 
> i'm not sure how qtdesigner widgets work, but could be an environment
> vars problem? i mean a load library path problem?
> 
> cheers
> 
> > On Wed, Sep 16, 2009 at 2:47 PM, Pau Arumí <pau.ar...@barcelonamedia.org>
> >
> > wrote:
> >> El dt 15 de 09 de 2009 a les 08:31 +0200, en/na JIA Pei va escriure:
> >> > Hi, all:
> >> > Sorry for my posting here. I couldn't subscribe the user mail list at
> >> > this moment and I've got no idea why it is so. Anyway, please do help
> >> > in any case.
> >> >
> >> > I happened to come across the beautiful CLAM QT4 plugin and really
> >> > would like to try it.
> >> > However, Whenever I would like to compile my own application, I
> >> > obtained the following error messages:
> >> >
> >> > error: LPModelView.hxx: No such file or directory
> >> > error: MelCepstrumView.hxx: No such file or directory
> >> > error: SpectrumView.hxx: No such file or directory
> >> >
> >> > Then, I did a thorough search on my computer:
> >> > jia...@so-9883-x1:/usr$ find . -depth -name "LPModelView*"
> >> > jia...@so-9883-x1:/usr$ cd include/
> >> >
> >> > As you can see, there is no file named "LPModelView.hxx" at all. It
> >> > looks like CLAM repository doesn't afford a source code installation,
> >> > which prohibits the developers to use the CLAM QT4 widgets.
> >>
> >> Hi Jia
> >> the file sits in here: clam/NetworkEditor/src/widgets/LPModelView.hxx
> >> in the clam subversion.
> >> The qt designer widgets plugins are ment to be re-used as binaries in
> >> "prototyped" applications
> >> (http://clam-project.org/wiki/Network_Editor_tutorial)
> >> not installed as a library or sdk. However you can use and adapt CLAM
> >> source code in any way you need.
> >>
> >> I see that you've downloaded code snapshots. Use subversion revision
> >> instead - snapshots are old.
> >>
> >> About using the widgets in windows XP: I believe David got it to work
> >> but I don't know if it worked out of the box. He's in holidays these
> >> days.
> >> Clam devs use Linux mostly (and a bit of Mac).
> >>
> >> Cheers
> >> P
> >>
> >> > What's more, I did find "libCLAMWidgets.so" under my QT4
> >> > plugin/designer folder as shown in the following
> >> >
> >> > jia...@so-9883-x1:/usr/lib/qt4/plugins/designer$ ls
> >> > kdewidgets.so             libcustomwidgetplugin.so
> >> > libtaskmenuextension.so
> >> > libarthurplugin.so        libqt3supportwidgets.so
> >> > libworldtimeclockplugin.so
> >> > libCLAMWidgets.so         libqwebview.so
> >> > libcontainerextension.so  libqwt_designer_plugin.so
> >> >
> >> >
> >> > However, I do need those .hxx files. Then, I downloaded
> >> > "clam-networkeditor-1.3.1~svn13031" and found the source is right
> >> > there. But, is it better for CLAM repository to afford these sources
> >> > rather than this kind of manual downloading??
> >> >
> >> > Best Regards
> >> > JIA Pei
> >> >
> >> >
> >> >
> >> > --
> >> > Welcome to Vision Open
> >> > http://www.visionopen.com
> >>
> >> _______________________________________________
> >> Clam-devel mailing list
> >> Clam-devel@llistes.projectes.lafarga.org
> >> https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-deve
> >>l
> >
> > --
> > Welcome to Vision Open
> > http://www.visionopen.com
> >
> > _______________________________________________
> > Clam-devel mailing list
> > Clam-devel@llistes.projectes.lafarga.org
> > https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel
> 

-- 
David García Garzón
(Work) david dot garcia at upf anotherdot edu
http://www.iua.upf.edu/~dgarcia

_______________________________________________
Clam-devel mailing list
Clam-devel@llistes.projectes.lafarga.org
https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel

Reply via email to