make of 3.0 fails

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

make of 3.0 fails

Janko Mivšek
Hello list,

First I'd like to congratulate Paolo and all contributors for a new
version. I hope I'll find a bit more time for Gnu Smalltalk too, I
actually started already but have a problem:

When I run make on my openSuse 10.0, I got this:

Making all in doc
make[2]: Entering directory `/home/mivsek/smalltalkGnu/smalltalk-3.0/doc'
../gst-tool gst-doc -I ../gst.im --kernel-dir ../kernel -p BloxTK -o
./blox.texi BLOX.* || \
   rm -f ./blox.texi
gst-doc: did not understand #signal:
test -f ./blox.texi && touch ./gst-libs.texi
make[2]: *** [blox.texi] Error 1
make[2]: Leaving directory `/home/mivsek/smalltalkGnu/smalltalk-3.0/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mivsek/smalltalkGnu/smalltalk-3.0'
make: *** [all] Error 2


I admit that I don't know much about gcc and make, normally I just run
it, so any pointer to solution is greatly appreciated!

Best regards
Janko

--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: make of 3.0 fails

Paolo Bonzini
Janko Mivšek wrote:

> Hello list,
>
> First I'd like to congratulate Paolo and all contributors for a new
> version. I hope I'll find a bit more time for Gnu Smalltalk too, I
> actually started already but have a problem:
>
> When I run make on my openSuse 10.0, I got this:
>
> Making all in doc
> make[2]: Entering directory `/home/mivsek/smalltalkGnu/smalltalk-3.0/doc'
> ../gst-tool gst-doc -I ../gst.im --kernel-dir ../kernel -p BloxTK -o
> ./blox.texi BLOX.* || \
>   rm -f ./blox.texi
> gst-doc: did not understand #signal:
> test -f ./blox.texi && touch ./gst-libs.texi
> make[2]: *** [blox.texi] Error 1
> make[2]: Leaving directory `/home/mivsek/smalltalkGnu/smalltalk-3.0/doc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/mivsek/smalltalkGnu/smalltalk-3.0'
> make: *** [all] Error 2

Don't worry. :-)  That's bug 103, see
http://smalltalk.gnu.org/project/issue/103 for more info.  There's a
patch at
http://smalltalk.gnu.org/files/issues/gst-libs-always-succeed.patch but
you can also just type "make install" and whatever is installed is "good
enough" (it's missing some documentation).

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: make of 3.0 fails

Janko Mivšek
Thanks Paolo, it works now, just that I also needed to add
/usr/local/lib to a LD_LIBRARY_PATH manualy on my Suse.

Best regards
Janko

Paolo Bonzini wrote:

> Janko Mivšek wrote:
>> Hello list,
>>
>> First I'd like to congratulate Paolo and all contributors for a new
>> version. I hope I'll find a bit more time for Gnu Smalltalk too, I
>> actually started already but have a problem:
>>
>> When I run make on my openSuse 10.0, I got this:
>>
>> Making all in doc
>> make[2]: Entering directory `/home/mivsek/smalltalkGnu/smalltalk-3.0/doc'
>> ../gst-tool gst-doc -I ../gst.im --kernel-dir ../kernel -p BloxTK -o
>> ./blox.texi BLOX.* || \
>>   rm -f ./blox.texi
>> gst-doc: did not understand #signal:
>> test -f ./blox.texi && touch ./gst-libs.texi
>> make[2]: *** [blox.texi] Error 1
>> make[2]: Leaving directory `/home/mivsek/smalltalkGnu/smalltalk-3.0/doc'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/home/mivsek/smalltalkGnu/smalltalk-3.0'
>> make: *** [all] Error 2
>
> Don't worry. :-)  That's bug 103, see
> http://smalltalk.gnu.org/project/issue/103 for more info.  There's a
> patch at
> http://smalltalk.gnu.org/files/issues/gst-libs-always-succeed.patch but
> you can also just type "make install" and whatever is installed is "good
> enough" (it's missing some documentation).
>
> Paolo
>

--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk