Re: Need help to build new version of ispc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Whoops. Here is the actual message:


Getting the snapshot of ispc to support llvm 7.0 and needed by embree, it looks like the build broke at the following line:

rc/main.cpp: In function 'int main(int, char**)':
src/main.cpp:669:19: error: invalid conversion from 'int' to 'Module::OutputFlags' [-fpermissive]
             flags |= Module::GeneratePIC;
             ~~~~~~^~~~~~~~~
src/main.cpp:685:17: error: invalid conversion from 'int' to 'Module::OutputFlags' [-fpermissive]
           flags |= Module::GenerateFlatDeps;
           ~~~~~~^~~~~~~~~
src/main.cpp:688:62: error: invalid conversion from 'int' to 'Module::OutputFlags' [-fpermissive]
           flags |= Module::GenerateMakeRuleForDeps | Module::OutputDepsToStdout;
                                                              ^~~~~~~~~~~~~~~~~~
src/main.cpp:773:13: error: invalid conversion from 'int' to 'Module::OutputFlags' [-fpermissive]
       flags &= ~Module::OutputDepsToStdout;
       ~~~~~~^~~~~~~~~~
src/main.cpp:787:13: error: invalid conversion from 'int' to 'Module::OutputFlags' [-fpermissive]
       flags &= Module::GenerateMakeRuleForDeps;
       ~~~~~~^~~~~~~~~
At global scope:

See the copr build which include the spec file for analyzing.

https://copr-be.cloud.fedoraproject.org/results/luya/ispc-git/fedora-rawhide-x86_64/00820232-ispc/


Hopefully someone provides a fix. Thanks in advance,


Luya

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux