When I checkout the 0.2.0, I get this error (cf. below). Do you know
why ? How can I compile ?
erlc -pa ebin -W -Iinclude -I/usr/lib +warn_unused_vars
+warn_unused_import -o ebin src/backends/db/mnesia/
uce_infos_mnesia.erl
src/backends/db/mnesia/uce_infos_mnesia.erl:25: call to get/1 will
call erlang:get/1; not get/1 in this module
(add an explicit module name to the call to avoid this error)
src/backends/db/mnesia/uce_infos_mnesia.erl:40: call to get/1 will
call erlang:get/1; not get/1 in this module
(add an explicit module name to the call to avoid this error)
src/backends/db/mnesia/uce_infos_mnesia.erl:34: Warning: defining BIF
get/1
src/backends/db/mnesia/uce_infos_mnesia.erl:34: Warning: function get/
1 is unused
make: *** [ebin/uce_infos_mnesia.beam] Erreur 1
Thanks
On 11 jan, 17:00, Victor Goya <
bebepho...@gmail.com> wrote:
> A new version of UCengine with the tag '0.2.0' is available on github.
>
> - add a document conversion brick to convert pdf files to images;
> - add a collaborative file sharing widget;
> - remove Organisations, more informations about this change are
> available here:
http://docs.ucengine.org/history.html
> - a bunch of bugfixes.
>
> The online demonstration, the documentation and the ucengine.rb library
> was updated accordingly.
>
> Thanks to the CEA for their bug reports.
>
> --
> Victor Goya