osx - haskell/gloss example error w/ GLUT dynamic library "Symbol not found: _glutBitmap8By13 error" -


when load haskell / gloss examples (so far i've tried wave , snow), seem getting error finding in glut shared libraries. might cause error , how can fix it?

can't load .so/.dll for: /users/jd/sandbox/.cabal-sandbox/lib/x86_64-osx-ghc-7.10.1/glut_j2zzfjoyoch4hqyflxhepp/libhsglut-2.7.0.1-0waw9bzutcf5s5h5zsv4oh-ghc7.10.1.dylib (dlopen(/users/jd/sandbox/.cabal-sandbox/lib/x86_64-osx-ghc-7.10.1/glut_j2zzfjoyoch4hqyflxhepp/libhsglut-2.7.0.1-0waw9bzutcf5s5h5zsv4oh-ghc7.10.1.dylib, 5): symbol not found: _glutbitmap8by13   referenced from: /users/jd/sandbox/.cabal-sandbox/lib/x86_64-osx-ghc-7.10.1/glut_j2zzfjoyoch4hqyflxhepp/libhsglut-2.7.0.1-0waw9bzutcf5s5h5zsv4oh-ghc7.10.1.dylib   expected in: flat namespace  in /users/jd/sandbox/.cabal-sandbox/lib/x86_64-osx-ghc-7.10.1/glut_j2zzfjoyoch4hqyflxhepp/libhsglut-2.7.0.1-0waw9bzutcf5s5h5zsv4oh-ghc7.10.1.dylib) 

this on mac osx 10.9.5 ghc 7.10.1


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -