Hi, Mathias
Thanks for you remind, and I have fix that mistake, and it can gmake right
now. But when i use the "make" command, it display the following error, do
you have any idea? Thank you.
E:\MeshLab_1.1.0\meshlab\src>make >> make.txt
In file included from transformDialog.h:74,
from transformDialog.cpp:73:
ui_transformDialog.h: In member function `void
Ui_TransformDialog::setupUi(QDialog*)':
ui_transformDialog.h:349: error: 'class QVBoxLayout' has no member named
'setLeftMargin'
ui_transformDialog.h:350: error: 'class QVBoxLayout' has no member named
'setTopMargin'
ui_transformDialog.h:351: error: 'class QVBoxLayout' has no member named
'setRightMargin'
ui_transformDialog.h:352: error: 'class QVBoxLayout' has no member named
'setBottomMargin'
transformDialog.cpp: In member function `void
TransformDialog::on_rotateLE_textChanged(const QString&)':
transformDialog.cpp:271: warning: converting to `int' from `float'
mingw32-make[3]: *** [debug\transformDialog.o] Error 1
mingw32-make[2]: *** [debug] Error 2
mingw32-make[1]: *** [sub-meshfilter-make_default] Error 2
mingw32-make: *** [sub-meshlabplugins_meshlabpluginsv11_pro-make_default]
Error
2
Thanks all.
Haiting
On 3/16/08, Mathias W. <m....@un...> wrote:
>
> Haiting Zhang schrieb:
> > Hi all,
> >
> > I have found I could not compile the meshlab 1.1.0 successfully,
> > following each steps written in the wiki.
> > http://meshlab.sourceforge.net/wiki/index.php/Compiling
> >
> > When I run the "qmake -recursive meshlabv11.pro <http://meshlabv11.pro>"
> > command, it told me
> >
> > ...
> > WARNING: Failure to find: ..\..\..\..\sf\wrap\gui\coordinateframe.cpp
> > WARNING: Failure to find: ..\..\..\..\sf\wrap\gui\coordinateframe.cpp
> > ...
> > WARNING: Failure to find: ..\..\..\..\sf\wrap\gui\rubberband.cpp
> > WARNING: Failure to find: ..\..\..\..\sf\wrap\gui\rubberband.cpp
> > ...
>
>
> Please read again: "The meshlab sources and the vcg library must be at the
> same level and the vcg library root should be named 'sf'."
>
> You have to download vcg through cvs and make a symlink to "sf".
> --
> Mathias
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Meshlab-devel mailing list
> Mes...@li...
> https://lists.sourceforge.net/lists/listinfo/meshlab-devel
>
>
|