Difference between revisions of "Maui compilation"

From CUC3
Jump to navigation Jump to search
import>Cen1001
 
import>Cen1001
 
Line 1: Line 1:
It's 7/6/06
+
It's 7/6/06 at time of writing
   
 
On new mek-quake torque-2.1 does not work with current Maui because they have chnaged the libraries from libpbs.a to libtorque.a . Found a patch but decided to stick with what I know works for the moment. and compiled up torque-2.0.8. Sadly this means epilogue.parallel won't work.
 
On new mek-quake torque-2.1 does not work with current Maui because they have chnaged the libraries from libpbs.a to libtorque.a . Found a patch but decided to stick with what I know works for the moment. and compiled up torque-2.0.8. Sadly this means epilogue.parallel won't work.
Line 11: Line 11:
   
 
from 16 to 64 to allow more than 16 queues.
 
from 16 to 64 to allow more than 16 queues.
  +
  +
Had a vague memory that had to compile all this 32-bit, but it seemed to work fine 64-bit so go with it for moment.

Latest revision as of 17:23, 7 June 2006

It's 7/6/06 at time of writing

On new mek-quake torque-2.1 does not work with current Maui because they have chnaged the libraries from libpbs.a to libtorque.a . Found a patch but decided to stick with what I know works for the moment. and compiled up torque-2.0.8. Sadly this means epilogue.parallel won't work.

Maui 3.2.6p16 and 3.2.6p15 would not link to Torque, don't yet know why and did not have time to fix. 3.2.6p14 was OK.

Had to edit include/msched.h and msched-common.h to change

  • MMAX_CLASS
  • MAX_MCLASS
  • MAX_MRCLASS

from 16 to 64 to allow more than 16 queues.

Had a vague memory that had to compile all this 32-bit, but it seemed to work fine 64-bit so go with it for moment.