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

[STR New]

Link: http://www.fltk.org/str.php?L2028
Version: 1.3-current


When issuing fltk-config --compile myapp.cxx, the resulting binary name is
always $compile.

The problem is that in the fltk-config script, $compile is surrounded by
single-quotes. This turns off any variable expansion within the quotes.

I have created a patch to correct this. I have also updated the syntax to
use $( and ) for command execution rather than the backquotes. IIRC, back
quotes are deprecated in favour of the $( and ) notation?

Patch to be submitted shortly.


Link: http://www.fltk.org/str.php?L2028
Version: 1.3-current

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

Reply via email to