On Fri, Apr 1, 2011 at 10:52 PM, [email protected] <[email protected]> wrote: > On Fri, Apr 1, 2011 at 7:29 PM, Quentin Gibeaux > <[email protected]> wrote: >> Hello ! >> >> I am a French student in engineering, and I've chosen with a friend to work >> out an optional project for our studies. This project consists in making >> three enlightenment new desktop modules. In order not to be disturbed by the >> current development, we decided to stuck ourselves at the svn revision >> 54513. >> >> >> We started our widgets with Skel which we modify for our purposes. >> One of our widget has to implement the Elementary clock, but we can't manage >> to add the linking of the Elementary library into the automatic autogen >> process of compiling, linking and installing of the module into E17… >> > you do not need elementary for just having the clock display. It is > all done in the theme, check > elementary/data/themes/default.edc group elm/clock/* . copy the theme > parts and send the proper time signal to the theme. >
ok. it's not that simple. but still it should be easy to create an edje-only clock from elm theme+clock code > >> We've included Elementary.h into the concerned source files, and the >> resulting file "module.so" of the compilation does not specify any link with >> libelementary.so, by looking with ldd. If we try to activate the module in >> an E17 session, we've got an error message that says "elm_clock_add : could >> not find symbol". >> >> We've tried to specify manualy the path of the libelementary.so file into >> several environment variables such as $LIBS or $E_LIBS, but that was >> unsuccessful. >> >> We will be highly grateful if you would deign help us. >> >> Thanks, >> >> Quentin Gibeaux (and Jean Creusefond) >> >> PS: This is not an april fool :) >> ------------------------------------------------------------------------------ >> Create and publish websites with WebMatrix >> Use the most popular FREE web apps or write code yourself; >> WebMatrix provides all the features you need to develop and >> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf >> _______________________________________________ >> enlightenment-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> > ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
