Skip to content

Instantly share code, notes, and snippets.

@fracek
Created March 25, 2014 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fracek/9768469 to your computer and use it in GitHub Desktop.
Save fracek/9768469 to your computer and use it in GitHub Desktop.
error compiling deft
/Users/cek/Dev/deft/_build/build/deft/../deft-dfmc/../deft-server/../http-server/../regular-expressions/character-sets.c:5320:13:
error
:
hex escape sequence out of range
T3 = C('\xFFFF');
^~~~~~
/Users/cek/bin/opendylan-2013.2/include/run-time.h:186
:37: note: expanded from macro 'C'
#define C(n) ((D)((((unsigned long)(n))<<2)|CTAG))
^
1
error generated.
Internal error: Link failed: Building target <regular-expressions>character-sets.o: "clang -c -o "/Users/cek/Dev/deft/_build/build/deft/../deft-dfmc/../deft-server/../http-server/../regular-expressions/character-sets.o" -w -g -O2 -fno-strict-aliasing -arch i386 -D_POSIX_C_SOURCE -DOPEN_DYLAN_PLATFORM_UNIX -DOPEN_DYLAN_PLATFORM_DARWIN -DOPEN_DYLAN_ARCH_X86 -fPIC -DGC_USE_BOEHM -DGC_THREADS -I/Users/cek/bin/opendylan-2013.2/include "/Users/cek/Dev/deft/_build/build/deft/../deft-dfmc/../deft-server/../http-server/../regular-expressions/character-sets.c"" failed with return status 1
Exiting with return code -1
make: *** [build] Error 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment