[Suche] ein programm was ähnlich wie Flyakite OS Xist...

da_andy

homo informaticus
hey leutz...
sagt mal gibt es ein ähnliches o.g. prog auch für linux/bsd...
hier ist der link, einfach irgendeinen namen eingeben und schon kommt man weiter ich habe schon so einiges abgesucht, aber ich werde als nicht fündig...
unter XP funkt das ganze sehr gut, alles läuft und man sieht kaum einen unterschied zum echten OS X ;) ich hätte gern so eine ähnliche am besten gleiche oberfläche für linux und bsd...für einen richtigen mac hat es diesesmal aus einigen gründen doch nicht gereicht, beim nächsten mal wird es aber bestimmt (bin schon langsam am sparen)...naja und bis dahin möchte ich mich nur mit der oberfläche beglücken...
 
Fusselbär schrieb:
Hallo,

für KDE gibt es da noch: http://baghira.sourceforge.net/
Baghira ist auch in den FreeBSD Ports. :)
Läßt sich alles mögliche damit einstellen,
habe selbst am liebsten das Design mit dem gebürstetem Aluminium.


Gruß, Fusselbär
Hi Fusselbär,

durch dein Posting bin auf baghira gestoßen und möchte es auch gerne haben.
Ich bekomme aber immer nur build error.

Code:
===>  Building for baghira-0.6e
cd . && gmake -f admin/Makefile.common configure.in ;
gmake[1]: Entering directory `/usr/ports/x11-themes/baghira/work/baghira-0.6e'
gmake[1]: Leaving directory `/usr/ports/x11-themes/baghira/work/baghira-0.6e'
cd . && /bin/sh /usr/ports/x11-themes/baghira/work/baghira-0.6e/admin/missing --run aclocal-1.7
aclocal-1.7: not found
WARNING: `aclocal-1.7' is missing on your system.  You should only need it if
         you modified `acinclude.m4' or `configure.in'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
cd . && \
  /bin/sh /usr/ports/x11-themes/baghira/work/baghira-0.6e/admin/missing --run automake-1.7 --gnu  Makefile
automake-1.7: not found
WARNING: `automake-1.7' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd . && perl admin/am_edit Makefile.in
cd . && true
cd . && gmake -f admin/Makefile.common configure
cd . && /bin/sh ./config.status Makefile
fast creating Makefile
config.pl: fast created 1 file(s).
cd . && true
cd . && gmake -f admin/Makefile.common configure
cd . && /bin/sh /usr/ports/x11-themes/baghira/work/baghira-0.6e/admin/missing --run autoheader
aclocal.m4:11601: error: Autoconf version 2.54 or higher is required
aclocal.m4:11601: the top level
autoheader: autom4te failed with exit status: 1
 at /usr/local/bin/autoheader line 163
gmake: *** [config.h.in] Fehler 1
*** Error code 2

Stop in /usr/ports/x11-themes/baghira.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall15088.0 make
** Fix the problem and try again.
--->  Build of x11-themes/baghira ended at: Wed, 13 Jul 2005 11:12:10 +0200 (consumed 00:00:53)
--->  Fresh installation of x11-themes/baghira ended at: Wed, 13 Jul 2005 11:12:10 +0200 (consumed 00:00:54)
--->  Listing the results (+:done / -:ignored / *:skipped / !:failed)
        ! x11-themes/baghira    (unknown build error)
--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
--->  Session ended at: Wed, 13 Jul 2005 11:12:10 +0200 (consumed 00:01:14)

Anschließend habe ich mal für aclocal einen link nach aclocal19 und für autom4te nach autom4te259 gelegt, nun bekomme ich aber Syntax-Error.
Eine Version 1.7 von automake und eine Version 2.54 von autoconf gibt es in den Ports nicht, deshalb meine Links auf neueren Versionen.

Hast du noch einen Tipp für mich? Ich möchte auch das 'Möchtegern OSX' haben. ;'(

Gruß c.
 
Hallo crotchmaster,

versuche doch einfach mal das fertige Paket von Baghira:
Code:
 pkg_add -r baghira
oder:
Code:
portinstall -PP baghira

Bei mir hatte es allerdings problemlos gebaut.
Habe keine Ahnung, ob das die eingeschaltete Linux Kompatibilität braucht,
ich habe die sowieso an.

An irgendwelchen auto* Tools habe ich folgendes installiert:
Code:
pkg_info | grep auto
autobook-1.4        GNU autoconf, automake and libtool - The Book
autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms
autoconf-2.53_3     Automatically configure source code on many Un*x platforms
autoconf-2.59_2     Automatically configure source code on many Un*x platforms
autogen-5.7         The Automated Program Generator
automake-1.4.6_2    GNU Standards-compliant Makefile generator (legacy version
automake-1.5_2,1    GNU Standards-compliant Makefile generator (version 1.5)
automake-1.9.5      GNU Standards-compliant Makefile generator (version 1.9)
gnu-autoconf-2.59   Automatically configure source code on many Un*x platforms
gnu-automake-1.9.5  GNU Standards-compliant Makefile generator (GNU unmodified)
smake-1.2.a.30      Highly portable make program with automake features

aclocal scheint wohl zu diesen Tools zu gehören.
Aber eigentlich habe ich selbst noch gar nicht so einen Plan. :ugly:
(Bin doch auch noch ein FreeBSD Frischling)

Hoffe, das hilft trotzdem weiter. :)


Gruß, Fusselbär
 
Hi Fusselbär,

danke für deinen Tipp. Mit dem vorkompilierten Paket klappte es. Sieht richtig schick aus.

Die gleichen Versionen der 'Autotools' habe ich auch installiert.

Gruß c.
 
Zurück
Oben