Re: [E-devel] E SVN: seoz trunk/devs/seoz

2013-01-29 Thread Daniel Juyung Seo
With this in-source-build, you can use my .vimrc script with F2 and F3.
http://trac.enlightenment.org/e/browser/trunk/devs/seoz/.vimrc

F2 is make,
F3 is sudo make install.

Thanks.

Daniel Juyung Seo (SeoZ)

On Wed, Jan 30, 2013 at 9:17 AM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 devs/seoz build.sh: come back to in-source-build as of now. checking 
 build/Makefile and make clean/distclean didn't work well. i will make 
 out-of-source-build optional later.

 Author:   seoz
 Date: 2013-01-29 16:17:33 -0800 (Tue, 29 Jan 2013)
 New Revision: 83453
 Trac: http://trac.enlightenment.org/e/changeset/83453

 Modified:
   trunk/devs/seoz/build.sh

 Modified: trunk/devs/seoz/build.sh
 ===
 --- trunk/devs/seoz/build.sh2013-01-30 00:17:30 UTC (rev 83452)
 +++ trunk/devs/seoz/build.sh2013-01-30 00:17:33 UTC (rev 83453)
 @@ -20,11 +20,13 @@
  #set -x
  shopt -s expand_aliases

 +# build options
  unset LANG
  export CFLAGS=-O2 -march=native -ffast-math -g3 -W -Wall -Wextra -mno-sse4 
 # -Wshadow
  export CC=ccache gcc
  alias make='make -j6'

 +# list of packages
  export BUILD_ELM_OPTION=PROTO/emap PROTO/elocation PROTO/libeweather
  export BUILD_CORE_EFL=evas_generic_loaders e_dbus expedite 
 $BUILD_ELM_OPTION elementary e
  export BUILD_PYTHON_BINDINGS=BINDINGS/python/python-evas 
 BINDINGS/python/python-ecore BINDINGS/python/python-elementary 
 BINDINGS/python/python-edje BINDINGS/python/python-emotion 
 BINDINGS/python/python-e_dbus
 @@ -38,6 +40,7 @@
  export BUILD_BROKEN=excessive enki espionnage FORMATTING/ecrustify 
 PROTO/enna-explorer E-MODULES-EXTRA/everything-shotgun 
 E-MODULES-EXTRA/comp-scale E-MODULES-EXTRA/elfe
  export BUILD_WITH_CMAKE=ecrire

 +# configurations
  PWD=`pwd`
  LOG_WARN_FILE=$PWD/warnings.txt
  LOG_WARN_TMP_FILE=$PWD/warnings_tmp.txt
 @@ -58,6 +61,25 @@
 if [ -f Makefile ]; then
 make clean distclean || true
 fi
 +   ./autogen.sh --disable-doc --enable-fb --disable-tslib
 +   make 31 12 23 | tee $LOG_WARN_TMP_FILE
 +   cat $LOG_WARN_TMP_FILE  $LOG_WARN_FILE
 +   rm $LOG_WARN_TMP_FILE
 +   sudo make install
 +   sudo ldconfig
 +   popd
 +}
 +
 +function build_efl_out_of_source()
 +{
 +   echo  
 +   echo  EFL 
 +   pushd efl
 +   echo   $LOG_WARN_FILE
 +   echo [EFL]  $LOG_WARN_FILE
 +   if [ -f Makefile ]; then
 +   make clean distclean || true
 +   fi
 NOCONFIGURE=1 ./autogen.sh
 mkdir build -p
 pushd build
 @@ -72,7 +94,7 @@
 popd
  }

 -function build()
 +function build_out_of_source()
  {
 build_dir=$1
 autogen_option=$2
 @@ -104,7 +126,7 @@
 done
  }

 -function build_in_source()
 +function build()
  {
 build_dir=$1
 autogen_option=$2
 @@ -127,7 +149,6 @@
 done
  }

 -
  function build_cmake()
  {
 build_dir=$1
 @@ -248,7 +269,7 @@
  build $BUILD_PYTHON_BINDINGS --prefix=/usr/local
  #build $BUILD_CPP_BINDINGS
  build $BUILD_E_MODULES $BUILD_ETC $BUILD_EXAMPLE 
 -build_in_source $BUILD_IN_SOURCE
 +build $BUILD_IN_SOURCE
  build_game_prerequisites
  build $BUILD_GAMES
  build_cmake $BUILD_WITH_CMAKE


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_jan
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thursday, January 17, 2013, Enlightenment SVN wrote:

 Log:
 devs/seoz build.sh: Do not build b0rken exquisite due to ecore-fb.


It's not broken, just enable it:

--enable-fb --disable-tslib

Of course you don't need tslib if your running on a desktop.




 Author:   seoz
 Date: 2013-01-17 01:02:00 -0800 (Thu, 17 Jan 2013)
 New Revision: 82925
 Trac: http://trac.enlightenment.org/e/changeset/82925

 Modified:
   trunk/devs/seoz/build.sh

 Modified: trunk/devs/seoz/build.sh
 ===
 --- trunk/devs/seoz/build.sh2013-01-17 07:21:06 UTC (rev 82924)
 +++ trunk/devs/seoz/build.sh2013-01-17 09:02:00 UTC (rev 82925)
 @@ -32,10 +32,10 @@
  export BUILD_CPP_BINDINGS=BINDINGS/cxx/eflxx BINDINGS/cxx/einaxx
 BINDINGS/cxx/evasxx BINDINGS/cxx/ecorexx BINDINGS/cxx/edjexx
 BINDINGS/cxx/elementaryxx
  export BUILD_BINDINGS=$BUILD_PYTHON_BINDINGS $BUILD_CPP_BINDINGS 
  export BUILD_E_MODULES=E-MODULES-EXTRA/comp-scale E-MODULES-EXTRA/elfe
 E-MODULES-EXTRA/engage E-MODULES-EXTRA/forecasts E-MODULES-EXTRA/eweather
 -export BUILD_ETC=terminology ephysics_tests econnman exactness efx
 PROTO/shotgun editje PROTO/elev8 PROTO/eyelight ephoto edje_viewer
 PROTO/azy elmdentica enlil PROTO/emote emprint clouseau envision ensure
 enjoy exquisite rage PROTO/eyesight
 +export BUILD_ETC=terminology ephysics_tests econnman exactness efx
 PROTO/shotgun editje PROTO/elev8 PROTO/eyelight ephoto edje_viewer
 PROTO/azy elmdentica enlil PROTO/emote emprint clouseau envision ensure
 enjoy rage PROTO/eyesight
  export BUILD_EXAMPLE=EXAMPLES/elementary/calculator
 EXAMPLES/elementary/converter EXAMPLES/elementary/phonebook
 EXAMPLES/elementary/sticky-notes
  export BUILD_GAMES=PROTO/etrophy GAMES/efbb
 -export BUILD_BROKEN=excessive enki espionnage FORMATTING/ecrustify
 PROTO/enna-explorer E-MODULES-EXTRA/everything-shotgun 
 +export BUILD_BROKEN=excessive enki espionnage FORMATTING/ecrustify
 PROTO/enna-explorer E-MODULES-EXTRA/everything-shotgun exquisite
  export BUILD_WITH_CMAKE=ecrire

  PWD=`pwd`



 --
 Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
 MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
 with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
 MVPs and experts. ON SALE this month only -- learn more at:
 http://p.sf.net/sfu/learnmore_122712
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net javascript:;
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2013-01-17 Thread Daniel Juyung Seo
On Thu, Jan 17, 2013 at 7:32 PM, Gustavo Sverzut Barbieri
barbi...@profusion.mobi wrote:
 On Thursday, January 17, 2013, Enlightenment SVN wrote:

 Log:
 devs/seoz build.sh: Do not build b0rken exquisite due to ecore-fb.


 It's not broken, just enable it:


Hello Barbieri

 --enable-fb --disable-tslib

Oh I missed that :)
It works well with those options.
Thanks!

