--- makefile-bak 2016-12-04 08:38:40.076224827 +1000 +++ makefile 2016-12-13 23:26:51.474638123 +1000 @@ -80,17 +80,17 @@ # You can change this if your X libraries and headers are somewhere else # (like /usr/X11R6). -X_LOCATION = /usr/X11 +X_LOCATION = /usr # If you installed fltk somewhere other than $(X_LOCATION)/lib # set this to find them, as in # FLTK_LIB_LOCATION = -L/usr/local/lib -FLTK_LIB_LOCATION = +FLTK_LIB_LOCATION = -L/usr/lib/fltk # The X libraries to link with Mupmate. # Depending on how fltk was compiled, you may be able to omit # -lXext, -Xft, and -lXinerama -X_LIBS = -lXext -lX11 -lXpm -lXft -lXinerama +X_LIBS = -lXext -lX11 -lXpm # On Mac OS X replace that with # X_LIBS = -framework Carbon @@ -99,7 +99,7 @@ #FLTK_VERSION=FLTK_1_1 # The FLTK header files are under $(FLTK_INCLUDE)/FL -FLTK_INCLUDE = $(X_LOCATION)/include +FLTK_INCLUDE = $(X_LOCATION)/include/fltk # You can use fltk_jpeg or jpeg library, whichever you have # or depending on how fltk was compiled, you may not need it at all