Error con QT al compilar knoda en OpenBSD

uv negativa uv.negativa en gmail.com
Mie Mayo 10 12:11:02 CLT 2006


gracias por la ayuda pero creo que el UIC ya esta instalado por que
eso esta dentro de qt lo que no se es como cambiar el make o las
variables UIC para que esto compile ustedes saben si open tiene alguna
ayuda de como compilar programas que utilicen qt

gracias

On 5/9/06, jorge severino <severino.jorge en gmail.com> wrote:
> Assuming that a Qt project file is used (as I normally do), the "trick" is
> to
> add the following 3 lines to the .pro file before qmake (the Makefile
> generator) is called:
>
> ...
> QMAKE_CXX = distcc g++
>
> QMAKE_MOC = distcc $(QTDIR)/bin/moc
> QMAKE_UIC = distcc $(QTDIR)/bin/uic
>
>  debes instalar el comilador UIC (user interface compiler)
>  y setear su variable de entorno adecuada.
>
> http://web.njit.edu/all_topics/Prog_Lang_Docs/html/qt/uic.html
>
>
>
> 2006/5/9, uv negativa <uv.negativa en gmail.com>:
> > Buenas señoras y señores
> > tengo un error y espero que alguno con conocimientos avanzados de
> > compilacion me ayude.
> >
> > estoy compilando una aplicacio kde llamada knoda
> >
> > de la sigueinte manera
> >
> >
> > # env MOC=moc3 UIC=uic3 ./configure
> > --with-extra-libs=/usr/local/lib
> > --with-extra-includes=/usr/local/include/:/usr/include/
> > --with-qt-includes=/usr/local/include/X11/qt3/
> > --with-qt-libraries=/usr/local/lib/qt3/
> >
> >
> > pero me saca este error
> >
> > checking for Qt... libraries /usr/local/lib/qt3/, headers
> > /usr/local/include/X11/qt3/ using -mt
> > checking for moc... moc3
> > checking for uic... not found
> > configure: WARNING: No Qt ui compiler (uic) found!
> > Please check whether you installed Qt correctly.
> > You need to have a running uic binary.
> > configure tried to run  and the test didn't
> > succeed. If configure shouldn't have tried this one, set
> > the environment variable UIC to the right one before running
> > configure.
> >
> >
>
>



Más información sobre la lista de distribución BSD