Problems building gnustep-back on fedora 8

View: New views
11 Messages — Rating Filter:   Alert me  

Problems building gnustep-back on fedora 8

by Pablo Giménez Pizarro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi
I am really new to gnustep, but seems to be a really interesting project.
So I am trying to build a gnustep desktop environment in my workstation.
So far I have been able to build the whole fundation except the gnustep-back.
When doing the make I get this error:
 Creating libgnustep-back-016.bundle/Resources/Info-gnustep.plist...
plmerge: Uncaught exception NSInvalidArgumentException, reason: Tried to add nil value for key 'NSCurrencySymbol' to dictionary
/bin/sh: line 2: 18570 Aborted                 plmerge libgnustep-back-016.bundle/Resources/Info-gnustep.plist libgnustep-back-016Info.plist
make[2]: *** [libgnustep-back-016.bundle/Resources/Info-gnustep.plist] Error 134
make[2]: *** Deleting file `libgnustep-back-016.bundle/Resources/Info-gnustep.plist'
make[1]: *** [libgnustep-back-016.all.bundle.variables] Error 2
make: *** [internal-all] Error 2


I am installing everythin in /opt/GNUstep so I use the next configure statement:
./configure --prefix=/opt/GNUstep

Any ideas about where this error came from?
Thanks

--
Un saludo
Best Regards
Pablo Giménez

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Problems building gnustep-back on fedora 8

by Jamie Ramone :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Did you install/compile the gnustep-gui lib? You have to do this
BEFORE attempting to install gnustep-back or it'll fail, though it
looks as if it were something else...

2009/9/29 Pablo Giménez <pablogipi@...>:

> Hi
> I am really new to gnustep, but seems to be a really interesting project.
> So I am trying to build a gnustep desktop environment in my workstation.
> So far I have been able to build the whole fundation except the
> gnustep-back.
> When doing the make I get this error:
>  Creating libgnustep-back-016.bundle/Resources/Info-gnustep.plist...
> plmerge: Uncaught exception NSInvalidArgumentException, reason: Tried to add
> nil value for key 'NSCurrencySymbol' to dictionary
> /bin/sh: line 2: 18570 Aborted                 plmerge
> libgnustep-back-016.bundle/Resources/Info-gnustep.plist
> libgnustep-back-016Info.plist
> make[2]: *** [libgnustep-back-016.bundle/Resources/Info-gnustep.plist] Error
> 134
> make[2]: *** Deleting file
> `libgnustep-back-016.bundle/Resources/Info-gnustep.plist'
> make[1]: *** [libgnustep-back-016.all.bundle.variables] Error 2
> make: *** [internal-all] Error 2
>
>
> I am installing everythin in /opt/GNUstep so I use the next configure
> statement:
> ./configure --prefix=/opt/GNUstep
>
> Any ideas about where this error came from?
> Thanks
>
> --
> Un saludo
> Best Regards
> Pablo Giménez
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@...
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>
>

--
Besos, abrazos, confeti y aplausos.
Jamie Ramone
"El Vikingo"


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Problems building gnustep-back on fedora 8

by Pablo Giménez Pizarro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Mmmm I have built and installed gnustep-gui before properly.
I have been looking in goggle and seems that problems like these are caused by a bad unicode or laces setup, don't know if this can be my problem.

El 30 de septiembre de 2009 00:18, Jamie Ramone <sancombru@...> escribió:
Did you install/compile the gnustep-gui lib? You have to do this
BEFORE attempting to install gnustep-back or it'll fail, though it
looks as if it were something else...

2009/9/29 Pablo Giménez <pablogipi@...>:
> Hi
> I am really new to gnustep, but seems to be a really interesting project.
> So I am trying to build a gnustep desktop environment in my workstation.
> So far I have been able to build the whole fundation except the
> gnustep-back.
> When doing the make I get this error:
>  Creating libgnustep-back-016.bundle/Resources/Info-gnustep.plist...
> plmerge: Uncaught exception NSInvalidArgumentException, reason: Tried to add
> nil value for key 'NSCurrencySymbol' to dictionary
> /bin/sh: line 2: 18570 Aborted                 plmerge
> libgnustep-back-016.bundle/Resources/Info-gnustep.plist
> libgnustep-back-016Info.plist
> make[2]: *** [libgnustep-back-016.bundle/Resources/Info-gnustep.plist] Error
> 134
> make[2]: *** Deleting file
> `libgnustep-back-016.bundle/Resources/Info-gnustep.plist'
> make[1]: *** [libgnustep-back-016.all.bundle.variables] Error 2
> make: *** [internal-all] Error 2
>
>
> I am installing everythin in /opt/GNUstep so I use the next configure
> statement:
> ./configure --prefix=/opt/GNUstep
>
> Any ideas about where this error came from?
> Thanks
>
> --
> Un saludo
> Best Regards
> Pablo Giménez
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@...
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>
>

--
Besos, abrazos, confeti y aplausos.
Jamie Ramone
"El Vikingo"



--
Un saludo
Best Regards
Pablo Giménez

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Problems building gnustep-back on fedora 8

by Jamie Ramone :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Make sure that the versions of gui and back match. That's usually also
the source for most of these kind of inconveniances.

2009/9/30 Pablo Giménez <pablogipi@...>:

> Mmmm I have built and installed gnustep-gui before properly.
> I have been looking in goggle and seems that problems like these are caused
> by a bad unicode or laces setup, don't know if this can be my problem.
>
> El 30 de septiembre de 2009 00:18, Jamie Ramone <sancombru@...>
> escribió:
>>
>> Did you install/compile the gnustep-gui lib? You have to do this
>> BEFORE attempting to install gnustep-back or it'll fail, though it
>> looks as if it were something else...
>>
>> 2009/9/29 Pablo Giménez <pablogipi@...>:
>> > Hi
>> > I am really new to gnustep, but seems to be a really interesting
>> > project.
>> > So I am trying to build a gnustep desktop environment in my workstation.
>> > So far I have been able to build the whole fundation except the
>> > gnustep-back.
>> > When doing the make I get this error:
>> >  Creating libgnustep-back-016.bundle/Resources/Info-gnustep.plist...
>> > plmerge: Uncaught exception NSInvalidArgumentException, reason: Tried to
>> > add
>> > nil value for key 'NSCurrencySymbol' to dictionary
>> > /bin/sh: line 2: 18570 Aborted                 plmerge
>> > libgnustep-back-016.bundle/Resources/Info-gnustep.plist
>> > libgnustep-back-016Info.plist
>> > make[2]: *** [libgnustep-back-016.bundle/Resources/Info-gnustep.plist]
>> > Error
>> > 134
>> > make[2]: *** Deleting file
>> > `libgnustep-back-016.bundle/Resources/Info-gnustep.plist'
>> > make[1]: *** [libgnustep-back-016.all.bundle.variables] Error 2
>> > make: *** [internal-all] Error 2
>> >
>> >
>> > I am installing everythin in /opt/GNUstep so I use the next configure
>> > statement:
>> > ./configure --prefix=/opt/GNUstep
>> >
>> > Any ideas about where this error came from?
>> > Thanks
>> >
>> > --
>> > Un saludo
>> > Best Regards
>> > Pablo Giménez
>> >
>> > _______________________________________________
>> > Discuss-gnustep mailing list
>> > Discuss-gnustep@...
>> > http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>> >
>> >
>>
>> --
>> Besos, abrazos, confeti y aplausos.
>> Jamie Ramone
>> "El Vikingo"
>
>
>
> --
> Un saludo
> Best Regards
> Pablo Giménez
>



--
Besos, abrazos, confeti y aplausos.
Jamie Ramone
"El Vikingo"


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Parent Message unknown Fwd: Problems building gnustep-back on fedora 8

by Jamie Ramone :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Woah! Let's back up there, cowboy. Did you say Foundation, as in
libfoundation? If that's what you did then no wonder it's not working.
libfoundation is a lightweight version of the OpenStep Foundation Kit,
an equivalent of NeXT's EOF package, if you will. I is USELESS for a
comlete development, runtime and user environment. For that you need
both gnustep-make and gnustep-base, found in the same place in the ftp
server as gui and back. Just look for the most recent versions (and
while you're @ it, check and see if there are newer versions of gui
and back, as older versions dont always work with newer versions of
make/base).

---------- Forwarded message ----------
From: Pablo Giménez <pablogipi@...>
Date: 2009/9/30
Subject: Re: Problems building gnustep-back on fedora 8
To: Jamie Ramone <sancombru@...>


Yep using version 0.16 for both gui and back packages
Probably is something wrong in fedora that gnustep doesn't like?

El 30 de septiembre de 2009 14:44, Jamie Ramone <sancombru@...> escribió:

>
> Make sure that the versions of gui and back match. That's usually also
> the source for most of these kind of inconveniances.
>
> 2009/9/30 Pablo Giménez <pablogipi@...>:
> > Mmmm I have built and installed gnustep-gui before properly.
> > I have been looking in goggle and seems that problems like these are caused
> > by a bad unicode or laces setup, don't know if this can be my problem.
> >
> > El 30 de septiembre de 2009 00:18, Jamie Ramone <sancombru@...>
> > escribió:
> >>
> >> Did you install/compile the gnustep-gui lib? You have to do this
> >> BEFORE attempting to install gnustep-back or it'll fail, though it
> >> looks as if it were something else...
> >>
> >> 2009/9/29 Pablo Giménez <pablogipi@...>:
> >> > Hi
> >> > I am really new to gnustep, but seems to be a really interesting
> >> > project.
> >> > So I am trying to build a gnustep desktop environment in my workstation.
> >> > So far I have been able to build the whole fundation except the
> >> > gnustep-back.
> >> > When doing the make I get this error:
> >> >  Creating libgnustep-back-016.bundle/Resources/Info-gnustep.plist...
> >> > plmerge: Uncaught exception NSInvalidArgumentException, reason: Tried to
> >> > add
> >> > nil value for key 'NSCurrencySymbol' to dictionary
> >> > /bin/sh: line 2: 18570 Aborted                 plmerge
> >> > libgnustep-back-016.bundle/Resources/Info-gnustep.plist
> >> > libgnustep-back-016Info.plist
> >> > make[2]: *** [libgnustep-back-016.bundle/Resources/Info-gnustep.plist]
> >> > Error
> >> > 134
> >> > make[2]: *** Deleting file
> >> > `libgnustep-back-016.bundle/Resources/Info-gnustep.plist'
> >> > make[1]: *** [libgnustep-back-016.all.bundle.variables] Error 2
> >> > make: *** [internal-all] Error 2
> >> >
> >> >
> >> > I am installing everythin in /opt/GNUstep so I use the next configure
> >> > statement:
> >> > ./configure --prefix=/opt/GNUstep
> >> >
> >> > Any ideas about where this error came from?
> >> > Thanks
> >> >
> >> > --
> >> > Un saludo
> >> > Best Regards
> >> > Pablo Giménez
> >> >
> >> > _______________________________________________
> >> > Discuss-gnustep mailing list
> >> > Discuss-gnustep@...
> >> > http://lists.gnu.org/mailman/listinfo/discuss-gnustep
> >> >
> >> >
> >>
> >> --
> >> Besos, abrazos, confeti y aplausos.
> >> Jamie Ramone
> >> "El Vikingo"
> >
> >
> >
> > --
> > Un saludo
> > Best Regards
> > Pablo Giménez
> >
>
>
>
> --
> Besos, abrazos, confeti y aplausos.
> Jamie Ramone
> "El Vikingo"



--
Un saludo
Best Regards
Pablo Giménez



--
Besos, abrazos, confeti y aplausos.
Jamie Ramone
"El Vikingo"


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Parent Message unknown Re: Problems building gnustep-back on fedora 8

by Jamie Ramone :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well, I'm as lost as a toilet bowl in the living room with distros (I
built my own system). Richard, Adam, anyone...suggestions?

2009/9/30 Pablo Giménez <pablogipi@...>:

> I am looking at the same location for everything:
> ftp://ftp.gnustep.org/pub/gnustep/core/
> And using the latest stable versions as seen here:
> http://wwwmain.gnustep.org/resources/downloads.php?site=ftp%3A%2F%2Fftp.gnustep.org%2Fpub%2Fgnustep%2F
>
> I don't think is a problem between versions of packages I  think is more
> related to my system configuration
>
> 2009/9/30 Jamie Ramone <sancombru@...>
>>
>> Woah! Let's back up there, cowboy. Did you say Foundation, as in
>> libfoundation? If that's what you did then no wonder it's not working.
>> libfoundation is a lightweight version of the OpenStep Foundation Kit,
>> an equivalent of NeXT's EOF package, if you will. I is USELESS for a
>> comlete development, runtime and user environment. For that you need
>> both gnustep-make and gnustep-base, found in the same place in the ftp
>> server as gui and back. Just look for the most recent versions (and
>> while you're @ it, check and see if there are newer versions of gui
>> and back, as older versions dont always work with newer versions of
>> make/base).
>>
>> ---------- Forwarded message ----------
>> From: Pablo Giménez <pablogipi@...>
>> Date: 2009/9/30
>> Subject: Re: Problems building gnustep-back on fedora 8
>> To: Jamie Ramone <sancombru@...>
>>
>>
>> Yep using version 0.16 for both gui and back packages
>> Probably is something wrong in fedora that gnustep doesn't like?
>>
>> El 30 de septiembre de 2009 14:44, Jamie Ramone <sancombru@...>
>> escribió:
>> >
>> > Make sure that the versions of gui and back match. That's usually also
>> > the source for most of these kind of inconveniances.
>> >
>> > 2009/9/30 Pablo Giménez <pablogipi@...>:
>> > > Mmmm I have built and installed gnustep-gui before properly.
>> > > I have been looking in goggle and seems that problems like these are
>> > > caused
>> > > by a bad unicode or laces setup, don't know if this can be my problem.
>> > >
>> > > El 30 de septiembre de 2009 00:18, Jamie Ramone <sancombru@...>
>> > > escribió:
>> > >>
>> > >> Did you install/compile the gnustep-gui lib? You have to do this
>> > >> BEFORE attempting to install gnustep-back or it'll fail, though it
>> > >> looks as if it were something else...
>> > >>
>> > >> 2009/9/29 Pablo Giménez <pablogipi@...>:
>> > >> > Hi
>> > >> > I am really new to gnustep, but seems to be a really interesting
>> > >> > project.
>> > >> > So I am trying to build a gnustep desktop environment in my
>> > >> > workstation.
>> > >> > So far I have been able to build the whole fundation except the
>> > >> > gnustep-back.
>> > >> > When doing the make I get this error:
>> > >> >  Creating
>> > >> > libgnustep-back-016.bundle/Resources/Info-gnustep.plist...
>> > >> > plmerge: Uncaught exception NSInvalidArgumentException, reason:
>> > >> > Tried to
>> > >> > add
>> > >> > nil value for key 'NSCurrencySymbol' to dictionary
>> > >> > /bin/sh: line 2: 18570 Aborted                 plmerge
>> > >> > libgnustep-back-016.bundle/Resources/Info-gnustep.plist
>> > >> > libgnustep-back-016Info.plist
>> > >> > make[2]: ***
>> > >> > [libgnustep-back-016.bundle/Resources/Info-gnustep.plist]
>> > >> > Error
>> > >> > 134
>> > >> > make[2]: *** Deleting file
>> > >> > `libgnustep-back-016.bundle/Resources/Info-gnustep.plist'
>> > >> > make[1]: *** [libgnustep-back-016.all.bundle.variables] Error 2
>> > >> > make: *** [internal-all] Error 2
>> > >> >
>> > >> >
>> > >> > I am installing everythin in /opt/GNUstep so I use the next
>> > >> > configure
>> > >> > statement:
>> > >> > ./configure --prefix=/opt/GNUstep
>> > >> >
>> > >> > Any ideas about where this error came from?
>> > >> > Thanks
>> > >> >
>> > >> > --
>> > >> > Un saludo
>> > >> > Best Regards
>> > >> > Pablo Giménez
>> > >> >
>> > >> > _______________________________________________
>> > >> > Discuss-gnustep mailing list
>> > >> > Discuss-gnustep@...
>> > >> > http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>> > >> >
>> > >> >
>> > >>
>> > >> --
>> > >> Besos, abrazos, confeti y aplausos.
>> > >> Jamie Ramone
>> > >> "El Vikingo"
>> > >
>> > >
>> > >
>> > > --
>> > > Un saludo
>> > > Best Regards
>> > > Pablo Giménez
>> > >
>> >
>> >
>> >
>> > --
>> > Besos, abrazos, confeti y aplausos.
>> > Jamie Ramone
>> > "El Vikingo"
>>
>>
>>
>> --
>> Un saludo
>> Best Regards
>> Pablo Giménez
>>
>>
>>
>> --
>> Besos, abrazos, confeti y aplausos.
>> Jamie Ramone
>> "El Vikingo"
>
>
>
> --
> Un saludo
> Best Regards
> Pablo Giménez
>



--
Besos, abrazos, confeti y aplausos.
Jamie Ramone
"El Vikingo"


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Problems building gnustep-back on fedora 8

by Pablo Giménez Pizarro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jeje, seems that is working now.
As I guess is a problem with tyhe unicode setup in my machine.
My LANG environment variable was set to en_GB, I have opened a new terminal and set it to en_GB.utf8, run ./configure;make and voile no errors now!
Great, so seems that gnustep needs a proper utf environment.
Can somebody clarity all the things needed to setup a proper unicode environment, with the LANG variable is enough?
thx

2009/9/30 Jamie Ramone <sancombru@...>
Well, I'm as lost as a toilet bowl in the living room with distros (I
built my own system). Richard, Adam, anyone...suggestions?

2009/9/30 Pablo Giménez <pablogipi@...>:
> I am looking at the same location for everything:
> ftp://ftp.gnustep.org/pub/gnustep/core/
> And using the latest stable versions as seen here:
> http://wwwmain.gnustep.org/resources/downloads.php?site=ftp%3A%2F%2Fftp.gnustep.org%2Fpub%2Fgnustep%2F
>
> I don't think is a problem between versions of packages I  think is more
> related to my system configuration
>
> 2009/9/30 Jamie Ramone <sancombru@...>
>>
>> Woah! Let's back up there, cowboy. Did you say Foundation, as in
>> libfoundation? If that's what you did then no wonder it's not working.
>> libfoundation is a lightweight version of the OpenStep Foundation Kit,
>> an equivalent of NeXT's EOF package, if you will. I is USELESS for a
>> comlete development, runtime and user environment. For that you need
>> both gnustep-make and gnustep-base, found in the same place in the ftp
>> server as gui and back. Just look for the most recent versions (and
>> while you're @ it, check and see if there are newer versions of gui
>> and back, as older versions dont always work with newer versions of
>> make/base).
>>
>> ---------- Forwarded message ----------
>> From: Pablo Giménez <pablogipi@...>
>> Date: 2009/9/30
>> Subject: Re: Problems building gnustep-back on fedora 8
>> To: Jamie Ramone <sancombru@...>
>>
>>
>> Yep using version 0.16 for both gui and back packages
>> Probably is something wrong in fedora that gnustep doesn't like?
>>
>> El 30 de septiembre de 2009 14:44, Jamie Ramone <sancombru@...>
>> escribió:
>> >
>> > Make sure that the versions of gui and back match. That's usually also
>> > the source for most of these kind of inconveniances.
>> >
>> > 2009/9/30 Pablo Giménez <pablogipi@...>:
>> > > Mmmm I have built and installed gnustep-gui before properly.
>> > > I have been looking in goggle and seems that problems like these are
>> > > caused
>> > > by a bad unicode or laces setup, don't know if this can be my problem.
>> > >
>> > > El 30 de septiembre de 2009 00:18, Jamie Ramone <sancombru@...>
>> > > escribió:
>> > >>
>> > >> Did you install/compile the gnustep-gui lib? You have to do this
>> > >> BEFORE attempting to install gnustep-back or it'll fail, though it
>> > >> looks as if it were something else...
>> > >>
>> > >> 2009/9/29 Pablo Giménez <pablogipi@...>:
>> > >> > Hi
>> > >> > I am really new to gnustep, but seems to be a really interesting
>> > >> > project.
>> > >> > So I am trying to build a gnustep desktop environment in my
>> > >> > workstation.
>> > >> > So far I have been able to build the whole fundation except the
>> > >> > gnustep-back.
>> > >> > When doing the make I get this error:
>> > >> >  Creating
>> > >> > libgnustep-back-016.bundle/Resources/Info-gnustep.plist...
>> > >> > plmerge: Uncaught exception NSInvalidArgumentException, reason:
>> > >> > Tried to
>> > >> > add
>> > >> > nil value for key 'NSCurrencySymbol' to dictionary
>> > >> > /bin/sh: line 2: 18570 Aborted                 plmerge
>> > >> > libgnustep-back-016.bundle/Resources/Info-gnustep.plist
>> > >> > libgnustep-back-016Info.plist
>> > >> > make[2]: ***
>> > >> > [libgnustep-back-016.bundle/Resources/Info-gnustep.plist]
>> > >> > Error
>> > >> > 134
>> > >> > make[2]: *** Deleting file
>> > >> > `libgnustep-back-016.bundle/Resources/Info-gnustep.plist'
>> > >> > make[1]: *** [libgnustep-back-016.all.bundle.variables] Error 2
>> > >> > make: *** [internal-all] Error 2
>> > >> >
>> > >> >
>> > >> > I am installing everythin in /opt/GNUstep so I use the next
>> > >> > configure
>> > >> > statement:
>> > >> > ./configure --prefix=/opt/GNUstep
>> > >> >
>> > >> > Any ideas about where this error came from?
>> > >> > Thanks
>> > >> >
>> > >> > --
>> > >> > Un saludo
>> > >> > Best Regards
>> > >> > Pablo Giménez
>> > >> >
>> > >> > _______________________________________________
>> > >> > Discuss-gnustep mailing list
>> > >> > Discuss-gnustep@...
>> > >> > http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>> > >> >
>> > >> >
>> > >>
>> > >> --
>> > >> Besos, abrazos, confeti y aplausos.
>> > >> Jamie Ramone
>> > >> "El Vikingo"
>> > >
>> > >
>> > >
>> > > --
>> > > Un saludo
>> > > Best Regards
>> > > Pablo Giménez
>> > >
>> >
>> >
>> >
>> > --
>> > Besos, abrazos, confeti y aplausos.
>> > Jamie Ramone
>> > "El Vikingo"
>>
>>
>>
>> --
>> Un saludo
>> Best Regards
>> Pablo Giménez
>>
>>
>>
>> --
>> Besos, abrazos, confeti y aplausos.
>> Jamie Ramone
>> "El Vikingo"
>
>
>
> --
> Un saludo
> Best Regards
> Pablo Giménez
>



--
Besos, abrazos, confeti y aplausos.
Jamie Ramone
"El Vikingo"



--
Un saludo
Best Regards
Pablo Giménez

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Problems building gnustep-back on fedora 8

by Adam Fedor-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If the system is automatically setting you language to Spanish, it might be a problem with the base/Resources/Languages/Spanish file, although I don't see an obvious problems.

On Sep 30, 2009, at 4:34 AM, Pablo Giménez wrote:

Mmmm I have built and installed gnustep-gui before properly.
I have been looking in goggle and seems that problems like these are caused by a bad unicode or laces setup, don't know if this can be my problem.

El 30 de septiembre de 2009 00:18, Jamie Ramone <sancombru@...> escribió:
Did you install/compile the gnustep-gui lib? You have to do this
BEFORE attempting to install gnustep-back or it'll fail, though it
looks as if it were something else...

2009/9/29 Pablo Giménez <pablogipi@...>:
> Hi
> I am really new to gnustep, but seems to be a really interesting project.
> So I am trying to build a gnustep desktop environment in my workstation.
> So far I have been able to build the whole fundation except the
> gnustep-back.
> When doing the make I get this error:
>  Creating libgnustep-back-016.bundle/Resources/Info-gnustep.plist...
> plmerge: Uncaught exception NSInvalidArgumentException, reason: Tried to add
> nil value for key 'NSCurrencySymbol' to dictionary
> /bin/sh: line 2: 18570 Aborted                 plmerge
> libgnustep-back-016.bundle/Resources/Info-gnustep.plist
> libgnustep-back-016Info.plist
> make[2]: *** [libgnustep-back-016.bundle/Resources/Info-gnustep.plist] Error
> 134
> make[2]: *** Deleting file
> `libgnustep-back-016.bundle/Resources/Info-gnustep.plist'
> make[1]: *** [libgnustep-back-016.all.bundle.variables] Error 2
> make: *** [internal-all] Error 2
>
>
> I am installing everythin in /opt/GNUstep so I use the next configure
> statement:
> ./configure --prefix=/opt/GNUstep
>
> Any ideas about where this error came from?
> Thanks
>
> --
> Un saludo
> Best Regards
> Pablo Giménez
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@...
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>
>

--
Besos, abrazos, confeti y aplausos.
Jamie Ramone
"El Vikingo"



--
Un saludo
Best Regards
Pablo Giménez
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Problems building gnustep-back on fedora 8

by Pablo Giménez Pizarro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yep I have all the core packages compiled and installed, tomorrow I will try to install the extra libs
The problem was that the locale must be an utf, I had en_GB in the LANG environmetn variable, when I have changed it to en.GB.utf8 it works.
My guess is that GNUstep needs an unicode environment to work properly.

2009/9/30 Riccardo Mottola <multix@...>
Jamie Ramone wrote:
Well, I'm as lost as a toilet bowl in the living room with distros (I
built my own system). Richard, Adam, anyone...suggestions?
 
Try the startup package.

http://www.gnustep.org/experience/Startup.html

Once that works for you, you can start making your own customizaitons step by step.

Riccardo



--
Un saludo
Best Regards
Pablo Giménez

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Problems building gnustep-back on fedora 8

by Riccardo Mottola-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jamie Ramone wrote:
> Well, I'm as lost as a toilet bowl in the living room with distros (I
> built my own system). Richard, Adam, anyone...suggestions?
>  
Try the startup package.

http://www.gnustep.org/experience/Startup.html

Once that works for you, you can start making your own customizaitons
step by step.

Riccardo


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: Problems building gnustep-back on fedora 8

by Richard Frith-Macdonald-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 30 Sep 2009, at 19:13, Pablo Giménez wrote:

> Yep I have all the core packages compiled and installed, tomorrow I  
> will try to install the extra libs
> The problem was that the locale must be an utf, I had en_GB in the  
> LANG environmetn variable, when I have changed it to en.GB.utf8 it  
> works.
> My guess is that GNUstep needs an unicode environment to work  
> properly.

I think you are right.

I have committed a fix to gnustep-base (the file GHSLocale.m) in svn  
trunk, which I hope will correct the problem.

Please could you give it a try and let me know if it cures the bug for  
you.



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep