View previous topic :: View next topic |
Author |
Message |
vrln Guru
Joined: 11 Sep 2004 Posts: 534 Location: Finland
|
Posted: Sun Nov 28, 2004 3:15 pm Post subject: |
|
|
gimpel wrote: | vrln wrote: | @gimpel: how did you get entrance to keep the port 6000 closed? It starts x without --nolisten-tcp for some reason. |
hmm... i didn't care about that i have to say, the port is stealthed to the outside world by my shorewall...
what would be the benefits of --nolisten-tcp ?
depending on the size of the video, i could host it on my free webspace at www.funpic.de , wouldn't be the best solution, but would be one (they got no bandwith limit) |
Then the port 6000 would be closed. Gentoo has it closed by default if you use startx. I'm not sure how entrance starts X...
The video is 6mb btw. |
|
Back to top |
|
|
gimpel Advocate
Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Sun Nov 28, 2004 4:24 pm Post subject: |
|
|
@ vrln
you got a pm, can't find you on freenode
if none else got a "own" server i could host the video & shots... |
|
Back to top |
|
|
credo n00b
Joined: 31 Jan 2004 Posts: 54 Location: UK
|
Posted: Sun Nov 28, 2004 4:44 pm Post subject: |
|
|
When compiling from CVS, I get this error when trying to make Edje (using the same build order that gimpel suggested):
Quote: | make[4]: Leaving directory `/home/matt/e17/libs/edje/data/test'
make[3]: Leaving directory `/home/matt/e17/libs/edje/data/test'
make[3]: Entering directory `/home/matt/e17/libs/edje/data'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/matt/e17/libs/edje/data'
make[2]: Leaving directory `/home/matt/e17/libs/edje/data'
Making all in src
make[2]: Entering directory `/home/matt/e17/libs/edje/src'
Making all in lib
make[3]: Entering directory `/home/matt/e17/libs/edje/src/lib'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. /.. -I../.. -I/usr/local/include -I/usr/local/include -g -O2 -MT libedje_la- edje_calc.lo -MD -MP -MF ".deps/libedje_la-edje_calc.Tpo" \
-c -o libedje_la-edje_calc.lo `test -f 'edje_calc.c' || echo './'`edje_calc.c; \
then mv -f ".deps/libedje_la-edje_calc.Tpo" ".deps/libedje_la-edje_calc.Plo"; \
else rm -f ".deps/libedje_la-edje_calc.Tpo"; exit 1; \
fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I/usr/local/include -I/usr /local/include -g -O2 -MT libedje_la-edje_calc.lo -MD -MP -MF .deps/libedje_la-e dje_calc.Tpo -c edje_calc.c -fPIC -DPIC -o .libs/libedje_la-edje_calc.o
In file included from edje_calc.c:6:
edje_private.h:724: error: parse error before '*' token
edje_private.h:724: warning: data definition has no type or storage class
make[3]: *** [libedje_la-edje_calc.lo] Error 1
make[3]: Leaving directory `/home/matt/e17/libs/edje/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/matt/e17/libs/edje/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matt/e17/libs/edje'
make: *** [all] Error 2
MattPC edje # |
Any suggestions? |
|
Back to top |
|
|
vrln Guru
Joined: 11 Sep 2004 Posts: 534 Location: Finland
|
Posted: Sun Nov 28, 2004 4:50 pm Post subject: |
|
|
credo wrote: | When compiling from CVS, I get this error when trying to make Edje (using the same build order that gimpel suggested):
Quote: | make[4]: Leaving directory `/home/matt/e17/libs/edje/data/test'
make[3]: Leaving directory `/home/matt/e17/libs/edje/data/test'
make[3]: Entering directory `/home/matt/e17/libs/edje/data'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/matt/e17/libs/edje/data'
make[2]: Leaving directory `/home/matt/e17/libs/edje/data'
Making all in src
make[2]: Entering directory `/home/matt/e17/libs/edje/src'
Making all in lib
make[3]: Entering directory `/home/matt/e17/libs/edje/src/lib'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. /.. -I../.. -I/usr/local/include -I/usr/local/include -g -O2 -MT libedje_la- edje_calc.lo -MD -MP -MF ".deps/libedje_la-edje_calc.Tpo" \
-c -o libedje_la-edje_calc.lo `test -f 'edje_calc.c' || echo './'`edje_calc.c; \
then mv -f ".deps/libedje_la-edje_calc.Tpo" ".deps/libedje_la-edje_calc.Plo"; \
else rm -f ".deps/libedje_la-edje_calc.Tpo"; exit 1; \
fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I/usr/local/include -I/usr /local/include -g -O2 -MT libedje_la-edje_calc.lo -MD -MP -MF .deps/libedje_la-e dje_calc.Tpo -c edje_calc.c -fPIC -DPIC -o .libs/libedje_la-edje_calc.o
In file included from edje_calc.c:6:
edje_private.h:724: error: parse error before '*' token
edje_private.h:724: warning: data definition has no type or storage class
make[3]: *** [libedje_la-edje_calc.lo] Error 1
make[3]: Leaving directory `/home/matt/e17/libs/edje/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/matt/e17/libs/edje/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matt/e17/libs/edje'
make: *** [all] Error 2
MattPC edje # |
Any suggestions? |
hehe... You haven't read this whole thread I see :) Anyway, use the ebuilds for that. The "9999" version ebuild is a cvs one (it's marked -*). There is no reason to build anything else manually other than the e17 window manager itself because there is no ebuild for it. |
|
Back to top |
|
|
credo n00b
Joined: 31 Jan 2004 Posts: 54 Location: UK
|
Posted: Sun Nov 28, 2004 5:04 pm Post subject: |
|
|
vrln wrote: | credo wrote: | When compiling from CVS, I get this error when trying to make Edje (using the same build order that gimpel suggested):
Quote: | make[4]: Leaving directory `/home/matt/e17/libs/edje/data/test'
make[3]: Leaving directory `/home/matt/e17/libs/edje/data/test'
make[3]: Entering directory `/home/matt/e17/libs/edje/data'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/matt/e17/libs/edje/data'
make[2]: Leaving directory `/home/matt/e17/libs/edje/data'
Making all in src
make[2]: Entering directory `/home/matt/e17/libs/edje/src'
Making all in lib
make[3]: Entering directory `/home/matt/e17/libs/edje/src/lib'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. /.. -I../.. -I/usr/local/include -I/usr/local/include -g -O2 -MT libedje_la- edje_calc.lo -MD -MP -MF ".deps/libedje_la-edje_calc.Tpo" \
-c -o libedje_la-edje_calc.lo `test -f 'edje_calc.c' || echo './'`edje_calc.c; \
then mv -f ".deps/libedje_la-edje_calc.Tpo" ".deps/libedje_la-edje_calc.Plo"; \
else rm -f ".deps/libedje_la-edje_calc.Tpo"; exit 1; \
fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I/usr/local/include -I/usr /local/include -g -O2 -MT libedje_la-edje_calc.lo -MD -MP -MF .deps/libedje_la-e dje_calc.Tpo -c edje_calc.c -fPIC -DPIC -o .libs/libedje_la-edje_calc.o
In file included from edje_calc.c:6:
edje_private.h:724: error: parse error before '*' token
edje_private.h:724: warning: data definition has no type or storage class
make[3]: *** [libedje_la-edje_calc.lo] Error 1
make[3]: Leaving directory `/home/matt/e17/libs/edje/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/matt/e17/libs/edje/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matt/e17/libs/edje'
make: *** [all] Error 2
MattPC edje # |
Any suggestions? |
hehe... You haven't read this whole thread I see Anyway, use the ebuilds for that. The "9999" version ebuild is a cvs one (it's marked -*). There is no reason to build anything else manually other than the e17 window manager itself because there is no ebuild for it. |
I get the same error when using the ebuild |
|
Back to top |
|
|
theBlackDragon l33t
Joined: 23 Nov 2002 Posts: 768 Location: Belgium
|
Posted: Sun Nov 28, 2004 5:43 pm Post subject: |
|
|
credo wrote: | vrln wrote: | credo wrote: | When compiling from CVS, I get this error when trying to make Edje (using the same build order that gimpel suggested):
Quote: | make[4]: Leaving directory `/home/matt/e17/libs/edje/data/test'
make[3]: Leaving directory `/home/matt/e17/libs/edje/data/test'
make[3]: Entering directory `/home/matt/e17/libs/edje/data'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/matt/e17/libs/edje/data'
make[2]: Leaving directory `/home/matt/e17/libs/edje/data'
Making all in src
make[2]: Entering directory `/home/matt/e17/libs/edje/src'
Making all in lib
make[3]: Entering directory `/home/matt/e17/libs/edje/src/lib'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. /.. -I../.. -I/usr/local/include -I/usr/local/include -g -O2 -MT libedje_la- edje_calc.lo -MD -MP -MF ".deps/libedje_la-edje_calc.Tpo" \
-c -o libedje_la-edje_calc.lo `test -f 'edje_calc.c' || echo './'`edje_calc.c; \
then mv -f ".deps/libedje_la-edje_calc.Tpo" ".deps/libedje_la-edje_calc.Plo"; \
else rm -f ".deps/libedje_la-edje_calc.Tpo"; exit 1; \
fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I/usr/local/include -I/usr /local/include -g -O2 -MT libedje_la-edje_calc.lo -MD -MP -MF .deps/libedje_la-e dje_calc.Tpo -c edje_calc.c -fPIC -DPIC -o .libs/libedje_la-edje_calc.o
In file included from edje_calc.c:6:
edje_private.h:724: error: parse error before '*' token
edje_private.h:724: warning: data definition has no type or storage class
make[3]: *** [libedje_la-edje_calc.lo] Error 1
make[3]: Leaving directory `/home/matt/e17/libs/edje/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/matt/e17/libs/edje/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matt/e17/libs/edje'
make: *** [all] Error 2
MattPC edje # |
Any suggestions? |
hehe... You haven't read this whole thread I see Anyway, use the ebuilds for that. The "9999" version ebuild is a cvs one (it's marked -*). There is no reason to build anything else manually other than the e17 window manager itself because there is no ebuild for it. |
I get the same error when using the ebuild |
You might want to try compiling straight from cvs then as I don't have the problem, everything compiles just fine (thanks not_registered ). _________________ Fvwm|Fvwm forum |
|
Back to top |
|
|
credo n00b
Joined: 31 Jan 2004 Posts: 54 Location: UK
|
Posted: Sun Nov 28, 2004 5:47 pm Post subject: |
|
|
theBlackDragon wrote: | You might want to try compiling straight from cvs then as I don't have the problem, everything compiles just fine (thanks not_registered ). |
I think we are going round in circles here. I get that error when I compile straight from CVS, AND when I compile Edje from the v9999 ebuild. |
|
Back to top |
|
|
AnXa Apprentice
Joined: 06 Apr 2004 Posts: 250
|
Posted: Sun Nov 28, 2004 5:59 pm Post subject: |
|
|
Hey really! Who wants unfinnished, maybe non-working and just plain e17? I suggest you gyes to wait that they can get at least the eye candy components finnished before trying e17.(There will be planty of messages about "why this aint so good looking" and "why this ain't working")
I know that it is somepart of same kind project than dn4e for some people, but please keep your heads cool still. _________________ The idea isn't about how do you see or hear it, it's about how do you experience it... |
|
Back to top |
|
|
theBlackDragon l33t
Joined: 23 Nov 2002 Posts: 768 Location: Belgium
|
Posted: Sun Nov 28, 2004 6:04 pm Post subject: |
|
|
AnXa wrote: | Hey really! Who wants unfinnished, maybe non-working and just plain e17? I suggest you gyes to wait that they can get at least the eye candy components finnished before trying e17.(There will be planty of messages about "why this aint so good looking" and "why this ain't working")
I know that it is somepart of same kind project than dn4e for some people, but please keep your heads cool still. |
Every project needs testing, besides that, as long as you realize that it's development code I don't see the harm in using it.
And yeah the loadscreen is cool _________________ Fvwm|Fvwm forum |
|
Back to top |
|
|
vrln Guru
Joined: 11 Sep 2004 Posts: 534 Location: Finland
|
Posted: Sun Nov 28, 2004 6:13 pm Post subject: |
|
|
theBlackDragon wrote: | AnXa wrote: | Hey really! Who wants unfinnished, maybe non-working and just plain e17? I suggest you gyes to wait that they can get at least the eye candy components finnished before trying e17.(There will be planty of messages about "why this aint so good looking" and "why this ain't working")
I know that it is somepart of same kind project than dn4e for some people, but please keep your heads cool still. |
Every project needs testing, besides that, as long as you realize that it's development code I don't see the harm in using it.
And yeah the loadscreen is cool :wink: |
Indeed, it's not like we are complaining if something doesn't work/is buggy. We aren't spamming the devs either or asking them for support... That's why we have this thread :) |
|
Back to top |
|
|
gimpel Advocate
Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Sun Nov 28, 2004 6:41 pm Post subject: |
|
|
Quote: | Indeed, it's not like we are complaining if something doesn't work/is buggy. We aren't spamming the devs either or asking them for support... That's why we have this thread |
that's what i think too! |
|
Back to top |
|
|
jxn Guru
Joined: 27 Aug 2004 Posts: 327 Location: south dakota
|
|
Back to top |
|
|
gimpel Advocate
Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Sun Nov 28, 2004 6:50 pm Post subject: |
|
|
guys! you want more screenshots & videos?
...
i can't hear you!! *lol*
here you are!
http://www.eshots.de.gg
THX to vrln |
|
Back to top |
|
|
30726 Veteran
Joined: 24 Sep 2003 Posts: 1501
|
Posted: Sun Nov 28, 2004 6:54 pm Post subject: |
|
|
Cool thanks
I tried to emerge the *9999 version in Portage, but it still depends on the old freetype lib and gtk1 (ugh). Are those really required in the latest cvs? |
|
Back to top |
|
|
COiN3D Guru
Joined: 02 Aug 2004 Posts: 543 Location: Munich, Germany
|
Posted: Sun Nov 28, 2004 6:57 pm Post subject: |
|
|
Well, i tried to download the CVS Version manually and entered what not_registered said. But then, after make install, this error message appeared:
Code: | make install
Making install in src
make[1]: Entering directory `/home/coin/e17/apps/e/src'
Making install in lib
make[2]: Entering directory `/home/coin/e17/apps/e/src/lib'
make[3]: Entering directory `/home/coin/e17/apps/e/src/lib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/coin/e17/apps/e/src/lib'
make[2]: Leaving directory `/home/coin/e17/apps/e/src/lib'
Making install in bin
make[2]: Entering directory `/home/coin/e17/apps/e/src/bin'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I../.. -I../../src/bin -I../../src/lib -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=FAST_PC -g -O2 -MT e_file.o -MD -MP -MF ".deps/e_file.Tpo" \
-c -o e_file.o `test -f 'e_file.c' || echo './'`e_file.c; \
then mv -f ".deps/e_file.Tpo" ".deps/e_file.Po"; \
else rm -f ".deps/e_file.Tpo"; exit 1; \
fi
In file included from e.h:54,
from e_file.c:1:
e_border.h:69: error: parse error before "Ecore_X_Gravity"
e_border.h:69: warning: no semicolon at end of struct or union
e_border.h:69: warning: no semicolon at end of struct or union
e_border.h:88: error: parse error before "Ecore_X_MWM_Hint_Func"
e_border.h:88: warning: no semicolon at end of struct or union
e_border.h:89: warning: data definition has no type or storage class
e_border.h:90: error: parse error before "input"
e_border.h:90: warning: data definition has no type or storage class
e_border.h:91: error: parse error before ':' token
e_border.h:92: error: parse error before ':' token
e_border.h:96: error: parse error before '}' token
e_border.h:96: warning: data definition has no type or storage class
e_border.h:106: error: parse error before '}' token
e_border.h:106: warning: data definition has no type or storage class
e_border.h:110: error: parse error before ':' token
e_border.h:111: error: parse error before ':' token
e_border.h:112: error: parse error before ':' token
e_border.h:113: error: parse error before ':' token
e_border.h:114: error: parse error before ':' token
e_border.h:116: error: parse error before ':' token
e_border.h:130: error: parse error before '}' token
make[2]: *** [e_file.o] Error 1
make[2]: Leaving directory `/home/coin/e17/apps/e/src/bin'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/coin/e17/apps/e/src'
make: *** [install-recursive] Error 1
|
_________________ e17 documentation | Be free and use Jabber as your IM! | Combine IRC and IM |
|
Back to top |
|
|
vrln Guru
Joined: 11 Sep 2004 Posts: 534 Location: Finland
|
Posted: Sun Nov 28, 2004 7:47 pm Post subject: |
|
|
Thanks, looks very nice... I'll definately try out some of those themes.
btw, thanks to gimpel for setting up the site! :) |
|
Back to top |
|
|
TheGreatPhilHansen Tux's lil' helper
Joined: 27 Sep 2002 Posts: 89
|
Posted: Sun Nov 28, 2004 8:54 pm Post subject: |
|
|
If anyone is wondering you have to copy .eet files to the .e/applications/favorite folder to get a menu. I also have an entrance theme I have been working on that I could post for those interested. |
|
Back to top |
|
|
gimpel Advocate
Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Sun Nov 28, 2004 9:15 pm Post subject: |
|
|
TheGreatPhilHansen wrote: | If anyone is wondering you have to copy .eet files to the .e/applications/favorite folder to get a menu. I also have an entrance theme I have been working on that I could post for those interested. |
WOOOHAA big thx for that hint! |
|
Back to top |
|
|
TheGreatPhilHansen Tux's lil' helper
Joined: 27 Sep 2002 Posts: 89
|
Posted: Sun Nov 28, 2004 9:17 pm Post subject: |
|
|
Oh, I also wrote a simple bash script that downloads the e17 cvs to your home directory and builds and installs to /usr/local/. Anyone who wants to try it out can get it here.
Edit: script must be run as root btw |
|
Back to top |
|
|
COiN3D Guru
Joined: 02 Aug 2004 Posts: 543 Location: Munich, Germany
|
Posted: Sun Nov 28, 2004 9:45 pm Post subject: |
|
|
Huh? Now i am really confused. I just emerged enlightenment-0.16.9999.ebuild and i thought this is the CVS version of e17. But it does look and feel like the old e16. Well, if you got E17 from the gentoo portage: where is the right ebuild located, or, where could i get one? _________________ e17 documentation | Be free and use Jabber as your IM! | Combine IRC and IM |
|
Back to top |
|
|
jxn Guru
Joined: 27 Aug 2004 Posts: 327 Location: south dakota
|
Posted: Mon Nov 29, 2004 5:43 am Post subject: |
|
|
Thanks for the video, gimpel...I checked it out earlier, and just noticed now that you got posted on slashdot. I didn't click the link (so as to save you a miniscule of bandwidth), but I hope you're holding up alright! |
|
Back to top |
|
|
gimpel Advocate
Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Mon Nov 29, 2004 7:33 am Post subject: |
|
|
jxn wrote: |
Thanks for the video, gimpel...I checked it out earlier, and just noticed now that you got posted on slashdot. I didn't click the link (so as to save you a miniscule of bandwidth), but I hope you're holding up alright! |
WOW, lol, i hope the guys from that Austrian free-webspace provider don't kick the page
coin wrote: | Huh? Now i am really confused. I just emerged enlightenment-0.16.9999.ebuild and i thought this is the CVS version of e17. But it does look and feel like the old e16. Well, if you got E17 from the gentoo portage: where is the right ebuild located, or, where could i get one? |
that's right! have a look in the ebuild, it graps the sources from e16/e, so you got e16-cvs now |
|
Back to top |
|
|
vrln Guru
Joined: 11 Sep 2004 Posts: 534 Location: Finland
|
Posted: Mon Nov 29, 2004 9:37 am Post subject: |
|
|
nice :P Never would have expected the site to end up @ slashdot. I´m not home right now (will be in ~3,5 hours), so I´m writing this here: how about a little documentation (which you could add to that site?) project about e17 things? I´ve already written quite alot on Engage so all we need would be:
1. cvs ebuild guide/order/cvs guide for e17 wm itself
2. mini FAQ/guides about various e17 things (this is pretty much done for Engage already)
3. a guide about how to create .eet icons (this is 90% done in my Engage howto) and where one needs to place them etc.
4. a disclaimer (all cvs non-released software so use at your own risk etc)
Any volunteers in addition to me? If some people are interested, we could set up an IRC channel on freenode for this later today.
Last edited by vrln on Mon Nov 29, 2004 9:39 am; edited 1 time in total |
|
Back to top |
|
|
KrzychuG n00b
Joined: 09 Oct 2004 Posts: 46 Location: Torun, Poland
|
Posted: Mon Nov 29, 2004 9:38 am Post subject: |
|
|
Ok, i have e17 and it looks nice, but i can't configure it. Anyonce can give me a link to website with documentation or sth? |
|
Back to top |
|
|
vrln Guru
Joined: 11 Sep 2004 Posts: 534 Location: Finland
|
Posted: Mon Nov 29, 2004 9:44 am Post subject: |
|
|
KrzychuG wrote: | Ok, i have e17 and it looks nice, but i can't configure it. Anyonce can give me a link to website with documentation or sth? |
There is no documentation yet for the windowmanager itself (it´s nowhere near finished, no virtual desktops/minimizing etc atm). This thread has some info though. There is some documentation for individual e17 things, like Engage for example. Search this forum for "engage howto" - there is a small guide/theme editing tutorial on page 8 or 9 in the huge engage thread.
PS: For all the people trying the 9999 version ebuild of enlightenment: yup, that´s the e16 cvs version (16.7.2). There is no ebuild yet for the e17 windowmanager itself. Anyone know how to make ebuilds *cough* ? :) (preferably one that installs it to /usr/local by default so that we could keep our e16... of course it´s easy to get it from cvs too but this would be even easier) |
|
Back to top |
|
|
|