Re: Help on building GNU BG on Windows 10

2020-10-13 Thread Turker Eflanli
Awesome! Thank you. I’ll contact you once I have it set up  Much appreciated Turker On Tue, Oct 13, 2020 at 9:02 AM Øystein Schønning-Johansen < oyste...@gmail.com> wrote: > I guess you can follow these steps: > https://docs.microsoft.com/en-us/windows/wsl/install-win10 > > At step 6 ->

Re: Help on building GNU BG on Windows 10

2020-10-13 Thread Øystein Schønning-Johansen
I guess you can follow these steps: https://docs.microsoft.com/en-us/windows/wsl/install-win10 At step 6 -> Ubuntu 20.04 is probably a safe choice of distribution. (I would probably skip the optional step "Install Windows Terminal" at step 7, however your preference may be different) When you

Re: Help on building GNU BG on Windows 10

2020-10-13 Thread Turker Eflanli
Hi Øystein, Yes! Exactly what I want. Can you give more details on WSL 2? Where can I find more instructions? Thank you! Turker On Tue, Oct 13, 2020 at 8:51 AM Øystein Schønning-Johansen < oyste...@gmail.com> wrote: > Hi Turker! > > If you just want the CLI of gnubg on Windows 10, maybe you

Re: Help on building GNU BG on Windows 10

2020-10-13 Thread Øystein Schønning-Johansen
Hi Turker! If you just want the CLI of gnubg on Windows 10, maybe you can use WSL 2? It works pretty well, and I cannot imagine that GNU Backgammon will not be able to compile under WSL 2. -Øystein On Tue, Oct 13, 2020 at 2:43 PM Turker Eflanli wrote: > Ok, thanks for the reply. > > On Tue,

Re: Help on building GNU BG on Windows 10

2020-10-13 Thread Turker Eflanli
Ok, thanks for the reply. On Tue, Oct 13, 2020 at 4:31 AM Guido Flohr wrote: > Hi, > > On 13 Oct 2020, at 5:33, Turker Eflanli wrote: > > By the way, I am not interested in the graphics or board: just want to see > how the engine works. Is there a way to disable the graphics compilation so >

Re: Help on building GNU BG on Windows 10

2020-10-13 Thread Guido Flohr
Hi, > On 13 Oct 2020, at 5:33, Turker Eflanli wrote: > > By the way, I am not interested in the graphics or board: just want to see > how the engine works. Is there a way to disable the graphics compilation so > that I can generate the gnubg-cli version only? Unfortunately, there is no

Re: Help on building GNU BG on Windows 10

2020-10-12 Thread Turker Eflanli
Jon, I was able to get past that error as well (downloaded a zip file named *gtkglext-1.2.0*) Now it is looking for a file named GNU-BG/luxi.o I also had to make some modifications to Makefiles since some referenced source files were missing or the name of the file did not match what makefile

Re: Help on building GNU BG on Windows 10

2020-10-12 Thread Turker Eflanli
Jon, I was able to get past many errors by copying gtk files over but now I am stuck at *"gtk/gtkgl.h: No such file or directory"* Maybe I don't have the compatible gtk version (I have gtk+-bundle_2.22.1-20101227_win32 but the file mentioned is not there). Can you please point me to a repository

Re: Help on building GNU BG on Windows 10

2020-10-12 Thread Turker Eflanli
Thank you Jon! I will try that. On Mon, Oct 12, 2020 at 3:06 AM Jon Kinsey wrote: > The simplest solution is to copy the gtk files you downloaded into the > corresponding mingw subfolders. > > Jon > > On 11 Oct 2020, at 08:45, Turker Eflanli wrote: > >  > Hi, > > I would like to build GNU BG

Re: Help on building GNU BG on Windows 10

2020-10-12 Thread Jon Kinsey
The simplest solution is to copy the gtk files you downloaded into the corresponding mingw subfolders. Jon > On 11 Oct 2020, at 08:45, Turker Eflanli wrote: > >  > Hi, > > I would like to build GNU BG on Windows 10. I realized I needed gtk+, > downloaded gtk+-bundle_2.22.1-20101227_win32

Help on building GNU BG on Windows 10

2020-10-11 Thread Turker Eflanli
Hi, I would like to build GNU BG on Windows 10. I realized I needed gtk+, downloaded gtk+-bundle_2.22.1-20101227_win32 and extracted all the files in a folder. I am still getting an error message and I believe I am not successfully setting the include path or an environment variable properly.