ACL & Irix

Anders Vinjar anders.vinjar@notam.uio.no
12 Dec 1997 15:40:22 +0100


>>>>> "tk" == Tobias Kunze <tkunze@ulysses.stanford.edu> writes:

[MIDI & SGI-6.2/6.3]    
    
    tk> I've tested it only on my 6.3 Indy, but it should run fine under
    tk> any Irix version 6.2 or higher.

This one returns the error on Irix-6.2 and ACL-4.3.1, while saying 'open
midi' to stella.  

midi/sgi/sgi-midi.c++:

   int driverOpen() {
     if (!gCMInterface) {
       gCMInterface = mdRegister(gClientName);
       if (!gCMInterface) {
	 Error("mdRegister(3dm) failed\n");
         .....


I havent really digged into this.  Id like to try to relink the .so-file,
but it seems to be missing some dependencies.  Do you have them
somewhere?

   #include "../mi-d.h"
   #include "../environment.h"
   #include "../driver.h"



(...

Btw.  Where on earth do you get all those netnames from?  Ive got at
least 7 pointing towards you now :)

-anders