NNTP-Posting-Date: Wed, 13 Nov 2002 21:59:51 -0600 Message-ID: <3DD32D48.6050502@netscape.net> Date: Wed, 13 Nov 2002 21:57:44 -0700 From: Daniel Jeffery User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: ghostview & ghostscript & gsview etc References: <3dc11dc1$0$19818$91cee783 AT newsreader01 DOT highway DOT telekom DOT at> <3dc1a1a7$0$157$9b622d9e AT news DOT freenet DOT de> <3DC79172 DOT 7050807 AT mailandnews DOT com> <3dc9a3df$0$2999$9b622d9e AT news DOT freenet DOT de> <3DCFAD8E DOT 9030701 AT mailandnews DOT com> <3dd02705$0$3210$9b622d9e AT news DOT freenet DOT de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 36 NNTP-Posting-Host: 66.219.221.164 X-Trace: sv3-avQZcGTLFD139RlunzIKNpQPtHfbep6+AnlWEmHBA3tnJiNDDliTJaHEbUBjDReMlW8AIFpw7NwpLi+!MW80AYlasCxHxPFJiWQKjWmQd8Ez/72REu/KebgV8liD2pm/Op/tsm7pcfHX38cNjqaoMIgITA== X-Complaints-To: abuse AT aros DOT net X-DMCA-Complaints-To: abuse AT aros DOT net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > All the best with ghostscript. Thanks. So I unpack it, fire up bash and run make (ignoring a few errors it seems to have overcome from earlier), and it does the following: G:\prog\gs7\gs7.05>bash bash$ make ./obj/echogs -w ./obj/devs.tr - -include ./obj/unix_ make.exe: *** [obj/devs.tr] Error 1 bash$ echogs compiles and apparently is a working .exe, but returns an error condition here. Can you tell why? Anyway I pulled out my old version of echogs.exe from gs5.10 and got the same result. I guess it's supposed to flake out with those parameters. `obj/devs.tr' and `obj/unix_.dev' both exist. >>Obviously you are not using any previewer devices, eg. gdevx.c, >>gdevxini.c, gdevxxf.c, gdevemap.c (this is what DV/X uses). I am also >>new to GS programming, but it seems to me like something like this is >>what is needed to port from (to interface gs with the graphics >>library) >> >>When you were trying to get Allegro to work with it, were you using >>any of the glue code from ghostscript? (ie. had you begun porting the >>graphics driver?) > > Yes but it turned out to be something low-level and I have avoided > grphics programming up to this point. This was probably half the > reason why I couldn't get any further with xlibemu either. Could you point out which files you were using when you first tried this? ciao, - Daniel J.