> On Nov 18, 2016, at 5:21 PM, Michal Hanus <mikeha...@seznam.cz> wrote:
> 
> Hi Sean, 
> 
> Thank you for your quick answer. 
> 
> I tried to compile the svn version of 7.26.1 in VM multiple times with 
> completely clean system (new VM disk image), but the result was always the 
> same. 
> 
> The error I got with the attached .zip file was:
> 
>   ----- The following addresses had permanent fatal errors ----- 
> <brlcad-devel@lists.sourceforge.net>
>    (reason: 550 Blacklisted file extension detected)

Ah, that’s not a list rejection.  That’s a mail agent rejection.  Sourceforge 
is apparently rejecting that extension for everyone, undoubtedly because it’s a 
common attack vector for viruses.  It’s also one of the worst compression 
formats, despite popularity, so using something else is almost always a good 
idea. ;)
 
> I am trying now to sent a double zipped version tar-zip of the logs in the 
> attachment.

Attachment received fine that way.  At quick glance, looks like a couple 
different issues (all cmake errors).  I see a z.lib error first which is a 
Linux lib, Wno-error next which I think is an MSVC 2015 issue (older versions 
supported, newer do not?  Or it’s another flag intended for Linux..).

So, next question is whether you are up to the challenge of fixing any of them? 
:)
The -Wno-error one should be pretty easy.  Somewhere it’s being added in a 
CMakeLists.txt file or *.cmake file without testing first whether it works.

Cheers!
Sean


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to