I've given up on getting Virtual-T to compile under Linux. It seemed to want an old FLTK version that Ubunutu didn't have, etc. Now I just run the Windows version under Wine - MUCH easier.
-Josh On Thu, Oct 6, 2016 at 3:59 PM, Ken Pettit <[email protected]> wrote: > Did you install libfltk1.3 or libfltk1.3-dev? You need the -dev version > to get the header files I believe. > > Ken > > > On 10/6/16 12:53 PM, Peter Vollan wrote: > >> Now it is saying that there is no FL/FL.H >> >> On 6 October 2016 at 11:43, Ken Pettit <[email protected]> wrote: >> >>> Hey Peter, >>> >>> Do you have the C++ compiler installed? See if "g++ --version" works. >>> If >>> not, you need to do: >>> >>> sudo apt-get install build-essential >>> >>> Ken >>> >>> On 10/6/16 11:29 AM, Peter Vollan wrote: >>> >>>> I am running Linux Mint 17.3 and I want to run Virtual T. I installed >>>> FLTK and set the environment variable, then I changed to the virtual T >>>> directory and ran make. It barfs and says it cannot find execvp to run >>>> cclplus. >>>> >>> >>> >
