Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#60278 closed defect (fixed)

py-libsass @0.19.4: fatal error: 'unordered_map' file not found

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: snowleopard lion mountainlion Cc:
Port: py-libsass

Description

py-libsass fails to build:

/usr/bin/clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -pipe -Os -arch x86_64 -isysroot/ -I./libsass/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c libsass/src/ast.cpp -o build/temp.macosx-10.7-x86_64-3.8/libsass/src/ast.o -c -fPIC -std=gnu++0x -Wall -Wno-parentheses -Werror=switch -DLIBSASS_VERSION="3.6.3"
In file included from libsass/src/ast.cpp:5:
libsass/src/ast.hpp:9:10: fatal error: 'unordered_map' file not found
#include <unordered_map>
         ^
1 error generated.

Probably needs

compiler.cxx_standard 2011

Change History (1)

comment:1 Changed 4 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: assignedclosed

This issue was recently fixed.

Last edited 4 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)
Note: See TracTickets for help on using tickets.