Daniel Juyung Seo (SeoZ)


 Of course you don't need tslib if your running on a desktop.




 Author:   seoz
 Date: 2013-01-17 01:02:00 -0800 (Thu, 17 Jan 2013)
 New Revision: 82925
 Trac: http://trac.enlightenment.org/e/changeset/82925

 Modified:
   trunk/devs/seoz/build.sh

 Modified: trunk/devs/seoz/build.sh
 ===
 --- trunk/devs/seoz/build.sh2013-01-17 07:21:06 UTC (rev 82924)
 +++ trunk/devs/seoz/build.sh2013-01-17 09:02:00 UTC (rev 82925)
 @@ -32,10 +32,10 @@
  export BUILD_CPP_BINDINGS=BINDINGS/cxx/eflxx BINDINGS/cxx/einaxx
 BINDINGS/cxx/evasxx BINDINGS/cxx/ecorexx BINDINGS/cxx/edjexx
 BINDINGS/cxx/elementaryxx
  export BUILD_BINDINGS=$BUILD_PYTHON_BINDINGS $BUILD_CPP_BINDINGS 
  export BUILD_E_MODULES=E-MODULES-EXTRA/comp-scale E-MODULES-EXTRA/elfe
 E-MODULES-EXTRA/engage E-MODULES-EXTRA/forecasts E-MODULES-EXTRA/eweather
 -export BUILD_ETC=terminology ephysics_tests econnman exactness efx
 PROTO/shotgun editje PROTO/elev8 PROTO/eyelight ephoto edje_viewer
 PROTO/azy elmdentica enlil PROTO/emote emprint clouseau envision ensure
 enjoy exquisite rage PROTO/eyesight
 +export BUILD_ETC=terminology ephysics_tests econnman exactness efx
 PROTO/shotgun editje PROTO/elev8 PROTO/eyelight ephoto edje_viewer
 PROTO/azy elmdentica enlil PROTO/emote emprint clouseau envision ensure
 enjoy rage PROTO/eyesight
  export BUILD_EXAMPLE=EXAMPLES/elementary/calculator
 EXAMPLES/elementary/converter EXAMPLES/elementary/phonebook
 EXAMPLES/elementary/sticky-notes
  export BUILD_GAMES=PROTO/etrophy GAMES/efbb
 -export BUILD_BROKEN=excessive enki espionnage FORMATTING/ecrustify
 PROTO/enna-explorer E-MODULES-EXTRA/everything-shotgun 
 +export BUILD_BROKEN=excessive enki espionnage FORMATTING/ecrustify
 PROTO/enna-explorer E-MODULES-EXTRA/everything-shotgun exquisite
  export BUILD_WITH_CMAKE=ecrire

  PWD=`pwd`



 --
 Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
 MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
 with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
 MVPs and experts. ON SALE this month only -- learn more at:
 http://p.sf.net/sfu/learnmore_122712
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net javascript:;
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn



 --
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202
 --
 Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
 MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
 with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
 MVPs and experts. ON SALE this month only -- learn more at:
 http://p.sf.net/sfu/learnmore_122712
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2013-01-02 Thread Michael Blumenkrantz
On Wed,  2 Jan 2013 10:07:26 -0800
Enlightenment SVN no-re...@enlightenment.org wrote:

 Log:
 devs/seoz build.sh: fixed a typo in the build script.
 
 Author:   seoz
 Date: 2013-01-02 10:07:25 -0800 (Wed, 02 Jan 2013)
 New Revision: 82002
 Trac: http://trac.enlightenment.org/e/changeset/82002
 
 Modified:
   trunk/devs/seoz/build.sh 
 
 Modified: trunk/devs/seoz/build.sh
 ===
 --- trunk/devs/seoz/build.sh  2013-01-02 17:37:04 UTC (rev 82001)
 +++ trunk/devs/seoz/build.sh  2013-01-02 18:07:25 UTC (rev 82002)
 @@ -31,7 +31,7 @@
  export BUILD_PYTHON_BINDINGS=BINDINGS/python/python-evas 
 BINDINGS/python/python-ecore BINDINGS/python/python-elementary 
 BINDINGS/python/python-edje BINDINGS/python/python-emotion 
 BINDINGS/python/python-e_dbus
  export BUILD_CPP_BINDINGS=BINDINGS/cxx/eflxx BINDINGS/cxx/einaxx 
 BINDINGS/cxx/evasxx BINDINGS/cxx/ecorexx BINDINGS/cxx/edjexx 
 BINDINGS/cxx/elementaryxx
  export BUILD_BINDINGS=$BUILD_PYTHON_BINDINGS $BUILD_CPP_BINDINGS 
 -export BUILD_E_MODULES=E-MODULES-EXTRA/comp-scale E-MODULES-EXTRA/elfe 
 E-MODULES-EXTRA/engage E-MODULES-EXTRA/everything-shotgun 
 E-MODULES-EXTRA/forcasts E-MODULES-EXTRA/eweather
 +export BUILD_E_MODULES=E-MODULES-EXTRA/comp-scale E-MODULES-EXTRA/elfe 
 E-MODULES-EXTRA/engage E-MODULES-EXTRA/everything-shotgun 
 E-MODULES-EXTRA/forecasts E-MODULES-EXTRA/eweather
  export BUILD_ETC=terminology ephysics_tests econnman exactness efx 
 PROTO/shotgun editje PROTO/elev8 PROTO/eyelight ephoto edje_viewer PROTO/azy 
 elmdentica enlil PROTO/emote emprint clouseau envision ensure enjoy exquisite 
 rage PROTO/eyesight
  export BUILD_EXAMPLE=EXAMPLES/elementary/calculator 
 EXAMPLES/elementary/converter EXAMPLES/elementary/phonebook 
 EXAMPLES/elementary/sticky-notes
  export BUILD_GAMES=PROTO/etrophy GAMES/efbb


YOU FORGOT THE E 
REALLY??

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2013-01-02 Thread Daniel Juyung Seo
hahaha you found that E!

Daniel Juyung Seo (SeoZ)

On Thu, Jan 3, 2013 at 3:10 AM, Michael Blumenkrantz 
michael.blumenkra...@gmail.com wrote:

 On Wed,  2 Jan 2013 10:07:26 -0800
 Enlightenment SVN no-re...@enlightenment.org wrote:

  Log:
  devs/seoz build.sh: fixed a typo in the build script.
 
  Author:   seoz
  Date: 2013-01-02 10:07:25 -0800 (Wed, 02 Jan 2013)
  New Revision: 82002
  Trac: http://trac.enlightenment.org/e/changeset/82002
 
  Modified:
trunk/devs/seoz/build.sh
 
  Modified: trunk/devs/seoz/build.sh
  ===
  --- trunk/devs/seoz/build.sh  2013-01-02 17:37:04 UTC (rev 82001)
  +++ trunk/devs/seoz/build.sh  2013-01-02 18:07:25 UTC (rev 82002)
  @@ -31,7 +31,7 @@
   export BUILD_PYTHON_BINDINGS=BINDINGS/python/python-evas
 BINDINGS/python/python-ecore BINDINGS/python/python-elementary
 BINDINGS/python/python-edje BINDINGS/python/python-emotion
 BINDINGS/python/python-e_dbus
   export BUILD_CPP_BINDINGS=BINDINGS/cxx/eflxx BINDINGS/cxx/einaxx
 BINDINGS/cxx/evasxx BINDINGS/cxx/ecorexx BINDINGS/cxx/edjexx
 BINDINGS/cxx/elementaryxx
   export BUILD_BINDINGS=$BUILD_PYTHON_BINDINGS $BUILD_CPP_BINDINGS 
  -export BUILD_E_MODULES=E-MODULES-EXTRA/comp-scale E-MODULES-EXTRA/elfe
 E-MODULES-EXTRA/engage E-MODULES-EXTRA/everything-shotgun
 E-MODULES-EXTRA/forcasts E-MODULES-EXTRA/eweather
  +export BUILD_E_MODULES=E-MODULES-EXTRA/comp-scale E-MODULES-EXTRA/elfe
 E-MODULES-EXTRA/engage E-MODULES-EXTRA/everything-shotgun
 E-MODULES-EXTRA/forecasts E-MODULES-EXTRA/eweather
   export BUILD_ETC=terminology ephysics_tests econnman exactness efx
 PROTO/shotgun editje PROTO/elev8 PROTO/eyelight ephoto edje_viewer
 PROTO/azy elmdentica enlil PROTO/emote emprint clouseau envision ensure
 enjoy exquisite rage PROTO/eyesight
   export BUILD_EXAMPLE=EXAMPLES/elementary/calculator
 EXAMPLES/elementary/converter EXAMPLES/elementary/phonebook
 EXAMPLES/elementary/sticky-notes
   export BUILD_GAMES=PROTO/etrophy GAMES/efbb


 YOU FORGOT THE E
 REALLY??


 --
 Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
 and much more. Keep your Java skills current with LearnJavaNow -
 200+ hours of step-by-step video tutorials by Java experts.
 SALE $49.99 this month only -- learn more at:
 http://p.sf.net/sfu/learnmore_122612
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2013-01-02 Thread Igor Murzov
What about this:

