When doing a make on a fresh checkout of zotonic or after doing a "make clean",
there are warnings that the gen_model behaviour cannot be found. This is
because some files that rely on gen_model are compiled before gen_model is
compiled. It turns out that gen_scomp is compiled before any other source file
that uses gen_scomp so there are no warnings about gen_scomp. I have a patch
to Emakefile that causes it to build all the behaviours in src/behaviours
before building the other sources.
Original issue reported on code.google.com by k...@westryn.net on 11 Apr 2011 at 1:33
Original issue reported on code.google.com by
k...@westryn.net
on 11 Apr 2011 at 1:33Attachments: