Skip to content

Instantly share code, notes, and snippets.

@tkelman
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save tkelman/9655957 to your computer and use it in GitHub Desktop.

Select an option

Save tkelman/9655957 to your computer and use it in GitHub Desktop.
x86_64-w64-mingw32-g++ -I/home/Tony/julia/deps/llvm-3.3/include -I/home/Tony/julia/deps/llvm-3.3/build_Release/include -DNDEBUG -D__NO_CTYPE_INLINE -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O2 -fomit-frame-pointer -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -Woverloaded-virtual -Wcast-qual -D_FILE_OFFSET_BITS=64 -DJULIA_TARGET_NATIVE -DJL_SYSTEM_IMAGE_PATH="../lib/julia/sys.ji" -D_WIN32_WINNT=0x0600 -pipe -fno-rtti -O3 -falign-functions -momit-leaf-frame-pointer -D_GNU_SOURCE -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -Iflisp -Isupport -fvisibility=hidden -fno-common -I/home/Tony/julia/deps/llvm-3.3/include -I/home/Tony/julia/usr/include -I/home/Tony/julia/usr/include -DLIBRARY_EXPORTS -c codegen.cpp -o codegen.o
In file included from codegen.cpp:33:0:
/home/Tony/julia/usr/include/llvm/Target/TargetLibraryInfo.h:265:7: error: redefinition of ‘fseeko64’
fseeko64,
^
In file included from support/dtypes.h:16:0,
from support/libsupport.h:8,
from julia.h:10,
from codegen.cpp:2:
/home/Tony/julia/usr/include/llvm/Target/TargetLibraryInfo.h:263:7: error: ‘fseeko64’ previously defined here
fseeko,
^
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:58:0,
from support/dtypes.h:18,
from support/libsupport.h:8,
from julia.h:10,
from codegen.cpp:2:
/home/Tony/julia/usr/include/llvm/Target/TargetLibraryInfo.h:271:7: error: redefinition of ‘_fstat64’
fstat64,
^
In file included from support/dtypes.h:18:0,
from support/libsupport.h:8,
from julia.h:10,
from codegen.cpp:2:
/home/Tony/julia/usr/include/llvm/Target/TargetLibraryInfo.h:269:7: error: ‘_fstat64’ previously defined here
fstat,
^
In file included from codegen.cpp:33:0:
/home/Tony/julia/usr/include/llvm/Target/TargetLibraryInfo.h:281:7: error: redefinition of ‘ftello64’
ftello64,
^
In file included from support/dtypes.h:16:0,
from support/libsupport.h:8,
from julia.h:10,
from codegen.cpp:2:
/home/Tony/julia/usr/include/llvm/Target/TargetLibraryInfo.h:279:7: error: ‘ftello64’ previously defined here
ftello,
^
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:58:0,
from support/dtypes.h:18,
from support/libsupport.h:8,
from julia.h:10,
from codegen.cpp:2:
/home/Tony/julia/usr/include/llvm/Target/TargetLibraryInfo.h:499:7: error: redefinition of ‘_stat64’
stat64,
^
In file included from support/dtypes.h:18:0,
from support/libsupport.h:8,
from julia.h:10,
from codegen.cpp:2:
/home/Tony/julia/usr/include/llvm/Target/TargetLibraryInfo.h:497:7: error: ‘_stat64’ previously defined here
stat,
^
Makefile:53: recipe for target 'codegen.o' failed
make[2]: *** [codegen.o] Error 1
make[2]: Leaving directory '/home/Tony/julia/src'
Makefile:43: recipe for target 'julia-release' failed
make[1]: *** [julia-release] Error 2
make[1]: Leaving directory '/home/Tony/julia'
Makefile:32: recipe for target 'release' failed
make: *** [release] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment