On 2014-02-11 10:27, Eli Dayan wrote:
> Hello all,
>
> I recently moved from Linux to FreeBSD and am trying to build gnubg
> 1.02.000 locally.  I've followed the directions on how to build, i.e.
> % ./autogen.sh
> % ./configure
> % make
>
> and the following errors arise:
>
> gnubgstock.c:116:25: error: use of undeclared identifier 'ok_16'
>     GNUBG_STOCK_ACCEPT, ok_16, NULL, GTK_ICON_SIZE_MENU}, {

I'm wondering if there were any other errors that may have appeared
before this? What version of FreeBSD are you using?

I seem to recall from past experience that part of the make script
doesn't work with FreeBSD's make and I recall that the problems were
actually with the generation of the pixmaps - which happens to be where
your errors above seem to be from as well. Might be a coincidence - I
don't know - at least not yet.

As an experiment can you do this. Add GNU make to your system via:

pkg_add -r gmake

Then do:

gmake clean
gmake

I am curious if you have the same issues using gmake compared with
FreeBSD's make.

If using gmake has the same problems can you email this information to
me at [email protected] :

Rerun your make process like this:

gmake clean; gmake >gnubgbld.txt 2>&1

Then wait a while for the make to complete and return back to the shell
prompt. All the output will go to gnubgbld.txt. Can you then send me a
copy of gnubgbld.txt

As well I'd like you to send me these files:
config.log
config.h
pixmaps/gnubg-stock-pixbufs.h
pixmaps/stock-icons.list

-- 
Michael Petch
GNU Backgammon Maintainer / Developer
OpenPGP FingerPrint=D81C 6A0D 987E 7DA5 3219 6715 466A 2ACE 5CAE 3304


_______________________________________________
Bug-gnubg mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to