Skip to content

Instantly share code, notes, and snippets.

@tkelman
Created March 15, 2014 07:40
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 tkelman/9563102 to your computer and use it in GitHub Desktop.
Save tkelman/9563102 to your computer and use it in GitHub Desktop.
make[3]: Entering directory `/home/tkelman/Julia/julia/src/support'
gcc44 -O3 -falign-functions -momit-leaf-frame-pointer -Wall -Wno-strict-aliasing -std=gnu99 -pipe -fPIC -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -DJL_SYSTEM_IMAGE_PATH="../lib/julia/sys.ji" -I/home/tkelman/Julia/julia/deps/libuv/include -fvisibility=hidden -DLIBRARY_EXPORTS -DNDEBUG -c strtod.c -o strtod.o
strtod.c:11: error: expected declaration specifiers or â...â before âlocale_tâ
strtod.c:12: error: expected declaration specifiers or â...â before âlocale_tâ
strtod.c:17: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âc_localeâ
strtod.c:19: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âget_c_localeâ
strtod.c: In function âstrtod_câ:
strtod.c:31: warning: implicit declaration of function âget_c_localeâ
strtod.c:31: error: too many arguments to function âstrtod_lâ
strtod.c: In function âstrtof_câ:
strtod.c:36: error: too many arguments to function âstrtof_lâ
make[3]: *** [strtod.o] Error 1
make[3]: Leaving directory `/home/tkelman/Julia/julia/src/support'
make[2]: *** [support/libsupport.a] Error 2
make[2]: Leaving directory `/home/tkelman/Julia/julia/src'
make[1]: *** [julia-release] Error 2
make[1]: Leaving directory `/home/tkelman/Julia/julia'
make: *** [release] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment