[Qt-jambi-interest] Compiling under SUSE 11.2, phonon problems
Aekold Helbrass
helbrass at gmail.com
Mon Dec 28 20:15:46 CET 2009
On Mon, Dec 28, 2009 at 10:43 AM, Helge Fredriksen <hf at poseidon.no> wrote:
> A quick
>
> rgrep qtjambi.phonon_gstreamer *
>
> in the sources reviles that
>
> com/trolltech/tools/ant/InitializeTask.java
>
> has some role to play here. I guess this is the function that fails:
>
> private String decidePhonon() {
> String result = String.valueOf(doesQtLibExist("phonon", 4));
> if (verbose) System.out.println(PHONON + ": " + result);
> return result;
> }
>
> Did you sucessfully compile Qt with phonon? Please ensure this.
Yes, Qt is compiled with Phonon support. Also, after taking a look at
method you suggested - I really have
/usr/lib64/qt4/lib/libphonon.so.4. That method returns true.
On Mon, Dec 28, 2009 at 7:35 PM, Francis Galiegue <fgaliegue at gmail.com> wrote:
> In fact, the problem lies with the build system (and btw you use quite
> an old version).
What build system do you mean, some system libs or jambi version? I am
using 4.5.2 from qt.nokia.com.
> The plugin paths are built upon the QTDIR environment variable, but
> this will only ever work if qtdir is set to a _source_ directory which
> you have compiled yourself.
>
> I know the solution, I'm working on it and will post a patch series
> when I am done. This patch series will allow, among other niceties, to
> build qt-jambi _with your installed Qt version_.
Can you give some more details? I didn't compiled Qt myself, just
installed from SUSE 11.2 rpms, and SUSE's src.rpm package for QtJambi
builds fine, but without phonon and sqlite.
More information about the Qt-jambi-interest
mailing list