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 HelpViewer
2020-06-23 21:45:13.775 HelpViewer[3131:3131] styleoffsets ... guessing offsets
2020-06-23 21:45:13.790 HelpViewer[3131:3131] styleoffsets ... guessing offsets
Calling [NSApplication -hide:] with incorrect signature.  Method has v12@0:4@8,
selector has v0@+4:+8@+12
Calling [NSApplication -terminate:] with incorrect signature.  Method has v12@0:
4@8, selector has v0@+4:+8@+12
Calling [NSApplication -hide:] with incorrect signature.  Method has v12@0:4@8,
selector has v0@+4:+8@+12
Calling [NSApplication -terminate:] with incorrect signature.  Method has v12@0:
4@8, selector has v0@+4:+8@+12
Calling [NSApplication -hide:] with incorrect signature.  Method has v12@0:4@8,
selector has v0@+4:+8@+12
Calling [NSApplication -terminate:] with incorrect signature.  Method has v12@0:
4@8, selector has v0@+4:+8@+12
Calling [NSApplication -hide:] with incorrect signature.  Method has v12@0:4@8,
selector has v0@+4:+8@+12
Calling [NSApplication -terminate:] with incorrect signature.  Method has v12@0:
4@8, selector has v0@+4:+8@+12
Calling [NSApplication -hide:] with incorrect signature.  Method has v12@0:4@8,
selector has v0@+4:+8@+12
Calling [NSApplication -terminate:] with incorrect signature.  Method has v12@0:
4@8, selector has v0@+4:+8@+12
Calling [NSApplication -hide:] with incorrect signature.  Method has v12@0:4@8,
selector has v0@+4:+8@+12
Calling [NSApplication -terminate:] with incorrect signature.  Method has v12@0:
4@8, selector has v0@+4:+8@+12
2020-06-23 21:45:14.699 HelpViewer[3131:3131] Exception occurred while loading m
odel: Codepoint out of range in constant string
2020-06-23 21:45:14.700 HelpViewer[3131:3131] Failed to load Gorm
2020-06-23 21:45:14.700 HelpViewer[3131:3131] Impossible de charger le fichier m
odèle principal 'Main'
Erreur de segmentation


Regards.

-- 
Bien cordialement,
Patrick CARDONA
On 2020-06-23 16:46:39 +0200 Yavor Doganov  wrote:

> 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 hand.
> 
> Just use the .orig.tar.gz from the Debian source package and apply the
> patches as you would normally do with a regular tarball/source tree.
> No need to build the .deb; it wouldn't work anyway as you're using the
> GNUstep runtime.
> 
>> Do You think the best way is : I could get the deb source, apply the
>> patch and make them by hand ?
> 
> Yes, ignore all Debian docs -- they are irrelevant for your use case.
> 
>




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 hand.

Just use the .orig.tar.gz from the Debian source package and apply the
patches as you would normally do with a regular tarball/source tree.
No need to build the .deb; it wouldn't work anyway as you're using the
GNUstep runtime.

> Do You think the best way is : I could get the deb source, apply the
> patch and make them by hand ?

Yes, ignore all Debian docs -- they are irrelevant for your use case.