digideskio / zotonic

Automatically exported from code.google.com/p/zotonic
0 stars 0 forks source link

gen_model and gen_scomp should be compiled before other source files #170

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 5c5fb2cbdbaf.

Original comment by scherpenisse on 11 Apr 2011 at 6:04