PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : gEDA installieren



dsiggi
04.12.06, 18:24
Servus,
ich hab ein Problem beim installieren von gEDA.
Ich hab mir das ISO_Image von der Homepage geladen und die ./installer ausgeführt. Beim versuch gettext zu installieren bricht der Installer ohne Fehlermeltung ab. Hier die installer.log


This is the log window which will display the
spew generated by the installation process



gEDA Installer -- version 20060907,
Copyright (C) 2004 -- 2006 Stuart D. Brorson.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details:
http://www.gnu.org/licenses/gpl.html

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


Checking for various required programs . . .

which gcc
/usr/bin/gcc

which make
/usr/bin/make

which gtk-config
/opt/gnome/bin/gtk-config
gtk-config found on this system. Great!

which pkg-config
/usr/bin/pkg-config
pkg-config version 0.20 found.
pkg-config version found on this system is good. Great!

find /usr/include /usr/local/include -name 'readline.h' -print | grep 'include/readline/readline.h'
/usr/include/readline/readline.h
readline.h found on this system. Great!

which gettext
/usr/bin/gettext

which autopoint
which: no autopoint in (/home/siggi/bin:/usr/local/bin:/usr/bin:/sbin:/usr/X11R6/bin:/usr/sbin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
We need to install autopoint -- a component of the gettext system -- on this machine. We'll do that in a minute.

which gdlib-config
/usr/bin/gdlib-config

ls `gdlib-config --includedir`/gd.h
ls: /usr/include/gd.h: Datei oder Verzeichnis nicht gefunden
We need to install the gd.h headers on this machine. We'll do that in a minute.

which guile
/usr/bin/guile

which guile-config
/usr/bin/guile-config
guile-config version 1.6.7 found.
guile-config version found on this system is good. Great!

which wx-config
which: no wx-config in (/home/siggi/bin:/usr/local/bin:/usr/bin:/sbin:/usr/X11R6/bin:/usr/sbin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
We need to install wx-config on this machine. We'll do that in a minute.

which wish
/usr/bin/wish
tclsh version 8.4 found.
tclsh version found on this system is good. Great!


Preparing to install gettext. . . .

Now start process of building and installing gettext.

I need root in order to execute this command.


--- Starting expect session ---
Sending su
Timeout waiting for password prompt
Spew received up to now: Luzifer:/home/siggi/Desktop/geda/geda #


Ich wollte nun versuchen gettext manuell zu installieren.
./configure läuft auch ohne Probleme, Make verursacht dann einen Fehler:


make[3]: Entering directory `/home/siggi/Desktop/geda/gettext-0.14/gettext-runtime/intl-csharp'
/bin/sh ../lib/csharpcomp.sh -O -g -o GNU.Gettext.dll ./intl.cs
C# compiler not found, try installing pnet, then reconfigure
make[3]: *** [GNU.Gettext.dll] Fehler 1
make[3]: Leaving directory `/home/siggi/Desktop/geda/gettext-0.14/gettext-runtime/intl-csharp'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/siggi/Desktop/geda/gettext-0.14/gettext-runtime'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/siggi/Desktop/geda/gettext-0.14/gettext-runtime'
make: *** [all-recursive] Fehler 1

So wie ich das sehe fehlt das Paket "pnet". Aber was ist das, und wo kann cih es downloaden? Ich habe vie apt gesucht und via google aber nichts gefunden. Könnt ihr mir helfen?

dsiggi