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)
Link: http://www.fltk.org/str.php?L2317
Version: 1.3-current
Fix Version: 1.3-current (r7452)
diff -Naurb fltk-1.3.x-r7513.patched//CMakeLists.txt
fltk-1.3.x-r7513/CMakeLists.txt
--- fltk-1.3.x-r7513.patched//CMakeLists.txt 2010-04-06 16:36:34.000000000
-0400
+++ fltk-1.3.x-r7513/CMakeLists.txt 2010-04-18 20:12:58.000000000 -0400
@@ -46,7 +46,7 @@
# Search for modules in the FLTK source dir first
set(CMAKE_MODULE_PATH "${FLTK_SOURCE_DIR}/CMake")
-include_directories(${FLTK_SOURCE_DIR} ${FLTK_BINARY_DIR})
+include_directories(${FLTK_BINARY_DIR})
# If this is out-of-source build, then copy FL directory
if(NOT ${FLTK_SOURCE_DIR} STREQUAL ${FLTK_BINARY_DIR})
diff -Naurb fltk-1.3.x-r7513.patched//src/Fl_Printer.cxx
fltk-1.3.x-r7513/src/Fl_Printer.cxx
--- fltk-1.3.x-r7513.patched//src/Fl_Printer.cxx 2010-04-11
14:42:35.000000000 -0400
+++ fltk-1.3.x-r7513/src/Fl_Printer.cxx 2010-04-18 20:07:32.000000000 -0400
@@ -29,12 +29,12 @@
#include <FL/Fl_Printer.H>
#ifdef __APPLE__
-#include <src/Fl_Quartz_Printer.mm>
+#include "Fl_Quartz_Printer.mm"
#elif defined(WIN32)
-#include <src/Fl_GDI_Printer.cxx>
+#include "Fl_GDI_Printer.cxx"
#endif
-#include <src/Fl_PS_Printer.cxx>
+#include "Fl_PS_Printer.cxx"
// print dialog customization strings
diff -Naurb fltk-1.3.x-r7513.patched//test/CMakeLists.txt
fltk-1.3.x-r7513/test/CMakeLists.txt
--- fltk-1.3.x-r7513.patched//test/CMakeLists.txt 2010-04-16
20:31:42.000000000 -0400
+++ fltk-1.3.x-r7513/test/CMakeLists.txt 2010-04-17 00:41:25.000000000
-0400
@@ -3,7 +3,7 @@
#######################################################################
# audio libs for test apps
if(WIN32)
- set(AUDIOLIBS -lwinmm)
+ set(AUDIOLIBS winmm)
elseif(APPLE)
set(AUDIOLIBS "-framework CoreAudio")
elseif(HAVE_ALSA_ASOUNDLIB_H)
diff -Naurb fltk-1.3.x-r7513.patched//test/device.cxx
fltk-1.3.x-r7513/test/device.cxx
--- fltk-1.3.x-r7513.patched//test/device.cxx 2010-03-27 04:51:54.000000000
-0400
+++ fltk-1.3.x-r7513/test/device.cxx 2010-04-18 20:16:21.000000000 -0400
@@ -23,7 +23,7 @@
#include <FL/Fl_Light_Button.H>
#include <FL/fl_draw.H>
#include <FL/Fl_Clock.H>
-#include <test/pixmaps/porsche.xpm>
+#include "pixmaps/porsche.xpm"
#include <FL/Fl_Pixmap.H>
#include <FL/Fl_Bitmap.H>
#include <FL/Fl_Round_Button.H>
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs