Re: [M100] Building VirtualT

2020-03-24 Thread Ken Pettit
Yes, It is on SourceForge here: git clone https://git.code.sf.net/p/virtualt/code virtualt I will have MANY more changes to commit that are not in there yet. Ken On 3/24/20 7:20 PM, Brian K. White wrote: Applied, thank you. Tom's fix is in there now too. This is still behind though.

Re: [M100] Building VirtualT

2020-03-24 Thread Brian K. White
Applied, thank you. Tom's fix is in there now too. This is still behind though. Whatever Ken and Steve have done recently is not here. Ken is your git repo on github or gitlab or someplace else public like that? -- bkw On 3/24/20 7:04 PM, Joshua O'Keefe wrote: Here's a diff for building

Re: [M100] Building VirtualT

2020-03-24 Thread Joshua O'Keefe
Here's a diff for building your tree on modern OSX. It's a pretty small diff -- just fixing Darwin.mk to use a modern arch (i386 and ppc aren't buildable any more), and fixing a pointer comparison to an int (which is an error on clang). The resulting binary runs, although I don't know enough

Re: [M100] Building VirtualT

2020-03-24 Thread Ken Pettit
Hey Brian, I think I found some of those array size fixes also, but not sure I found all the same one you did perhaps. I will double-check your repo. The extra warning parameter on the "Cancel button" in display.cpp was correct ... I also made that change. Ken On 3/24/20 3:28 PM, Brian

Re: [M100] Building VirtualT

2020-03-24 Thread Tom Wilson
Isn’t Ken just updating the SourceForge repo? There’s not a new build from there, but I’ve seen checkin comments. I have been able to get VirtualT to build on Windows with Visual Studio, but I did have to locate the older version of FLTK. I may pull the latest repo to update my working copy and

Re: [M100] Building VirtualT

2020-03-24 Thread Brian K. White
This version has a handful of build fixes and array size fixes, but does not yet have the speed fix Tom Wilson posted. Well, my best guess at the proper fixes. I made the compiler warnings go away, but I'm not 100% sure they are really the right way to fix each item. Some arrays looked like

Re: [M100] Building VirtualT

2020-03-24 Thread Ken Pettit
Hey Guys, Steven Hurd also converted the SourceForge.net cvs repo to a git repo. Both he and I have been making updates to that repo. I am working toward a VT 1.8 release. Ken On 3/24/20 1:22 PM, Kevin Becker wrote: For what it's worth, I just built VirtualT on Fedora 31 using Brian's

Re: [M100] Building VirtualT

2020-03-24 Thread Kevin Becker
For what it's worth, I just built VirtualT on Fedora 31 using Brian's github. I didn't build fltk myself, I used the packaged versions. git clone https://github.com/bkw777/VirtualT.git sudo dnf install fltk fltk-devel fltk-static fltk-fluid libXinerama-devel libjpeg-devel export