[DragonFlyBSD - Bug #2878] [fix] CCVER problem when using clang and cpu extensions (intrinsics)

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Tue Mar 29 06:04:22 PDT 2016


Issue #2878 has been updated by arcade at b1t.name.


Well, those ports are devel/clang* and www/firefox*. If lang/gcc is installed it shadows /usr/bin/gcc and thus CCVER doesn't works.

----------------------------------------
Bug #2878: [fix] CCVER problem when using clang and cpu extensions (intrinsics)
http://bugs.dragonflybsd.org/issues/2878#change-12854

* Author: arcade at b1t.name
* Status: New
* Priority: Low
* Assignee: 
* Category: Build
* Target version: 
----------------------------------------
Ok, I'm trying to compile dri with clang37. When I setting CCVER to clang37 build stops on:

In file included from utils.c:37:
In file included from ../../../../../src/mesa/main/macros.h:36:
../../../../../src/util/rounding.h:33:10: fatal error: 'xmmintrin.h' file not found
include <xmmintrin.h>
        ^
        2 warnings and 1 error generated.

The file is present, but as per /etc/defaults/compiler.conf:

STD_INCOPT="-nostdinc -iprefix ${INCPREFIX} -iwithprefixbefore /usr/include"
DPORT_GCC_STD_INCOPTXX="-isystem /usr/local/lib/${CCVER}/include/c++ \
        -isystem /usr/local/lib/${CCVER}/include/c++/${MACHARCH}-portbld-dragonfly${MACHREL}"
DPORT_CLANG_STD_INCOPTXX="-cxx-isystem /usr/include/c++/5.0"

...

clang37_INCOPT=${STD_INCOPT}
clang37_INCOPTCXX=${DPORT_CLANG_STD_INCOPTXX}



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Bugs mailing list