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. Whateve
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 your
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
abou
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 K.
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 in
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 t
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
gi
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 FLTKDIR=/usr/li