Re: [M100] virtualt on Linux problem

2024-02-25 Thread Mitch Parker
Hello!

I run the Windows version using Wine.  Works really well!

On Sun, Feb 25, 2024 at 11:06 AM Spencer  wrote:

> What I know about Linux is it's a linked object that's shared. Typically
> in /lib or /usr/lib. It's a library file and you can't find it is strange.
> Have you checked the Debian install media? It may simply be on some
> hardware media of a piece of hardware.
>
> On Saturday, February 24, 2024 at 10:05:30 PM EST, Hiraghm <
> hira...@hotmail.com> wrote:
>
>
> trying to run virtualt on Linux Mint Debian Edition, I get this error
> immediately: libjpeg.so.9 no such file or directory
>
> I do have libjpeg on my system, and I can't find libjpeg.so.9 anywhere;
> on my machine or online.
>
>
> Can anyone advise me how to get virtualt working on Linux?
>
>


Re: [M100] virtualt on Linux problem

2024-02-25 Thread Joshua O'Keefe
On Feb 25, 2024, at 12:27 PM, Joshua O'Keefe  wrote:
> 
> I've consolidated the various forks and branches of virtualt that are 
> floating around into a single fork:
> < https://github.com/majick/virtualt-code >

As a convenience, I have released precompiled binaries for Linux amd64 and 
macOS aarch64 (sorry if anyone was hoping for Intel macOS binaries — I wasn't 
up to spending time working out how to build dual-arch).  Hiraghm, if you're 
still struggling with either building the program or using someone else's 
binaries, you're welcome to try mine.  The ldd from mine on a Debian bookworm 
box looks like:

$ ldd virtualt
linux-vdso.so.1 (0x7ffd999f9000)
libfltk_images.so.1.3 => /lib/x86_64-linux-gnu/libfltk_images.so.1.3 
(0x77152b6a7000)
libfltk.so.1.3 => /lib/x86_64-linux-gnu/libfltk.so.1.3 
(0x77152b573000)
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 
(0x77152ae0)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x77152b121000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x77152ac1f000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x77152b551000)
libpng16.so.16 => /lib/x86_64-linux-gnu/libpng16.so.16 
(0x77152b51b000)
libjpeg.so.62 => /lib/x86_64-linux-gnu/libjpeg.so.62 
(0x77152b08e000)
libXrender.so.1 => /lib/x86_64-linux-gnu/libXrender.so.1 
(0x77152b081000)
libXcursor.so.1 => /lib/x86_64-linux-gnu/libXcursor.so.1 
(0x77152b074000)
libXfixes.so.3 => /lib/x86_64-linux-gnu/libXfixes.so.3 
(0x77152b06b000)
libXext.so.6 => /lib/x86_64-linux-gnu/libXext.so.6 (0x77152b056000)
libXft.so.2 => /lib/x86_64-linux-gnu/libXft.so.2 (0x77152b03c000)
libfontconfig.so.1 => /lib/x86_64-linux-gnu/libfontconfig.so.1 
(0x77152abd4000)
libXinerama.so.1 => /lib/x86_64-linux-gnu/libXinerama.so.1 
(0x77152b514000)
libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x77152aa92000)
/lib64/ld-linux-x86-64.so.2 (0x77152b6e7000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x77152b01b000)
libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 
(0x77152a9c7000)
libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 
(0x77152a99c000)
libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x77152a972000)
libbrotlidec.so.1 => /lib/x86_64-linux-gnu/libbrotlidec.so.1 
(0x77152a965000)
libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x77152a95e000)
libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 
(0x77152a40)
libbrotlicommon.so.1 => /lib/x86_64-linux-gnu/libbrotlicommon.so.1 
(0x77152a93b000)
libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x77152a925000)
libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x77152a918000)





Re: [M100] virtualt on Linux problem

2024-02-25 Thread Joshua O'Keefe
> On Feb 24, 2024, at 7:04 PM, Hiraghm  wrote:
> 
> Can anyone advise me how to get virtualt working on Linux?

I've consolidated the various forks and branches of virtualt that are floating 
around into a single fork:
< https://github.com/majick/virtualt-code >

On this fork I have combined:
* Fixes to make it compile successfully on Debian with a modern compiler
* Fixes to make it compile properly on macOS / Darwin
* The fix to make the "shifted" keys work on macOS
* Backporting of some of the cosmetic fixes from "virtualt-devterm"

You might have better luck building this version rather than whichever more 
outdated version you were trying to build.



Re: [M100] virtualt on Linux problem

2024-02-25 Thread Peter Vollan
Maybe your OS is too old.

On Sat, 24 Feb 2024 at 19:24, Josh Malone  wrote:

> I'm on Ubuntu, not Mint, but I'll bet your issue is a libjpeg8 vs
> libjpeg9.
>
> : jmalone@freddie; dpkg-query -S
> /usr/lib/x86_64-linux-gnu/libjpeg.so.9.4.0
> libjpeg9:amd64: /usr/lib/x86_64-linux-gnu/libjpeg.so.9.4.0
>
> See if mint has a libjpeg9 package
>
>
> On Sat, Feb 24, 2024 at 10:05 PM Hiraghm  wrote:
>
>> trying to run virtualt on Linux Mint Debian Edition, I get this error
>> immediately: libjpeg.so.9 no such file or directory
>>
>> I do have libjpeg on my system, and I can't find libjpeg.so.9 anywhere;
>> on my machine or online.
>>
>>
>> Can anyone advise me how to get virtualt working on Linux?
>>
>>


Re: [M100] virtualt on Linux problem

2024-02-25 Thread Spencer
 I found this link. You may have already seen this though. I talks about 8 not 
the 9 release.
libraries - Why is libjpeg.so.8 missing from Debian? - Unix & Linux Stack 
Exchange

On Saturday, February 24, 2024 at 10:05:30 PM EST, Hiraghm 
 wrote:  
 
 trying to run virtualt on Linux Mint Debian Edition, I get this error 
immediately: libjpeg.so.9 no such file or directory

I do have libjpeg on my system, and I can't find libjpeg.so.9 anywhere; 
on my machine or online.


Can anyone advise me how to get virtualt working on Linux?

  

Re: [M100] virtualt on Linux problem

2024-02-25 Thread Spencer
 What I know about Linux is it's a linked object that's shared. Typically in 
/lib or /usr/lib. It's a library file and you can't find it is strange. Have 
you checked the Debian install media? It may simply be on some hardware media 
of a piece of hardware. 
On Saturday, February 24, 2024 at 10:05:30 PM EST, Hiraghm 
 wrote:  
 
 trying to run virtualt on Linux Mint Debian Edition, I get this error 
immediately: libjpeg.so.9 no such file or directory

I do have libjpeg on my system, and I can't find libjpeg.so.9 anywhere; 
on my machine or online.


Can anyone advise me how to get virtualt working on Linux?