Path: csiph.com!1.us.feeder.erje.net!3.us.feeder.erje.net!feeder.erje.net!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!feeder.usenetexpress.com!tr1.iad1.usenetexpress.com!69.80.99.26.MISMATCH!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail NNTP-Posting-Date: Thu, 01 Dec 2022 17:03:21 +0000 From: ken Newsgroups: comp.lang.postscript Subject: Re: need help with x11 device Date: Thu, 1 Dec 2022 17:03:21 -0000 Message-ID: References: <6d84aa41-6ed9-48ec-8e65-a5323d618047n@googlegroups.com> <9c368d51-2d78-484c-a9db-8a8a41270e20n@googlegroups.com> <0293ef51-165a-4b37-af71-0f48ec1ef3f8n@googlegroups.com> Reply-To: ken@spamcop.net MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/3.0.4 X-Antivirus: Avast (VPS 221201-2, 1/12/2022), Outbound message X-Antivirus-Status: Clean Lines: 13 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-L3lmUq+HwiGFTMCtdCwZ+ezUioeMWaA3sYnMyHd83FKWLbsuoPBa47pTG8OxhIQ5JQJI5IOsRlCzvOA!LJ7LeXfDK+crWr3lkI/1c+lmw+sU7+ZeLH2kblloHdM0EqODwUnaICIhkhv07d9VweBL2qPHm11h!ddEcauUXFyvaZyRl2A== 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.3.40 X-Received-Bytes: 2318 Xref: csiph.com comp.lang.postscript:3817 In article <0293ef51-165a-4b37-af71-0f48ec1ef3f8n@googlegroups.com>, rbmarmor@gmail.com says... > > Well you can always build Ghostscript from source yourself. > Yes I'm going to do that, any advice for building a minimal gs with x11 support? Sorry that's not really my field, I'm not the build maintainer. I just do ./autogen.sh followed by make or make debug. You can delete directories for features you don't want (Leptonica, Tesseract, maybe others). If you want to use system shared libraries (FreeType, OpenJPEG etc) then you need to set options but I know nothing about that. Ken