Hi,

To get the openbsd-port to build the qt-gui-plugin I have to 

    cd src ;\
    list=`ls *.h`; \
    for i in $$list; do \
        /usr/local/lib/qt3/bin/moc $${i} -o $${i%%.h}.moc || true; \
    done ;\
    cd - ;\

Which is essentially the same as what happens in the mandrake specfile:

    pushd src
    for i in *.h; do
        ${QTDIR}/bin/moc $i -o $(basename $i .h).moc || true
    done
    popd

So it seems like a repeatable bug here.

I will check the archives for responces.



Groetjes, Han.
-- 
homepage : http://www.xs4all.nl/~hanb
pgpkey   : http://www.xs4all.nl/~hanb/keys/Han_pubkey.asc   )
email    : h a n @ m i j n c o m p u t e r . n l            (
irc      : Irc.OpenProjects.net#UnixNL                    c[ ]


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to