-Last-Translator: Daniel Juyung Seo seojuyu...@gmail.com\n
+Last-Translator: Daniel Juyung Seo seojuyu...@gmali.com\n

?

On Thu, 3 Jan 2013 03:29:59 +0900
Daniel Juyung Seo seojuyu...@gmail.com wrote:

 hahaha you found that E!
 
 Daniel Juyung Seo (SeoZ)
 
 On Thu, Jan 3, 2013 at 3:10 AM, Michael Blumenkrantz 
 michael.blumenkra...@gmail.com wrote:
 
  On Wed,  2 Jan 2013 10:07:26 -0800
  Enlightenment SVN no-re...@enlightenment.org wrote:
 
   Log:
   devs/seoz build.sh: fixed a typo in the build script.
  
   Author:   seoz
   Date: 2013-01-02 10:07:25 -0800 (Wed, 02 Jan 2013)
   New Revision: 82002
   Trac: http://trac.enlightenment.org/e/changeset/82002
  
   Modified:
 trunk/devs/seoz/build.sh
  
   Modified: trunk/devs/seoz/build.sh
   ===
   --- trunk/devs/seoz/build.sh  2013-01-02 17:37:04 UTC (rev 82001)
   +++ trunk/devs/seoz/build.sh  2013-01-02 18:07:25 UTC (rev 82002)
   @@ -31,7 +31,7 @@
export BUILD_PYTHON_BINDINGS=BINDINGS/python/python-evas
  BINDINGS/python/python-ecore BINDINGS/python/python-elementary
  BINDINGS/python/python-edje BINDINGS/python/python-emotion
  BINDINGS/python/python-e_dbus
export BUILD_CPP_BINDINGS=BINDINGS/cxx/eflxx BINDINGS/cxx/einaxx
  BINDINGS/cxx/evasxx BINDINGS/cxx/ecorexx BINDINGS/cxx/edjexx
  BINDINGS/cxx/elementaryxx
export BUILD_BINDINGS=$BUILD_PYTHON_BINDINGS $BUILD_CPP_BINDINGS 
   -export BUILD_E_MODULES=E-MODULES-EXTRA/comp-scale E-MODULES-EXTRA/elfe
  E-MODULES-EXTRA/engage E-MODULES-EXTRA/everything-shotgun
  E-MODULES-EXTRA/forcasts E-MODULES-EXTRA/eweather
   +export BUILD_E_MODULES=E-MODULES-EXTRA/comp-scale E-MODULES-EXTRA/elfe
  E-MODULES-EXTRA/engage E-MODULES-EXTRA/everything-shotgun
  E-MODULES-EXTRA/forecasts E-MODULES-EXTRA/eweather
