Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.development.apps > #863

Trying to install GEDIT

Path csiph.com!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From jacobnavia <jacob@jacob.remcomp.fr>
Newsgroups comp.os.linux.development.apps, comp.lang.c
Subject Trying to install GEDIT
Date Fri, 5 Oct 2018 22:00:15 +0200
Organization A noiseless patient Spider
Lines 66
Message-ID <pp8fsg$lff$1@dont-email.me> (permalink)
Reply-To jacob@jacob.remcomp.fr
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
Injection-Date Fri, 5 Oct 2018 20:00:16 -0000 (UTC)
Injection-Info reader02.eternal-september.org; posting-host="f9f47eef4b0ac63638069091ebf21d73"; logging-data="21999"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Sg6DCjziAOx7j19lPHA/1pbGlZ0OYbDE="
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
Cancel-Lock sha1:qfDyO7vI7aGfaM5zS7gWAWNeIwY=
Content-Language fr
X-Mozilla-News-Host snews://news.eternal-september.org:563
Xref csiph.com comp.os.linux.development.apps:863 comp.lang.c:136309

Cross-posted to 2 groups.

Show key headers only | View raw


Hi folks

I tried to install the open source package "GEDIT".

It needed a Tex package, and a Tex installation, what I did download. 
But then it needs "style sheets" (whatever that may be)

It crashed during ./autogen.sh with missing xslt-stylesheets.

So, I cloned
git clone https://github.com/docbook/xslt10-stylesheets.git

OK

Bu then it says it needs perl package xml-xpath. I figured out that issuing
sudo apt-get install libxml-xpath-perl

would fix that.

Then it needed to read a file called .xmlc. After an houro so searching 
I came to see an invisible fdirectory in the download of xstyle-sheets 
called ".trevis" and ythere I found a xmlc file. I copied that to my 
home directory and the script went a little bit further.

A package called "xerces" was needed. I found that and wen further.
I installed then a package that is called "saxon", that asked for money.
Happily there is a free version, but apparently it will not work.

   1 Exception in thread "main" java.lang.NoClassDefFoundError: 
com.icl.saxon.StyleSheet
   2    at gnu.java.lang.MainThread.run(libgcj.so.17)
   3 Caused by: java.lang.ClassNotFoundException: 
com.icl.saxon.StyleSheet not found in gnu.gcj.runtime.System 
ClassLoader{urls=[file:/usr/share/java/saxon.jar,file:/usr/share/java/xercesImpl.jar,file:/usr/share/java 
    /xml-resolver.jar], 
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   4    at java.net.URLClassLoader.findClass(libgcj.so.17)
   5    at java.lang.ClassLoader.loadClass(libgcj.so.17)
   6    at java.lang.ClassLoader.loadClass(libgcj.so.17)
   7    at gnu.java.lang.MainThread.run(libgcj.so.17)
   8 make[2]: *** [af.xml] Error 1
   9 Exception in thread "main" java.lang.NoClassDefFoundError: 
com.icl.saxon.StyleSheet
  10    at gnu.java.lang.MainThread.run(libgcj.so.17)
  11 Caused by: java.lang.ClassNotFoundException: 
com.icl.saxon.StyleSheet not found in gnu.gcj.runtime.System 
ClassLoader{urls=[file:/usr/share/java/saxon.jar,file:/usr/share/java/xercesImpl.jar,file:/usr/share/java 
    /xml-resolver.jar], 
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}

I wanted to study Gedit because I want to write an editor and I thought 
that I could learn it by studying the "gedit" source code, that is 
advertised as an editor written in C.

Why a C program will need java/perl/xml/ etc is beyond me.

Why the documentation is mandatory? Why do I need all those megabytes of 
different languages to compile a C-GTK based editor?

Mystery.

If anyone can tell me how to proceed I would be thankful.

Thanks in advance

Jacob

Back to comp.os.linux.development.apps | Previous | NextNext in thread | Find similar


Thread

Trying to install GEDIT jacobnavia <jacob@jacob.remcomp.fr> - 2018-10-05 22:00 +0200
  Re: Trying to install GEDIT Jens Stuckelberger <Jens_Stuckelberger@nowhere.net> - 2018-10-05 20:10 +0000
    Re: Trying to install GEDIT jacobnavia <jacob@jacob.remcomp.fr> - 2018-10-07 18:02 +0200
      Re: Trying to install GEDIT Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2018-10-07 12:31 -0400
      Re: Trying to install GEDIT Melzzzzz <Melzzzzz@zzzzz.com> - 2018-10-07 17:13 +0000
      Re: Trying to install GEDIT Jasen Betts <jasen@xnet.co.nz> - 2018-10-08 02:40 +0000
  Re: Trying to install GEDIT scott@slp53.sl.home (Scott Lurndal) - 2018-10-05 20:15 +0000
    Re: Trying to install GEDIT Jasen Betts <jasen@xnet.co.nz> - 2018-10-06 02:34 +0000
  Re: Trying to install GEDIT Spiros Bousbouras <spibou@gmail.com> - 2018-10-06 03:57 +0000
    Re: Trying to install GEDIT jacobnavia <jacob@jacob.remcomp.fr> - 2018-10-06 09:45 +0200
      Re: Trying to install GEDIT Ian Collins <ian-news@hotmail.com> - 2018-10-06 22:13 +1300
      Re: Trying to install GEDIT David Brown <david.brown@hesbynett.no> - 2018-10-06 16:14 +0200
      Re: Trying to install GEDIT scott@slp53.sl.home (Scott Lurndal) - 2018-10-06 14:53 +0000
        Re: Trying to install GEDIT jacobnavia <jacob@jacob.remcomp.fr> - 2018-10-06 19:42 +0200
  Re: Trying to install GEDIT C W Rose <cwr@seckford.org> - 2018-10-06 20:57 +0100
  Re: Trying to install GEDIT Melzzzzz <Melzzzzz@zzzzz.com> - 2018-10-07 13:48 +0000

csiph-web