On Sat, 11 Jun 2005, a_fritsch wrote: > --- In [email protected], Ilkka Lehtoranta <[EMAIL PROTECTED]> wrote: > > > I ported that thing to MorphOS... > > > > Well, source code is there... > > I found your version and the source. Thx. Today I tried a quick > recompile on the Amiga and failed (of course ;) > > Can you give me some hints, please? > I use the latest SAS/C. > > There a two smakefiles, one called "smakefile" and one called "smakefile!" > > Do they have the same effect? Witch one should I use?
Use "smakefile". It seems to be newer... although I compiled it using GCC but it should be compatible with SAS/C still. > Now to the first problem: > > It wants to inlude <proto/alib.h> > > Where does that file come from? It is not on the SAS/C installation. I > searched the net and found an "alib" on Aminet, but that seems to be > something different and does not contain a headerfile... Replace to #include <clib/alib_protos.h> proto/alib.h is present in MorphOS and AROS (?) only. But it is really that good old alib_protos.h in disguise. Ilkka -- www.morphos.de ------------------------ Yahoo! Groups Sponsor --------------------~--> In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide! http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/16uqlB/TM --------------------------------------------------------------------~-> Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
