On Wednesday, January 16, 2013, David Seikel wrote:

> On Wed, 16 Jan 2013 22:39:07 -0200 Gustavo Sverzut Barbieri
> <barbi...@profusion.mobi <javascript:;>> wrote:
>
> > On Wednesday, January 16, 2013, David Seikel wrote:
> >
> > > On Wed, 16 Jan 2013 12:53:35 -0800 "Enlightenment SVN"
> > > <no-re...@enlightenment.org <javascript:;> <javascript:;>> wrote:
> > >
> > > > Log:
> > > > be strict about c++ compiler.
> >
> > So far bullet/physics and some IMF modules. There is an eina test
> > that uses C++ to ensure our headers are compatible. As I don't want
> > to make it overly complex and check conditionally everywhere, I'm
> > keeping it there.
>
> Ah, just woke up and forgot about ePhysics.
>
> > Also most c compilers do c++, almost never you'll have another
> > case... If you do enough to get there, you'll be able to just remove
> > that check and "be on your own". By default we warn users about what
> > we expect.
>
> Aboriginal Linux, as used in my embedded project, has the C++ compiler
> being optional, and I like it that way.


Well, use the option to have it, or patch configure.ac to remove the check
and be sure to not run e physics, tests or scim.


>
> Oh well, for my OpenGL engine work with Irrlicht, it was not possible
> to find a decent 3D engine that was NOT written in C++.  sigh
>
> > > > Author:       barbieri
> > > > Date:         2013-01-16 12:53:35 -0800 (Wed, 16 Jan 2013)
> > > > New Revision: 82900
> > > > Trac:         http://trac.enlightenment.org/e/changeset/82900
> > > >
> > > > Modified:
> > > >   trunk/efl/configure.ac
> > > >
> > > > Modified: trunk/efl/configure.ac
> > > > ===================================================================
> > > > --- trunk/efl/configure.ac    2013-01-16 20:43:49 UTC (rev 82899)
> > > > +++ trunk/efl/configure.ac    2013-01-16 20:53:35 UTC (rev 82900)
> > > > @@ -223,12 +223,10 @@
> > > >  if test "x${ac_cv_prog_cc_c99}" = "xno" ; then
> > > >     AC_MSG_ERROR([efl requires a c99-capable compiler])
> > > >  fi
> > > > +if test "x${ac_cv_prog_ac_ct_CXX}" = "x" ; then
> > > > +   AC_MSG_ERROR([efl requires a C++ compiler])
> > > > +fi
> > >
> > > Er, since when does EFL need a C++ compiler?
>
> --
> A big old stinking pile of genius that no one wants
> coz there are too many silver coated monkeys in the world.
>


-- 
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

Reply via email to