pforth icon indicating copy to clipboard operation
pforth copied to clipboard

Problems while compiling at Windows

Open HipercubesHunter11 opened this issue 6 years ago • 4 comments

I exported the protect to Code::Blocks and i tried to compile it. It stops before building the executable 'cuz it doesn't find some '-l*.lib' libraries. Can you please pass me a makefile for the mingw32-make.exe and mingw32-gcc.exe that Code::Blocks has?

HipercubesHunter11 avatar Jun 26 '18 15:06 HipercubesHunter11

Which libraries are listed as missing?

catb0t avatar Jun 26 '18 16:06 catb0t

-l .lib winmm comctl32 kernel32 user32 gdi32 winspool comdlg32 advapi32 shell32 ole32 oleaut32 uuid odbc32 odbccp32

HipercubesHunter11 avatar Jun 26 '18 17:06 HipercubesHunter11

https://github.com/letoh/pforth/blob/improve-cross-build/platforms/win32/codeblocks/pforth.cbp

tested on windows 7 and mingw x86_64-8.1.0-posix-seh-rt_v6-rev0

letoh avatar Aug 26 '21 21:08 letoh

@letoh - Thanks for that script. I am not familiar with CodeBLocks or MinGW. So please submit a Pull-Request with that change.

philburk avatar Aug 29 '21 00:08 philburk

Closing as obsolete. Please try the new CMake support.

philburk avatar Jun 11 '23 22:06 philburk