[Ipe-discuss] compile error with Ipe6.0pre26

Chris Gray christopher.gray at mail.mcgill.ca
Sat Feb 18 13:10:54 CET 2006


On Sat, 18 Feb 2006, Radhika Vathsan wrote:

> Hi, 
> I'm new to this list (and also to Ipe, and C++ and the
> rest!!) but I hope i can find a resolution to my
> compilation problems here!
> I'm running Whitebox Linux (EL core3) and when running
> 
> "make" got the following error:
> 
> cc1plus: warnings being treated as errors
> visibility-polygon.cpp: In member function `int
> VisibilityStack::stopPop(int,
>    IpeVector*, double, IpeVector&)':
> visibility-polygon.cpp:124: warning: unused variable
> `IpeSegment seg'
> make[2]: ***
> [../../../build/obj/ipelets/visibility-polygon.o]
> Error 1
> 
> and it refused to compile!
> could someone tell me what' wrong?!

You need to remove -Werror from main.pro in the top level source
directory.  That will keep compile warnings from stopping the build
process.

Cheers,
Chris





More information about the Ipe-discuss mailing list