Re: [M100] Building VirtualT

2020-03-26 Thread Brian K. White
On 3/26/20 9:44 PM, Ken Pettit wrote: Hey Brian, No, I didn't get any of these warnings, but then I didn't have the -Wall flag set.  When I set that ... oh my!  I will have to go through and do some cleanup ... I don't like warnings! I'm pulling down my github copy because now the

Re: [M100] Building VirtualT

2020-03-26 Thread John R. Hogerhuis
On Thu, Mar 26, 2020 at 7:10 PM Ken Pettit wrote: > > Heck, programmer's have it easy these days ... they get 1's *and* 0's. > When I was a kid, we only had 0's! > > Ken > > Not judging your code or your advanced age ;-) -- John.

Re: [M100] Building VirtualT

2020-03-26 Thread Kevin Becker
Just to be clear, Fedora's distro supplied version of FLTK is 1.3.5 which is the current stable release on fltk.org On Thu, 2020-03-26 at 21:40 -0400, Brian K. White wrote: > On 3/25/20 10:27 AM, Ken Pettit wrote: > > Hey Guys, > > Okay, I have fixed this bug (in src/file.cpp). The de-tokenizer >

Re: [M100] Building VirtualT

2020-03-26 Thread Ken Pettit
On 3/26/20 7:00 PM, John R. Hogerhuis wrote: Don't ask, don't tell :-) sprintf at least is inherently dangerous and should never be used. Should always use snprintf so you're committing to a certain buffer size. Yep. But then again, almost all of this code was written over 10 year

Re: [M100] Building VirtualT

2020-03-26 Thread Brian K. White
On 3/26/20 9:44 PM, Ken Pettit wrote: Hey Brian, No, I didn't get any of these warnings, but then I didn't have the -Wall flag set.  When I set that ... oh my!  I will have to go through and do some cleanup ... I don't like warnings! On the plus side, when I did this the first time it

Re: [M100] Building VirtualT

2020-03-26 Thread John R. Hogerhuis
On Thu, Mar 26, 2020 at 6:44 PM Ken Pettit wrote: > Hey Brian, > > No, I didn't get any of these warnings, but then I didn't have the -Wall > flag set. When I set that ... oh my! I will have to go through and do > some cleanup ... I don't like warnings! > > Ken > > Don't ask, don't tell :-)

Re: [M100] Building VirtualT

2020-03-26 Thread Ken Pettit
Hey Brian, No, I didn't get any of these warnings, but then I didn't have the -Wall flag set. When I set that ... oh my! I will have to go through and do some cleanup ... I don't like warnings! Ken On 3/26/20 6:40 PM, Brian K. White wrote: On 3/25/20 10:27 AM, Ken Pettit wrote: Hey

Re: [M100] Building VirtualT

2020-03-26 Thread Brian K. White
On 3/25/20 10:27 AM, Ken Pettit wrote: Hey Guys, Okay, I have fixed this bug (in src/file.cpp).  The de-tokenizer was not testing for quoted strings.  I pushed the changes to the git repo here if anyone wants to pull it and compile prior to an official VT 1.8 release: git clone