dr-geo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dr. Geo] Building the DrGeo IDE on a Mac fails due to missing Gette


From: Oscar Nierstrasz
Subject: Re: [Dr. Geo] Building the DrGeo IDE on a Mac fails due to missing Gettext
Date: Sat, 24 Feb 2024 08:35:46 +0100

I added the SVG package, but now PetitParser is missing. There is no Cuis PetitParser GH repo, so I'm not sure which one needs to be loaded.

Don't you have the same issues when building DrGeo for Linux?

2024-02-24T08:33:13.704 process:40 953927 Installed ChangeSet: [r6.2]-6157-UseOfSizeForCopy-GeraldKlix-2024Feb01-21h27m-KLG.001.cs.st
2024-02-24T08:33:13.729 process:40 953927 Installed ChangeSet: [r6.2]-6158-LogStartupNotice-JuanVuletich-2024Feb11-15h48m-jmv.001.cs.st
2024-02-24T08:33:13.731 process:40 953927 Cuis6.2
2024-02-24T08:33:13.732 process:40 953927 latest update: #6158
2024-02-24T08:33:13.734 process:40 953927 Running at :/Users/oscar/Desktop/GT/DrGeo/Cuis/Cuis6-2/CuisImage/Cuis6.2.image
2024-02-24T08:33:19.537 process:40 953927 Could not find code package file for [PetitParser].
2024-02-24T08:33:19.539 process:40 953927 Installation of [PetitParserBinding] failed.
2024-02-24T08:33:19.976 process:40 953927 Attempt to create DrGeoTutorial as a subclass of nil.  Possibly a class is being loaded before its superclass.
2024-02-24T08:33:19.978 process:40 953927 Attempt to create DrGeoFigure as a subclass of nil.  Possibly a class is being loaded before its superclass.
2024-02-24T08:33:20.914 process:40 953927 MessageNotUnderstood: UndefinedObject>>methodsFor:
2024-02-24T08:33:20.916 process:40 953927 while evaluating: DrGWrappedItem methodsFor: '*DrGeoFrench'

Cheers,
Oscar
---
oscar.nierstrasz@feenk.com
https://feenk.com/about/
On 24 Feb 2024 at 08:32 +0100, Oscar Nierstrasz <oscar.nierstrasz@feenk.com>, wrote:
Thanks Hilaire,

That's progress, but now I get:

2024-02-24T08:30:30.795 process:40 953927 Installed ChangeSet: [r6.2]-6157-UseOfSizeForCopy-GeraldKlix-2024Feb01-21h27m-KLG.001.cs.st
2024-02-24T08:30:30.821 process:40 953927 Installed ChangeSet: [r6.2]-6158-LogStartupNotice-JuanVuletich-2024Feb11-15h48m-jmv.001.cs.st
2024-02-24T08:30:30.822 process:40 953927 Cuis6.2
2024-02-24T08:30:30.824 process:40 953927 latest update: #6158
2024-02-24T08:30:30.825 process:40 953927 Running at :/Users/oscar/Desktop/GT/DrGeo/Cuis/Cuis6-2/CuisImage/Cuis6.2.image
2024-02-24T08:30:32.877 process:40 953927 Could not find code package file for [SVG].
2024-02-24T08:30:32.878 process:40 953927 Installation of [DrGeo] failed.
2024-02-24T08:30:33.390 process:40 953927 Attempt to create DrGeoTutorial as a subclass of nil.  Possibly a class is being loaded before its superclass.
2024-02-24T08:30:33.392 process:40 953927 Attempt to create DrGeoFigure as a subclass of nil.  Possibly a class is being loaded before its superclass.
2024-02-24T08:30:34.317 process:40 953927 MessageNotUnderstood: UndefinedObject>>methodsFor:
2024-02-24T08:30:34.319 process:40 953927 while evaluating: DrGWrappedItem methodsFor: '*DrGeoFrench'

The `nil` errors also explain some problems I have loading the code into a GT image.
Can you help?

Cheers,
Oscar
---
oscar.nierstrasz@feenk.com
https://feenk.com/about/
On 23 Feb 2024 at 19:12 +0100, Hilaire Fernandes <hfern@free.fr>, wrote:

Hi Oscar,

I see. It looks like the Gettext and System-Locales package are not present in the stable release of Cuis 6.2.

I will see t with the Cuis community what we should do about that. But as a temporary fix, you can fetch additionally the development repo of Cuis, along the Cuis6-2 folder repo:

cd Cuis
git clone --depth 1 https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev

During DrGeo code installation, the Cuis packager should then be able to find the Gettext package there at:

Cuis-Smalltalk-Dev/Packages/Features/Gettext.pck.st

Hope this helps

Hilaire

--  
GNU Dr. Geo
http://gnu.org/s/dr-geo/
http://gnu-drgeo.blogspot.com/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]