> I received the following error when doing a make (after a configure -C) > This is the first time I have been unable to compile 3. (done 1/2 dozen > time in the past) > > /usr/bin/moc-qt4 -o CIconView_moc.cpp CIconView.h > moc: CIconView.h: No such file > make[5]: *** [CIconView_moc.cpp] Error 1 > make[5]: Leaving directory `/home/jrs/gambas-dev/trunk/gb.qt4/src' > make[4]: *** [all-recursive] Error 1 > make[4]: Leaving directory `/home/jrs/gambas-dev/trunk/gb.qt4/src' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/home/jrs/gambas-dev/trunk/gb.qt4' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/jrs/gambas-dev/trunk/gb.qt4' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/jrs/gambas-dev/trunk' > make: *** [all] Error 2 > jrs@Laptop:~/gambas-dev/trunk$ >
When source files are removed, you have to do a ./reconf && ./configure -C before recompiling. -- Benoît Minisini ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