export BUILD_ETC=terminology ephysics_tests econnman exactness efx
  PROTO/shotgun editje PROTO/elev8 PROTO/eyelight ephoto edje_viewer
  PROTO/azy elmdentica enlil PROTO/emote emprint clouseau envision ensure
  enjoy exquisite rage PROTO/eyesight
export BUILD_EXAMPLE=EXAMPLES/elementary/calculator
  EXAMPLES/elementary/converter EXAMPLES/elementary/phonebook
  EXAMPLES/elementary/sticky-notes
export BUILD_GAMES=PROTO/etrophy GAMES/efbb
 
 
  YOU FORGOT THE E
  REALLY??


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2012-12-06 Thread David Seikel
On Thu,  6 Dec 2012 00:33:11 -0800 Enlightenment SVN
no-re...@enlightenment.org wrote:

 Log:
 devs/seoz build.sh: Edje supports ephysics features now.  Build
 ephysics before edje.

I just realized, that's gonna be a problem with the merged EFL tree,
once edje gets in.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2012-12-06 Thread Daniel Juyung Seo
Yes that must be painful.
And ephysics_test depends on elm.

Daniel Juyung Seo (SeoZ)

On Thu, Dec 6, 2012 at 6:34 PM, David Seikel onef...@gmail.com wrote:

 On Thu,  6 Dec 2012 00:33:11 -0800 Enlightenment SVN
 no-re...@enlightenment.org wrote:

  Log:
  devs/seoz build.sh: Edje supports ephysics features now.  Build
  ephysics before edje.

 I just realized, that's gonna be a problem with the merged EFL tree,
 once edje gets in.

 --
 A big old stinking pile of genius that no one wants
 coz there are too many silver coated monkeys in the world.


 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thursday, December 6, 2012, Daniel Juyung Seo wrote:

 Yes that must be painful.
 And ephysics_test depends on elm.


Now we build libs (all) before we build binaries, so no problems for edje.
For elm, sure. We may split the tests into another package, source, or
migrate to elm itself




 Daniel Juyung Seo (SeoZ)

 On Thu, Dec 6, 2012 at 6:34 PM, David Seikel onef...@gmail.comjavascript:;
 wrote:

  On Thu,  6 Dec 2012 00:33:11 -0800 Enlightenment SVN
  no-re...@enlightenment.org javascript:; wrote:
 
   Log:
   devs/seoz build.sh: Edje supports ephysics features now.  Build
   ephysics before edje.
 
  I just realized, that's gonna be a problem with the merged EFL tree,
  once edje gets in.
 
  --
  A big old stinking pile of genius that no one wants
  coz there are too many silver coated monkeys in the world.
 
 
 
 --
  LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
  Remotely access PCs and mobile devices and provide instant support
  Improve your efficiency, and focus on delivering more value-add services
  Discover what IT Professionals Know. Rescue delivers
  http://p.sf.net/sfu/logmein_12329d2d
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net javascript:;
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 

 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net javascript:;
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2011-12-14 Thread Andreas Volz
Am Tue, 13 Dec 2011 17:46:32 -0800 schrieb Enlightenment SVN:

What component exactly is broken in eflxx? I've not done a SVN update
for some days.

I'm just setting up daily builds on launchpad to recognise broken builds
earlier...

 Log:
 devs seoz: Updated build script. Disabled cxx bindings. It's broken
   and don't know how to fix :(. Disabled echo mode (set -x).
   
 
 Author:   seoz
 Date: 2011-12-13 17:46:30 -0800 (Tue, 13 Dec 2011)
 New Revision: 66175
 Trac: http://trac.enlightenment.org/e/changeset/66175
 
 Modified:
   trunk/devs/seoz/build.sh 
 
 Modified: trunk/devs/seoz/build.sh
 ===
 --- trunk/devs/seoz/build.sh  2011-12-14 00:43:15 UTC (rev
 66174) +++ trunk/devs/seoz/build.sh   2011-12-14 01:46:30 UTC
 (rev 66175) @@ -4,7 +4,7 @@
  # build-essential automake libtool ccache zlib1g-dev libjpeg62-dev
 libfreetype6-dev libdbus-1-dev liblua5.1-0-dev g++ libxext-dev
 libxrender-dev libpng12-dev libxrandr-dev libfontconfig1-dev
 autopoint libxcomposite-dev libxcursor-dev libxdamage-dev
 libxdmcp-dev libxfixes-dev libxfont-dev  libxi-dev libxinerama-dev
 libxss-dev libxv-dev libtiff4-dev librsvg2-dev libfribidi-dev
 libcurl4-openssl-dev libexif-dev libiptcdata0-dev libxml2-dev
 libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libudev-dev
 libxcb-shape0-dev libsigc++-2.0-dev byacc libsqlite3-dev python-dev
 set -e -set -x +#set -x export PREFIX=/usr/local export CFLAGS=-O2
 -march=native -ffast-math -g3 -W -Wall -Wextra # -Wshadow @@ -53,7
 +53,7 @@ build $BUILD_BASIC build $BUILD_PYTHON_BINDINGS
 --prefix=/usr/local -build $BUILD_C_BINDINGS
 +#build $BUILD_C_BINDINGS
  build $BUILD_E_MODULES $BUILD_EXAMPLE $BUILD_ETC
  
  #efenniht theme
 
 
 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits? 
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 



-- 
Technical Blog http://andreasvolz.wordpress.com/

--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2011-07-03 Thread Mike Blumenkrantz
On Sun,  3 Jul 2011 00:29:51 -0700
Enlightenment SVN no-re...@enlightenment.org wrote:

 Log:
 devs/seoz: Updated my TODO.
   
 
 Author:   seoz
 Date: 2011-07-03 00:29:50 -0700 (Sun, 03 Jul 2011)
 New Revision: 60950
 Trac: http://trac.enlightenment.org/e/changeset/60950
 
 Modified:
   trunk/devs/seoz/TODO 
 
 Modified: trunk/devs/seoz/TODO
 ===
 --- trunk/devs/seoz/TODO  2011-07-03 07:27:44 UTC (rev 60949)
 +++ trunk/devs/seoz/TODO  2011-07-03 07:29:50 UTC (rev 60950)
 @@ -9,7 +9,7 @@
   - Check elm_genlist_item_sorted_insert() API with group index,
 expandable list and etc. 
  * Elementary
 - - Elementary : Changed edje_object to elm_layout.
 + - Elementary : Changed edje_object to elm_layout. (not for genlist,
 gengrid)
   - Add performance test application.
   - Check elm_main.c
   - Check EXAMPLES/elementary.
 @@ -17,9 +17,12 @@
  * Edje
   - Add an API to reset all parts to default state.
  
 -* Elev8
 +* PROTO/elev8
   - Add libv8-dev check routine. 
  
 +* PROTO/ev
 + - Breat it down!
Breat? That some kind of Korean bread?
 +
  * MARKETTING
   - Refine cebit2011 presentation and move this to MARKETTING.
  
 
 
 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security 
 threats, fraudulent activity, and more. Splunk takes this data and makes 
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn


-- 
Mike Blumenkrantz
Zentific: Coding in binary since '10.

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2011-06-30 Thread Mike Blumenkrantz
On Thu, 30 Jun 2011 08:24:02 -0700
Enlightenment SVN no-re...@enlightenment.org wrote:

 Log:
 devs/seoz: Updated build script.
   
 
 Author:   seoz
 Date: 2011-06-30 08:24:02 -0700 (Thu, 30 Jun 2011)
 New Revision: 60873
 Trac: http://trac.enlightenment.org/e/changeset/60873
 
 Modified:
   trunk/devs/seoz/build.sh 
 
 Modified: trunk/devs/seoz/build.sh
 ===
 --- trunk/devs/seoz/build.sh  2011-06-30 12:34:15 UTC (rev 60872)
 +++ trunk/devs/seoz/build.sh  2011-06-30 15:24:02 UTC (rev 60873)
 @@ -8,7 +8,8 @@
  export MAKEFLAGS=make -j6
  alias make='make -j6'
  
 -export BUILD_BASIC=eina eet evas ecore embryo edje e_dbus efreet expedite e
 ethumb elementary +export BUILD_ELM_DEPENDS=PROTO/emap eio
 +export BUILD_BASIC=eina eet evas ecore embryo edje e_dbus efreet expedite e
 ethumb $BUILD_ELM_DEPENDS elementary export
 BUILD_PYTHON_BINDINGS=BINDINGS/python/python-evas
 BINDINGS/python/python-elementary BINDINGS/python/python-ecore
 BINDINGS/python/python-edje BINDINGS/python/python-emotion export
 BUILD_C_BINDINGS=BINDINGS/cxx/eflxx BINDINGS/cxx/einaxx BINDINGS/cxx/evasxx
 BINDINGS/cxx/ecorexx BINDINGS/cxx/elementaryxx export
 BUILD_BINDINGS=$BUILD_PYTHON_BINDINGS $BUILD_C_BINDINGS 
 
 
 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security 
 threats, fraudulent activity, and more. Splunk takes this data and makes 
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
you don't build eeze? :

-- 
Mike Blumenkrantz
Zentific: Coding in binary since '10.

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2011-06-30 Thread Daniel Juyung Seo
Man, you found it!
I failed :(

Daniel Juyung Seo (SeoZ)

On Fri, Jul 1, 2011 at 12:37 AM, Mike Blumenkrantz m...@zentific.com wrote:
 On Thu, 30 Jun 2011 08:24:02 -0700
 Enlightenment SVN no-re...@enlightenment.org wrote:

 Log:
 devs/seoz: Updated build script.


 Author:       seoz
 Date:         2011-06-30 08:24:02 -0700 (Thu, 30 Jun 2011)
 New Revision: 60873
 Trac:         http://trac.enlightenment.org/e/changeset/60873

 Modified:
   trunk/devs/seoz/build.sh

 Modified: trunk/devs/seoz/build.sh
 ===
 --- trunk/devs/seoz/build.sh  2011-06-30 12:34:15 UTC (rev 60872)
 +++ trunk/devs/seoz/build.sh  2011-06-30 15:24:02 UTC (rev 60873)
 @@ -8,7 +8,8 @@
  export MAKEFLAGS=make -j6
  alias make='make -j6'

 -export BUILD_BASIC=eina eet evas ecore embryo edje e_dbus efreet expedite e
 ethumb elementary +export BUILD_ELM_DEPENDS=PROTO/emap eio
 +export BUILD_BASIC=eina eet evas ecore embryo edje e_dbus efreet expedite e
 ethumb $BUILD_ELM_DEPENDS elementary export
 BUILD_PYTHON_BINDINGS=BINDINGS/python/python-evas
 BINDINGS/python/python-elementary BINDINGS/python/python-ecore
 BINDINGS/python/python-edje BINDINGS/python/python-emotion export
 BUILD_C_BINDINGS=BINDINGS/cxx/eflxx BINDINGS/cxx/einaxx BINDINGS/cxx/evasxx
 BINDINGS/cxx/ecorexx BINDINGS/cxx/elementaryxx export
 BUILD_BINDINGS=$BUILD_PYTHON_BINDINGS $BUILD_C_BINDINGS 


 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security
 threats, fraudulent activity, and more. Splunk takes this data and makes
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 you don't build eeze? :

 --
 Mike Blumenkrantz
 Zentific: Coding in binary since '10.

 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security
 threats, fraudulent activity, and more. Splunk takes this data and makes
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2011-06-30 Thread ChunEon Park
You know, discomfitor is gazing on us always on the top of a windmill.

Let's run together for the best moment!
 -Regards, Hermet-
 
-Original Message-
From: Daniel Juyung Seolt;seojuyu...@gmail.comgt; 
To: Mike Blumenkrantzlt;m...@zentific.comgt;
Cc: enlightenment-devel@lists.sourceforge.net; 
enlightenment-...@lists.sourceforge.net
Sent: 11-07-01(금) 09:04:29
Subject: Re: [E-devel] E SVN: seoz trunk/devs/seozMan, you found it!
I failed :(
Daniel Juyung Seo (SeoZ)
On Fri, Jul 1, 2011 at 12:37 AM, Mike Blumenkrantz lt;m...@zentific.comgt; 
wrote:
 On Thu, 30 Jun 2011 08:24:02 -0700
 Enlightenment SVN lt;no-re...@enlightenment.orggt; wrote:

 Log:
 devs/seoz: Updated build script.


 Author: seoz
 Date: 2011-06-30 08:24:02 -0700 (Thu, 30 Jun 2011)
 New Revision: 60873
 Trac: http://trac.enlightenment.org/e/changeset/60873

 Modified:
 trunk/devs/seoz/build.sh

 Modified: trunk/devs/seoz/build.sh
 ===
 --- trunk/devs/seoz/build.sh 2011-06-30 12:34:15 UTC (rev 60872)
 +++ trunk/devs/seoz/build.sh 2011-06-30 15:24:02 UTC (rev 60873)
 @@ -8,7 +8,8 @@
 export MAKEFLAGS=make -j6
 alias make='make -j6'

 -export BUILD_BASIC=eina eet evas ecore embryo edje e_dbus efreet expedite e
 ethumb elementary +export BUILD_ELM_DEPENDS=PROTO/emap eio
 +export BUILD_BASIC=eina eet evas ecore embryo edje e_dbus efreet expedite e
 ethumb $BUILD_ELM_DEPENDS elementary export
 BUILD_PYTHON_BINDINGS=BINDINGS/python/python-evas
 BINDINGS/python/python-elementary BINDINGS/python/python-ecore
 BINDINGS/python/python-edje BINDINGS/python/python-emotion export
 BUILD_C_BINDINGS=BINDINGS/cxx/eflxx BINDINGS/cxx/einaxx BINDINGS/cxx/evasxx
 BINDINGS/cxx/ecorexx BINDINGS/cxx/elementaryxx export
 BUILD_BINDINGS=$BUILD_PYTHON_BINDINGS $BUILD_C_BINDINGS 


 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security
 threats, fraudulent activity, and more. Splunk takes this data and makes
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 you don't build eeze? :

 --
 Mike Blumenkrantz
 Zentific: Coding in binary since '10.

 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security
 threats, fraudulent activity, and more. Splunk takes this data and makes
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2011-06-30 Thread Daniel Juyung Seo
If I remember correctly, he lost his windmill :)

Daniel Juyung Seo (SeoZ)

2011/7/1 ChunEon Park her...@naver.com

 You know, discomfitor is gazing on us always on the top of a windmill.


 
 Let's run together for the best moment!

 -Regards, Hermet-



 -Original Message-
 *From:* Daniel Juyung Seoseojuyu...@gmail.com
 *To:* Mike Blumenkrantzm...@zentific.com
 *Cc:* enlightenment-devel@lists.sourceforge.net;
 enlightenment-...@lists.sourceforge.net
 *Sent:* 11-07-01(금) 09:04:29
 *Subject:* Re: [E-devel] E SVN: seoz trunk/devs/seozMan, you found it!
 I failed :(

 Daniel Juyung Seo (SeoZ)

 On Fri, Jul 1, 2011 at 12:37 AM, Mike Blumenkrantz m...@zentific.com
 wrote:
  On Thu, 30 Jun 2011 08:24:02 -0700
  Enlightenment SVN no-re...@enlightenment.org wrote:
 
  Log:
  devs/seoz: Updated build script.
 
 
  Author:   seoz
  Date: 2011-06-30 08:24:02 -0700 (Thu, 30 Jun 2011)
  New Revision: 60873
  Trac: http://trac.enlightenment.org/e/changeset/60873
 
  Modified:
trunk/devs/seoz/build.sh
 
  Modified: trunk/devs/seoz/build.sh
  ===
  --- trunk/devs/seoz/build.sh  2011-06-30 12:34:15 UTC (rev 60872)
  +++ trunk/devs/seoz/build.sh  2011-06-30 15:24:02 UTC (rev 60873)
  @@ -8,7 +8,8 @@
   export MAKEFLAGS=make -j6
   alias make='make -j6'
 
  -export BUILD_BASIC=eina eet evas ecore embryo edje e_dbus efreet
 expedite e
  ethumb elementary +export BUILD_ELM_DEPENDS=PROTO/emap eio
  +export BUILD_BASIC=eina eet evas ecore embryo edje e_dbus efreet
 expedite e
  ethumb $BUILD_ELM_DEPENDS elementary export
  BUILD_PYTHON_BINDINGS=BINDINGS/python/python-evas
  BINDINGS/python/python-elementary BINDINGS/python/python-ecore
  BINDINGS/python/python-edje BINDINGS/python/python-emotion export
  BUILD_C_BINDINGS=BINDINGS/cxx/eflxx BINDINGS/cxx/einaxx
 BINDINGS/cxx/evasxx
  BINDINGS/cxx/ecorexx BINDINGS/cxx/elementaryxx export
  BUILD_BINDINGS=$BUILD_PYTHON_BINDINGS $BUILD_C_BINDINGS 
 
 
 
 --
  All of the data generated in your IT infrastructure is seriously
 valuable.
  Why? It contains a definitive record of application performance,
 security
  threats, fraudulent activity, and more. Splunk takes this data and makes
  sense of it. IT sense. And common sense.
  http://p.sf.net/sfu/splunk-d2d-c2
  ___
  enlightenment-svn mailing list
  enlightenment-...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
  you don't build eeze? :
 
  --
  Mike Blumenkrantz
  Zentific: Coding in binary since '10.
 
 
 --
  All of the data generated in your IT infrastructure is seriously
 valuable.
  Why? It contains a definitive record of application performance, security
  threats, fraudulent activity, and more. Splunk takes this data and makes
  sense of it. IT sense. And common sense.
  http://p.sf.net/sfu/splunk-d2d-c2
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security
 threats, fraudulent activity, and more. Splunk takes this data and makes
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/devs/seoz

2011-06-30 Thread Mike Blumenkrantz
On Fri, 1 Jul 2011 10:28:09 +0900
Daniel Juyung Seo seojuyu...@gmail.com wrote:

 If I remember correctly, he lost his windmill :)
 
 Daniel Juyung Seo (SeoZ)
 
 2011/7/1 ChunEon Park her...@naver.com
 
  You know, discomfitor is gazing on us always on the top of a windmill.
 
 
  
  Let's run together for the best moment!
 
  -Regards, Hermet-
 
 
 
  -Original Message-
  *From:* Daniel Juyung Seoseojuyu...@gmail.com
  *To:* Mike Blumenkrantzm...@zentific.com
  *Cc:* enlightenment-devel@lists.sourceforge.net;
  enlightenment-...@lists.sourceforge.net
  *Sent:* 11-07-01(금) 09:04:29
  *Subject:* Re: [E-devel] E SVN: seoz trunk/devs/seozMan, you found it!
  I failed :(
 
  Daniel Juyung Seo (SeoZ)
 
  On Fri, Jul 1, 2011 at 12:37 AM, Mike Blumenkrantz m...@zentific.com
  wrote:
   On Thu, 30 Jun 2011 08:24:02 -0700
   Enlightenment SVN no-re...@enlightenment.org wrote:
  
   Log:
   devs/seoz: Updated build script.
  
  
   Author:   seoz
   Date: 2011-06-30 08:24:02 -0700 (Thu, 30 Jun 2011)
   New Revision: 60873
   Trac: http://trac.enlightenment.org/e/changeset/60873
  
I am working on something more manageable than a windmill for now!

-- 
Mike Blumenkrantz
Zentific: Coding in binary since '10.

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel