Re: [9fans] programs from UNI*x

2023-06-30 Thread Conor Williams
https://conorwilliams.in/nh4.png now looking in win?? /c early friday yay lie in 2morow On Fri, Jun 30, 2023 at 6:48 AM Jens Staal wrote: > Are you using my mkfiles under the plan9 directory? Should not define > Linux. > > Where I got stuck were some bitfields. It is a 2 step build. Check t

Re: [9fans] programs from UNI*x

2023-06-30 Thread gnufan42 via 9fans
The top two softwares I want on Plan9 are chromium and winehq. But that would be way too hard, I guess. --- Original Message --- On Wednesday, June 28th, 2023 at PM 10:55, Conor Williams wrote: > hello there 9fans.ers > anyone need any UniX programs transferred (port.ed) to Plan9 > >

Re: [9fans] programs from UNI*x

2023-06-30 Thread Jens Staal
Wine will not work (no dynamic libraries etc). Chromium would also be extremely difficult (you would need c++ first + a ton of dependencies). Netsurf has been ported and is quite good! Den fre 30 juni 2023 14:19gnufan42 via 9fans <9fans@9fans.net> skrev: > The top two softwares I want on Plan9 a

Re: [9fans] Building 9vx on a modern Linux?

2023-06-30 Thread Don Bailey
Thanks, Skip. It was libx11-*dev* that I was missing. D On Fri, Jun 30, 2023 at 2:47 AM Skip Tavakkolian wrote: > i did this a couple of days ago on Ubuntu 22.04; i had to install these to > successfully build/link: > apt install build-essential gcc-multilib libx11-dev libx11-dev:i386 > g++-mu

Re: [9fans] programs from UNI*x

2023-06-30 Thread Conor Williams
Jens et. al... p9 does not seem to support "={0}" of a struct... i have pulled them into a function, you know "x.random = 0" ... i just have to find main now... (same for bottler.c) /c lasterz... On Fri, Jun 30, 2023 at 3:20 PM Jens Staal wrote: > Wine will not work (no dynamic libraries etc).

Re: [9fans] programs from UNI*x

2023-06-30 Thread Ori Bernstein
On Fri, 30 Jun 2023 11:26:09 +0100, Conor Williams wrote: > https://conorwilliams.in/nh4.png > > now looking in win?? /c early friday yay lie in 2morow > sysupdate; it's been added as of commit 5664fb3540ae0dccec628720574520122193ab1b, on Fri Mar 17 16:24:30 -0400 2023 -- Ori Bernst

Re: [9fans] programs from UNI*x

2023-06-30 Thread Conor Williams
Great! /c On Fri, Jun 30, 2023 at 7:31 PM Ori Bernstein wrote: > On Fri, 30 Jun 2023 11:26:09 +0100, Conor Williams < > conor.willi...@gmail.com> wrote: > > > https://conorwilliams.in/nh4.png > > > > now looking in win?? /c early friday yay lie in 2morow > > > > sysupdate; it's been added a

Re: [9fans] programs from UNI*x

2023-06-30 Thread Jens Staal
Hmmm perhaps was regex also a dependency (a long time ago I worked on this). I remember using pcre to get regex.h for other stuff https://github.com/users/staalmannen/projects/1 https://github.com/staalmannen/pcre also some attempts at shim headers that may be needed https://github.com/staalmann