Menu

#27 Update Mac OS X LLVM 64bits Makefile

Unstable (example)
closed-fixed
my p7zip
7
2016-03-13
2015-05-06
No

The llvm_64bits build of p7zip 9.38.1 is failing with the following error on Mac OS X Mavericks (10.10)/XCode 6.3.

make[1]: /Developer/usr/bin/llvm-gcc: No such file or directory

The llvm_64bits build can be repaired by altering the makefile to update the paths.

Current/Failing:
CXX=/Developer/usr/bin/llvm-g++
CC=/Developer/usr/bin/llvm-gcc

New/Successful:
CXX=/usr/bin/llvm-g++
CC=/usr/bin/llvm-gcc

New makefile is attached.

1 Attachments

Discussion

  • my p7zip

    my p7zip - 2015-06-13

    Thank you for your patch.

     
  • my p7zip

    my p7zip - 2016-03-13
    • status: open --> closed-fixed
     
  • my p7zip

    my p7zip - 2016-03-13

    Please try p7zip 15.14.

     

Log in to post a comment.