HelpViewer 0.3 : error while linking

2020-06-17 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi All, I am trying to compile HelpViewer (version : 0.3). First, I had to change some header calls, because GSXML.h vas presumed to be in 'Foundation' while it was in GNUstepBase. I modified accordingly to the right path TextFormatterXLP.h, line 35 and HandlerStructureXLP.h to set the correct p

Re: HelpViewer 0.3 : error while linking

2020-06-17 Thread Fred Kiefer
> Am 17.06.2020 um 19:36 schrieb Patrick Cardona via Discussion list for the > GNUstep programming environment : > > Hi All, > > I am trying to compile HelpViewer (version : 0.3). > > First, I had to change some header calls, because GSXML.h vas presumed to be > in 'Foundation' while it was

Re: HelpViewer 0.3 : error while linking

2020-06-17 Thread Riccardo Mottola
Hi Patrick, where did you got HelpViewer? Where is the actual repository of it? Maybe the code bitrotted a bit and could be updated. I wonder if is in a maintained repository or needs to be "adopted" somewhere. Riccardo Patrick Cardona via Discussion list for the GNUstep programming environm

Re: HelpViewer 0.3 : error while linking

2020-06-17 Thread H. Nikolaus Schaller
> Am 17.06.2020 um 21:37 schrieb Riccardo Mottola : > > Hi Patrick, > > where did you got HelpViewer? Where is the actual repository of it? Interesting. It is not recorded in http://www.gnustep.org/softwareindex/ > Maybe the code bitrotted a bit and could be updated. I wonder if is in a > ma

Re: HelpViewer 0.3 : error while linking

2020-06-17 Thread H. Nikolaus Schaller
> Am 17.06.2020 um 22:11 schrieb H. Nikolaus Schaller : > > >> Am 17.06.2020 um 21:37 schrieb Riccardo Mottola : >> >> Hi Patrick, >> >> where did you got HelpViewer? Where is the actual repository of it? > > Interesting. It is not recorded in http://www.gnustep.org/softwareindex/ I found a

Re: HelpViewer 0.3 : error while linking

2020-06-17 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi Nikolaus, Hi all, -- Bien cordialement, Patrick CARDONA On 2020-06-17 22:19:16 +0200 H. Nikolaus Schaller wrote: > >> Am 17.06.2020 um 22:11 schrieb H. Nikolaus Schaller : > > >>> Am 17.06.2020 um 21:37 schrieb Riccardo Mottola >>> : > >>> Hi Patrick, > >>> where did you got HelpViewer

Re: HelpViewer 0.3 : error while linking

2020-06-18 Thread Riccardo Mottola
Hi Patrick, hi all, Patrick Cardona via Discussion list for the GNUstep programming environment wrote: Interesting. It is not recorded inhttp://www.gnustep.org/softwareindex/ I found a source: http://deb.debian.org/debian/pool/main/h/helpviewer.app/ There is: helpviewer.app_0.3.orig.tar.gz

Re: HelpViewer 0.3 : error while linking

2020-06-18 Thread Yavor Doganov
Riccardo Mottola wrote: > However, the application barely functions for me when I open one of > the examples. Most of the titles are displayed with a blue box, which > I bet is an artifact of some sort. > Many warnings too let's see if I can fix them all! Take a look at the Debian patches [1];

Re: HelpViewer 0.3 : error while linking

2020-06-21 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi Riccardo, Hi Yavor, Maybe I did not the things as I should. Please, help me to understand : 1) I made the GNUstep core from the git repository and Clang-7, to target GNUstep runtime 1.9 because my arm CPU is only 32bit, as I said in my previous message. 2) Then, I searched around from GAP

Re: HelpViewer 0.3 : error while linking

2020-06-23 Thread Yavor Doganov
On Sun, 21 Jun 2020 11:27:27 +0300, Patrick Cardona via Discussion list for the GNUstep programming environment wrote: > If I get some package from deb source and I try to rebuild it as the > Debian doc says (1) I am afraid this could make a dependency conflict > with the apps already installed by

Re: HelpViewer 0.3 : error while linking

2020-06-23 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi Yavor, Thank you for the answer. I was able to get the source from Debian repo and got it compiled. But after the installation, the app cannot be opened : it failed with a segmentation fault after many warnings about 'incorrect signature'. Here is the output : pi@raspberrypi:~ $ openapp Hel

Re: HelpViewer 0.3 : error while linking

2020-06-25 Thread Riccardo Mottola
Hi, Yavor Doganov wrote: Take a look at the Debian patches [1]; most of these issues are fixed. At least it is able to display its own help and there are no compilation warnings. [1]https://sources.debian.org/src/helpviewer.app/0.3-8/debian/patches/ thank you. It's a good starting point - I

Re: HelpViewer 0.3 : error while linking

2020-06-25 Thread Riccardo Mottola
Hi Patric, Patrick Cardona via Discussion list for the GNUstep programming environment wrote: 1) I made the GNUstep core from the git repository and Clang-7, to target GNUstep runtime 1.9 because my arm CPU is only 32bit, as I said in my previous message. 2) Then, I searched around from GAP

Re: HelpViewer 0.3 : error while linking

2020-06-25 Thread Riccardo Mottola
Hi Patric, I think the warnings are harmless. I get them on my Laptop, yet it works. However, on my workstation, I don't get a crash, but no windows and the app is not usable. I think the issue is this: 2020-06-23 21:45:14.699 HelpViewer[3131:3131] Exception occurred while loading m odel: Co

Re: HelpViewer 0.3 : error while linking

2020-06-25 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi Riccardo, On 2020-06-25 21:11:45 +0200 Riccardo Mottola wrote: > Hi Patric, > > Patrick Cardona via Discussion list for the GNUstep programming environment > wrote: >> 1) I made the GNUstep core from the git repository and Clang-7, to target >> GNUstep runtime 1.9 because my arm CPU is o

Re: HelpViewer 0.3 : error while linking

2020-06-25 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi Riccardo, -- Bien cordialement, Patrick CARDONA On 2020-06-25 21:52:07 +0200 Riccardo Mottola wrote: > Hi Patric, > > > I think the warnings are harmless. I get them on my Laptop, yet it works. > However, on my workstation, I don't get a crash, but no windows and the app > is not usable.

Re: HelpViewer 0.3 : error while linking

2020-06-25 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi again, Riccardo, I did not find any path to a supplied tarball nor I could checkout the svn repository... This command failed : svn co http://svn.savannah.gnu.org/viewvc/gap/trunk/ Maybe a different path to get the source code ? Maybe it is not supplied for anonymous access ? Regards --

Re: HelpViewer 0.3 : error while linking

2020-06-26 Thread Riccardo Mottola
Hi Patrick Patrick Cardona wrote: Hi again, Riccardo, I did not find any path to a supplied tarball nor I could checkout the svn repository... This command failed : svn co http://svn.savannah.gnu.org/viewvc/gap/trunk/ Maybe a different path to get the source code ? Maybe it is not supplied f

Re: HelpViewer 0.3 : error while linking

2020-06-26 Thread Patrick Cardona
Hi Riccardo, On 2020-06-26 11:43:31 +0200 Riccardo Mottola wrote: > Hi Patrick > Patrick Cardona wrote: >> Hi again, Riccardo, >> I did not find any path to a supplied tarball nor I could checkout the svn >> repository... >> This command failed : >> svn co http://svn.savannah.gnu.org/viewvc

Re: HelpViewer 0.3 : error while linking

2020-06-28 Thread Riccardo Mottola
Hi, On 6/25/20 10:48 PM, Patrick Cardona wrote: Obviously it is. Is the CPU of your workstation based on ARM like my RPI ? I wonder why this "Codepoint out of range" is happening in one case, but not always. I tried this weekend on ARM, Raspberry with the latest SVN code of HelpViewer and i

Re: HelpViewer 0.3 : error while linking

2020-06-28 Thread Riccardo Mottola
Hi Patrick, On 6/26/20 2:24 PM, Patrick Cardona wrote: I tried today a whole make at the root of the freshly downloaded gap folder : 1) I am missing some dependencies : Creating DataBasinKit.framework/Versions/1.1/Resources... Updating Version/Current symlink... Making all for framework

Re: HelpViewer 0.3 : error while linking

2020-06-28 Thread Patrick Cardona
Hi Riccardo, -- Bien cordialement, Patrick CARDONA On 2020-06-28 20:07:46 +0200 Riccardo Mottola wrote: > Hi Patrick, > > > On 6/26/20 2:24 PM, Patrick Cardona wrote: > >> I tried today a whole make at the root of the freshly downloaded gap folder >> : > >> 1) I am missing some dependenci

Re: HelpViewer 0.3 : error while linking

2020-06-29 Thread Riccardo Mottola
Hi Patrick, thanks for your interest in GAP application, first thing. I am revived my Raspberry PI 1 to "jessie" (still unsure if I can update it further, but i had to reinstall, the past attempt to update it bricked it). Then I also have RPI3 and RPI4 to test with GNUstep. You just gave me th

Re: HelpViewer 0.3 : error while linking

2020-07-06 Thread Patrick Cardona
Hi Riccardo, Hi All On 2020-06-29 23:26:16 +0200 Riccardo Mottola wrote: Hi Patrick, thanks for your interest in GAP application, first thing. I am revived my Raspberry PI 1 to "jessie" (still unsure if I can update it further, but i had to reinstall, the past attempt to update it brick

Re: HelpViewer 0.3 : error while linking [RESOLVED]

2020-07-06 Thread Patrick Cardona
Hi Riccardo, I realize that I kept this thread about Cynthiune, but the title were about 'HelpViewer' and this could be confusing for people who might read the list to search help about this. So I close this thread, because I was finally able to build HelpViewer 0.3 with clang 7 today. ;-) P