Menu

Compiling on OSX

Anonymous
2017-02-10
2017-02-10
  • Yermalayeu Ihar

    Yermalayeu Ihar - 2017-02-13

    Hello.

    Thank you for bug report!

    On last Friday I fixed most of these errors. But I have tried to compile Simd Library with using of Clang only on Ubuntu. Therefore I Have missed some of them. These errors are connected with using of function ExtractInt32Sum. I hope to resolve their late.

    Sincerely, Ihar.

    P.S. I have fixed all errors but can't check it because I don't have OSX. Could you check it?

     

    Last edit: Yermalayeu Ihar 2017-02-13
  • Anonymous

    Anonymous - 2017-02-14

    Hi Ihar,

    as it is I saw that you did a commit (50d6be1) a couple of hours after I grabbed the repo and got the errors listed above. With this commit is fixed all my error except the ExtractInt32Sum.

    And now with the commit f1c5228 it also fixes this error on OSX, see:

    franks-MBP-2:cmake frankw$ make
    [ 26%] Built target SimdBase
    [ 36%] Built target SimdSsse3
    [ 37%] Built target SimdSse42
    [ 38%] Built target SimdSse41
    [ 57%] Built target SimdAvx2
    [ 58%] Built target SimdSse3
    [ 60%] Built target SimdAvx1
    Scanning dependencies of target SimdSse2
    [ 60%] Building CXX object CMakeFiles/SimdSse2.dir/Users/frankw/c_apps/Simd/src/Simd/SimdSse2Statistic.cpp.o
    [ 60%] Linking CXX static library libSimdSse2.a
    [ 78%] Built target SimdSse2
    [ 79%] Built target SimdSse1
    [ 80%] Built target Simd
    [ 80%] Linking CXX executable Example
    [ 80%] Built target Example
    [ 81%] Built target TestCheckC
    [ 82%] Linking CXX executable Test
    [100%] Built target Test
    

    BTW Great job on the library, really nice.

    -Frank

     

Anonymous
Anonymous

Add attachments
Cancel