[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: geda build error on Mac OS



Came up with this workaround.  It's probably not the best, but it works.

git clone git://git.gpleda.org/gaf.git
cd gaf
./autogen.sh
./configure --prefix=/opt/geda --disable-update-xdg-database --disable-nls
cd libgeda/po
mkdir po_old; mv *.po po_old
make
(ignore errors)
msginit --input libgeda38.pot --output nl.po
msginit --input libgeda38.pot --output es.po
msginit --input libgeda38.pot --output de.po
msginit --input libgeda38.pot --output en_GB.po
make
cd ../../gschem/po
make
(ignore errors)
msginit --input geda-gschem.pot --output af.po
msginit --input geda-gschem.pot --output de.po
msginit --input geda-gschem.pot --output en_GB.po
msginit --input geda-gschem.pot --output es.po
msginit --input geda-gschem.pot --output fr.po
msginit --input geda-gschem.pot --output it.po
msginit --input geda-gschem.pot --output ja.po
msginit --input geda-gschem.pot --output nl.po
msginit --input geda-gschem.pot --output pt_BR.po
msginit --input geda-gschem.pot --output ru.po
make
cd ../..
make
sudo make install

I get this error on startup, but gschem does come up in the GUI
/opt/geda/bin/gschem &
[1] 48499
~$ Xlib:  extension "RANDR" missing on display "/tmp/launch-.../:0".

Hope this helps anyone in a similar situation,
Craig


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user