On Tue, Jun 12, 2012 at 11:13 PM, Harmanpreet Singh <harman...@gmail.com> wrote:
> I am trying to install BRLCAD from source. I successfully run
> ./configure.

Actually I didn't run it successfully. There was error stating "libpng
disabled". I rerun ./configure with option of enabling libpng and
afterwards, "make" run successfully.

Now while running "make test" and "make benchmark", I got following errors:

primitives/nmg/nmg_tri.c: In function 'nmg_plot_fu':
primitives/nmg/nmg_tri.c:2531:13: error: variable 'temp' set but not
used [-Werror=unused-but-set-variable]
primitives/nmg/nmg_tri.c:2530:13: error: variable 'dist_btw_prev_curr'
set but not used [-Werror=unused-but-set-variable]
primitives/nmg/nmg_tri.c: In function 'nmg_triangulate_rm_holes':
primitives/nmg/nmg_tri.c:2754:29: error: variable 'vu2' set but not
used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

make[2]: *** [nmg_tri.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Seems problem with some variables. Do they need to be unset? If yes, any hint?
-- 
Harmanpreet Singh

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to