discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to install Etoile?


From: Michael Thaler
Subject: How to install Etoile?
Date: Sat, 7 May 2005 09:11:11 +0200
User-agent: KMail/1.8

Hello,

I installed gnustep from Debian SID. The installation was really easy and gnustep works fine with windowmaker. Now I want to try to install Etoile. I have the following gnustep packages installed:

dpkg -l|grep gnustep

ii gnustep 3 The GNUstep Development Environment -- user

ii gnustep-back 0.9.5-1 The GNUstep GUI Backend

ii gnustep-base-c 1.10.3-1 GNUstep Base library - common files

ii gnustep-core 3 The GNUstep Development Environment -- core

ii gnustep-devel 3 The GNUstep Development Environment -- devel

ii gnustep-exampl 1.0.0-1 GNUstep Example Applications

ii gnustep-games 3 The GNUstep Development Environment -- games

ii gnustep-gui-co 0.9.5-1 GNUstep Gui Library - common files

ii gnustep-icons 1.0-4 Several free icons for use with GNUstep and

ii gnustep-make 1.10.0-5 Basic GNUstep Scripts and Makefiles

ii gnustep-netcla 0.0.20040112-2 Objective-C framework for socket programming

ii gnustep-ppd 1.0.0-4 GNUstep Postscript Printer Description

ii libgnustep-bas 1.10.3-1 GNUstep Base library

ii libgnustep-bas 1.10.3-1 GNUstep Base header files and development li

ii libgnustep-gui 0.9.5-1 GNUstep Gui Library

ii libgnustep-gui 0.9.5-1 GNUstep Gui header files and static librarie

(plus some more of course without the word gnustep in the package name).

Ate these packages recent enough to install Etoile or do I need gnustep from CVS?

I already checked out Etoile from CVS but I don't know how to compile it. There is no configure script and no Makefile.cvs file. make -f GNUmakefile gave the following error:

In file included from UKKQueue.m:19:

../Headers/UKKQueue.h:21:23: Warnung: sys/event.h: Datei oder Verzeichnis nicht gefunden

UKKQueue.m: In Funktion »-[UKKQueue addPathToQueue:]«:

UKKQueue.m:161: error: `NOTE_RENAME' undeclared (first use in this function)

UKKQueue.m:161: error: (Each undeclared identifier is reported only once

UKKQueue.m:161: error: for each function it appears in.)

UKKQueue.m:162: error: `NOTE_WRITE' undeclared (first use in this function)

UKKQueue.m:163: error: `NOTE_DELETE' undeclared (first use in this function)

UKKQueue.m:163: error: `NOTE_ATTRIB' undeclared (first use in this function)

UKKQueue.m: In Funktion »-[UKKQueue addPathToQueue:notifyingAbout:]«:

UKKQueue.m:179: error: storage size of `ev' isn't known

UKKQueue.m:184: error: `EVFILT_VNODE' undeclared (first use in this function)

UKKQueue.m:185: error: `EV_ADD' undeclared (first use in this function)

UKKQueue.m:185: error: `EV_ENABLE' undeclared (first use in this function)

UKKQueue.m:185: error: `EV_CLEAR' undeclared (first use in this function)

UKKQueue.m: In Funktion »-[UKKQueue watcherThread:]«:

UKKQueue.m:244: error: storage size of `ev' isn't known

UKKQueue.m:255: error: `EVFILT_VNODE' undeclared (first use in this function)

UKKQueue.m:263: error: `NOTE_RENAME' undeclared (first use in this function)

UKKQueue.m:265: error: `NOTE_WRITE' undeclared (first use in this function)

UKKQueue.m:267: error: `NOTE_DELETE' undeclared (first use in this function)

UKKQueue.m:269: error: `NOTE_ATTRIB' undeclared (first use in this function)

UKKQueue.m:271: error: `NOTE_EXTEND' undeclared (first use in this function)

UKKQueue.m:273: error: `NOTE_LINK' undeclared (first use in this function)

UKKQueue.m:275: error: `NOTE_REVOKE' undeclared (first use in this function)

make[4]: *** [shared_obj/UKKQueue.o] Fehler 1

make[3]: *** [libEtoileExtensions.all.library.variables] Fehler 2

make[3]: Leaving directory `/usr/local/src/Etoile/Frameworks/EtoileExtensionsKit/Source'

make[2]: *** [internal-all] Fehler 2

make[2]: Leaving directory `/usr/local/src/Etoile/Frameworks/EtoileExtensionsKit'

make[1]: *** [internal-all] Fehler 2

make[1]: Leaving directory `/usr/local/src/Etoile/Frameworks'

make: *** [internal-all] Fehler 2

It would be nice if someone can give me a hint how I can install Etoile.

Thank you very much in advance,

Michael


reply via email to

[Prev in Thread] Current Thread [Next in Thread]