Path: utzoo!mnetor!uunet!husc6!bloom-beacon!gatech!udel!rochester!kodak!ektools!barrett From: barrett@ektools.UUCP (Chris Barrett) Newsgroups: comp.sys.amiga Subject: Making MANX bindings for v3.6. Can it be done? Message-ID: <1189@ektools.UUCP> Date: 27 Apr 88 12:14:05 GMT Organization: Eastman Kodak, Dept. 47, Rochester N.Y. Lines: 18 Keywords: ARP MANX Axtec When trying to rebuild the libraries for ARP under MANX 3.6 I have gotten a couple of errors in the rebuilding, the first was fairly easy to fix. I was getting ALIBLNG undefined in the first file that gets assembled, sorry I can't remember the name of the file, but you will get it. I just put the line after the include "libraries/arpbase.i": ALIBLNG EQU 28 ; do a search of arpbase.i for ALIBLNG I'm pretty sure that it is 28 but you'll want to verify it. This symbol doesn't get defined because of the MANX symbol being defined. The problem I have is in the aztecglue.s file, it says that dt_ID is undefined. It is in the arpbase.i file in the DefaultTracker structure.. How do I get this to compile? Any help would be appreciated. Chris twilight zone...rochester!kodak!ektools!barrett