[M3devel] m3middle compile failure (overrides)

Peter Eiserloh eiserlohpp at yahoo.com
Wed Jul 22 17:53:09 CEST 2009


I just attempted to compile cm3-src-all-d5.8.2-2009-07-22-00-11-09.tgz,
but failed.


The m3overrides file for m3middle, was recently changed, 
and now causes compilation failure.

WAS:
   if not defined("BOOT")
     override("m3core", ROOT & "/m3-libs")
     override("libm3", ROOT & "/m3-libs")
   end


NOW:
   include(ROOT & "/m3overrides")


It is looking in the root of the entire source tree, 
for a non-existent m3overrides file, and quake rightly 
complains.


+--------------------------------------------------------+
| Peter P. Eiserloh                                      |
+--------------------------------------------------------+


      



More information about the M3devel mailing list