#Compile Error

7 messages · Page 1 of 1 (latest)

errant terrace
#

Are you building for 32bit windows?

The fltk-rs build script doesn’t detect cmake or git so it tries to grab a prebuilt bundle of FLTK, and since there is no bundle for 32bit windows the script fails.

errant terrace
#

You would need to install cmake and git which would allow the build script to grab the fltk code (as a git submodule) and build it from source using cmake.

#

32bit

#

Or sorry 64 bit

#

Cmake can cross compile to 32bit

#

Both git and cmake should be invokable from your shell. You do have cl.exe installed I assume

#

The msvc compiler