0x7CFE / llst

LLVM powered Little Smalltalk.
Other
93 stars 10 forks source link

Compile on various OS #46

Closed kpp closed 10 years ago

kpp commented 10 years ago
OSArchSoftJIT
DebianARM+-
Ubuntux86++
Ubuntux86-64++
Ubuntuamd64++
FreeBSDx86++
Mac OS X 10.8x86+?
Mac OS X 10.8PowerPC??
Arch Linuxx86++
Cygwin/Win32x86+?
MinGW/Win32x86+?
Windows 7x86--

MinGW dependencies:

C:\****\llst\win-build>"c:\Program Files\CMake 2.8\bin\cmake.exe" .. -G "MinGW Makefiles" C:***>mingw32-make llst

llst/src/BakerMemoryManager.cpp: In member function ‘virtual void* BakerMemoryManager::allocate(size_t, bool*)’:
llst/src/BakerMemoryManager.cpp:178: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’
llst/src/BakerMemoryManager.cpp:178: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’

llst/src/BakerMemoryManager.cpp: In member function ‘virtual void* BakerMemoryManager::staticAllocate(size_t)’:
llst/src/BakerMemoryManager.cpp:187: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’
llst/src/BakerMemoryManager.cpp:187: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’

llst/src/CompletionEngine.cpp: In function ‘void initializeReadline()’:
llst/src/CompletionEngine.cpp:58: warning: deprecated conversion from string constant to ‘char*’
llst/src/Image.cpp: In member function ‘bool Image::loadImage(const char*)’:
lst/src/Image.cpp:244: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’
llst/src/Image.cpp:244: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’

llst/src/NonCollectMemoryManager.cpp: In member function ‘virtual void* NonCollectMemoryManager::staticAllocate(size_t)’:
llst/src/NonCollectMemoryManager.cpp:130: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’
llst/src/NonCollectMemoryManager.cpp:130: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’

llst/src/vm.cpp: In member function ‘TObject* SmalltalkVM::newOrdinaryObject(TClass*, size_t)’:
llst/src/vm.cpp:59: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’
llst/src/vm.cpp:59: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’

ld: warning: directory not found for option '-L/usr/lib32'