On Sábado, 19 de Marzo de 2011 16:28:05 Paolo Bonzini escribió: > On 03/19/2011 03:59 PM, Holger Hans Peter Freyther wrote: > >> genpr-scan.o: In function `main': > >> /home/giuseppe/Desarrollo/smalltalk/libgst/genpr-scan.c:1: multiple > >> definition of `main' > > > > Hi, > > > > I think this is due a missing dependency like flex or gawk. Could you > > remove the generated file, install them and try again? > > Yes, it is. > > Also, please try the stable-3.2 branch. The master branch is a bit in > flux. > > Paolo > > _______________________________________________ > help-smalltalk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-smalltalk
Thanks for the answer Paolo, Then, how to "fight" against this error in stable? giuseppe@casiopea:~/Desarrollo$ gst-package --download grease -t ~/.st Object: nil error: Invalid value nil: object not indexable SystemExceptions.NotIndexable(Exception)>>pass (ExcHandling.st:385) optimized [] in UndefinedObject>>executeStatements (/usr/local/share/smalltalk/scripts/Package.st:1195) SystemExceptions.NotIndexable(Exception)>>activateHandler: (ExcHandling.st:516) SystemExceptions.NotIndexable(Exception)>>signal (ExcHandling.st:254) SystemExceptions.NotIndexable class(SystemExceptions.InvalidValue class)>>signalOn: (SysExcept.st:409) UndefinedObject(Object)>>checkIndexableBounds: (Object.st:792) UndefinedObject(Object)>>at: (Object.st:858) File class(FilePath class)>>isAbsolute: (FilePath.st:171) File class(FilePath class)>>fullNameFor: (FilePath.st:187) File class>>name: (File.st:112) PackageFiles>>addURL: (/usr/local/share/smalltalk/scripts/Package.st:322) PkgInstall(PackageCommand)>>addFile: (/usr/local/share/smalltalk/scripts/Package.st:591) optimized [] in PackageCommand>>runOnAll: (/usr/local/share/smalltalk/scripts/Package.st:602) OrderedCollection>>do: (OrderColl.st:68) PkgInstall(PackageCommand)>>runOnAll: (/usr/local/share/smalltalk/scripts/Package.st:603) [] in PkgInstall(Command)>>executeOnAll: (/usr/local/share/smalltalk/scripts/Package.st:529) BlockClosure>>ensure: (BlkClosure.st:269) ProcessVariable>>use:during: (ProcEnv.st:74) CurrentCommand class(DynamicVariable class)>>use:during: (DynVariable.st:55) PkgInstall(Command)>>executeOnAll: (/usr/local/share/smalltalk/scripts/Package.st:523) PkgDownload>>runOnAll: (/usr/local/share/smalltalk/scripts/Package.st:559) [] in PkgDownload(Command)>>executeOnAll: (/usr/local/share/smalltalk/scripts/Package.st:529) BlockClosure>>ensure: (BlkClosure.st:269) ProcessVariable>>use:during: (ProcEnv.st:74) CurrentCommand class(DynamicVariable class)>>use:during: (DynVariable.st:55) PkgDownload(Command)>>executeOnAll: (/usr/local/share/smalltalk/scripts/Package.st:523) PackageManager>>run (/usr/local/share/smalltalk/scripts/Package.st:1182) optimized [] in UndefinedObject>>executeStatements (/usr/local/share/smalltalk/scripts/Package.st:1189) BlockClosure>>on:do: (BlkClosure.st:193) UndefinedObject>>executeStatements (/usr/local/share/smalltalk/scripts/Package.st:1191) gst-package: Invalid value nil: object not indexable Or is better to wait to Monday to 3.2.4? Cheers. _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
