DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2317
Version: 1.3-current
Fix Version: 1.3-current (r7452)


Well I'm no Cmake expert, but ...
I checked out r7914 but the cmake_consolidated_r7907.patch failed
so I went back to r7909 (by mistake) and the patch applied.
I used cmake -DCMAKE_INSTALL_PREFIX=/tmp/fltk to build and install.
I set PATH=/tmp/fltk/bin:$PATH
I copied test/keyboard* to a scratch directory, and created the
following CMakeLists.txt file:

cmake_minimum_required(VERSION 2.6)
project(demo)
find_package(FLTK REQUIRED NO_MODULE)
include(${FLTK_USE_FILE})
fltk_wrap_ui(demo keyboard_ui.fl)
add_executable(demo WIN32 keyboard.cxx ${demo_FLTK_UI_SRCS})
add_dependencies(demo ${FLTK_FLUID_EXECUTABLE})
target_link_libraries(demo fltk)

and was able to build the keyboard demo, as demo, on 64-bit Linux.
Not sure how that helps with the cross-compile part though :-(


Link: http://www.fltk.org/str.php?L2317
Version: 1.3-current
Fix Version: 1.3-current (r7452)

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to