Bygfoot 1.7.3 on Cygwin?
Bygfoot 1.7.3 on Cygwin?
Has anyone tried Bygfoot 1.7.3 on Cygwin. I just installed cygwin on the winxp box but not sure how any of it works. Detailed instructions would be nice.
cheers
cheers
"There are two ways to score. Dribble it over the line or smash it into the back of the net."
What type are you?
What type are you?
Re: Bygfoot 1.7.3 on Cygwin?
Hi,
I got Bygfoot working with Cygwin, but that was some months ago (and I don't know which version it was). I needed a lot of stuff, though, simply everything that's required for compiling: GTK, GLib, make, pkg-config, pango (and anything else the 'configure' script complains about
).
And for 1.7.3 you also need gettext; I'm not sure it works for Cygwin, but it should.
So you have to select all these packages in the Cygwin setup program, install them, and then compile the game just like with Linux.
But I know that you need step-by-step instructions, Vector
so I'm going to try it out myself and post some soon.
Gyozo
I got Bygfoot working with Cygwin, but that was some months ago (and I don't know which version it was). I needed a lot of stuff, though, simply everything that's required for compiling: GTK, GLib, make, pkg-config, pango (and anything else the 'configure' script complains about

And for 1.7.3 you also need gettext; I'm not sure it works for Cygwin, but it should.
So you have to select all these packages in the Cygwin setup program, install them, and then compile the game just like with Linux.
But I know that you need step-by-step instructions, Vector

Gyozo
Press any key to continue or any other key to quit.
topic moved from the discussion forum here.
so here are some step by step instructions (vector, your brother will have to pay some compensation in some way 'cause i spent at least one hour on this instead of working on 1.9
) you'll need a fast internet connection for the steps below.
gyözö
so here are some step by step instructions (vector, your brother will have to pay some compensation in some way 'cause i spent at least one hour on this instead of working on 1.9

- download the cygwin setup program from here (this isn't the program itself; cygwin isn't a program anyway. this setup program is more like a package manager).
- select download from internet. you could also select install from internet, but it's good to have the packages lying around.
- select an appropriate mirror
- select the packages that make sense for bygfoot:
- gtk2
- glib2
- atk
- pango
- x
- bzip
- zip
- gettext,
- gcc
- and of course each 'devel' package that belongs to these, e.g. gtk2-devel
- download and install them.
- download, compile and install a Bygfoot source package (this should work the same as with linux if you have all the packages necessary: ./configure, make and make install).
- here's the tricky part: create and edit a file .fonts.conf in your home dir. it should contain this:EDIT:the file font.conf is available for download here. ATTENTION: you have to save it as .font.conf (with leading dot) in your cygwin home dir, e.g. C:\Cygwin\home\bob\.font.conf.
Code: Select all
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- ~/.fonts.conf for per-user font configuration --> <fontconfig> <!-- Private font directory --> <dir>/usr/X11R6/lib/X11/fonts</dir> <!-- use rgb sub-pixel ordering to improve glyph appearance on LCD screens. Changes affecting rendering, but not matching should always use target="font". --> <match target="font"> <edit name="rgba" mode="assign"><const>rgb</const></edit> </match> </fontconfig>
so you don't have to do this editing stuff yourself now. - start the x server with startxwin.bat.
- start and enjoy Bygfoot
gyözö
Last edited by gyboth on Wed Apr 13, 2005 7:19 am, edited 1 time in total.
Press any key to continue or any other key to quit.
HI Gyboth
This is Chips Vectors brother.
Actually is Vector posing as chips (showing him the ropes)
WE have a problem at step 6
I ran
and recieved this error
Something about adding it to enviro variable and stuff that i dont understand.
We pressed on to the next step;
and it failed to bash make command not found
We confirmed that Cygwin had gcc ticked
at this point we gave up. Any thoughts ?
This is Chips Vectors brother.
Actually is Vector posing as chips (showing him the ropes)

WE have a problem at step 6
I ran
Code: Select all
./configure
Code: Select all
checking for pkg-config... no
the pkg config script could not be found
We pressed on to the next step;
Code: Select all
make all-recursive
We confirmed that Cygwin had gcc ticked
at this point we gave up. Any thoughts ?
hi vector-as-chipschips wrote:HI Gyboth
This is Chips Vectors brother.
Actually is Vector posing as chips (showing him the ropes)![]()

i'd say pkgconfig isn't installed. did you check? it's in the devel category.Code: Select all
checking for pkg-config... no the pkg config script could not be found
gyözö
Press any key to continue or any other key to quit.
small update to those detailed instructions: the file font.conf is available for download here. ATTENTION: you have to save it as .font.conf (with leading dot) in your cygwin home dir, e.g. C:\Cygwin\home\bob\.font.conf.
gyözö
gyözö
Press any key to continue or any other key to quit.
-
- Posts: 42
- Joined: Tue Apr 26, 2005 12:55 am
- Location: Denmark
Hi Vector
What dit you do to make it work apart from installing make and/or exporting the PKG-CONFIG-PATH ?
/dylansmrjones - who finds it disgusting to run *nix-apps on windows - it's much better the other way around
/dylansmrjones - who finds it disgusting to run *nix-apps on windows - it's much better the other way around

---copyright is no right---
-
- Posts: 42
- Joined: Tue Apr 26, 2005 12:55 am
- Location: Denmark
Ohh.. silly me.. haha :D
Don't bother asking my question... silly me.. forgot to install make ... this is what happens when one assumes something that shouldn't be assumed .. silly me.. I think it's about time for me to install linux-from-scratch.. this *nix-on-windows approach makes my stomach turn upside down 

---copyright is no right---