You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because of mac's case-insensitive file system, there are build warnings:
/Users/peb/Documents/Repositories/MULLE/muste/<built-in>:15:10: error:
warning: non-portable path to file '".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#include ".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/muste/autogen/cabal_macros.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"
1 warning generated.
/Users/peb/Documents/Repositories/MULLE/muste/<built-in>:15:10: error:
warning: non-portable path to file '".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#include ".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/muste/autogen/cabal_macros.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"
1 warning generated.
/Users/peb/Documents/Repositories/MULLE/muste/<built-in>:15:10: error:
warning: non-portable path to file '".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#include ".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/muste/autogen/cabal_macros.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"
1 warning generated.
[22 of 34] Compiling Muste.AdjunctionTrees ( src/Muste/AdjunctionTrees.hs, .stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/muste/muste-tmp/Muste/AdjunctionTrees.o )
/Users/peb/Documents/Repositories/MULLE/muste/<built-in>:15:10: error:
warning: non-portable path to file '".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#include ".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/muste/autogen/cabal_macros.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"
1 warning generated.
/Users/peb/Documents/Repositories/MULLE/muste/<built-in>:15:10: error:
warning: non-portable path to file '".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#include ".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/muste/autogen/cabal_macros.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"
1 warning generated.
/Users/peb/Documents/Repositories/MULLE/muste/<built-in>:15:10: error:
warning: non-portable path to file '".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#include ".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/muste/autogen/cabal_macros.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
".stack-work/dist/x86_64-osx/Cabal-2.2.0.1/build/Muste/autogen/cabal_macros.h"
1 warning generated.
because of mac's case-insensitive file system, there are build warnings:
It's an open issue in Stack: commercialhaskell/stack#3918
The temporary solution (until Stack solves it) is to not have the executable
muste
the same name as the libraryMuste
Perhaps go back to
muste-cli
? (and drop support forprecompute
until someone wants to do something with it)The text was updated successfully, but these errors were encountered: