Greetings,
I am running the latest git/master on a 64 bit LinuxMint 19. First, I made sure the following packages were installed: libgtk2.0-dev libltdl-dev libffi-dev libtool libtool-bin build-essential libsigsegv-dev I built with: libtoolize --force autoreconf -vi ./configure --with-gnu-ld make sudo make install I then get: $ gst-browser Object: DLD error: requested module gst-glib was not found SystemExceptions.CInterfaceError(Smalltalk.Exception)>>signal (ExcHandling.st:254) SystemExceptions.CInterfaceError class(Smalltalk.Exception class)>>signal: (ExcHandling.st:161) Smalltalk.DLD class>>addModule: (DLD.st:297) optimized [] in Smalltalk.Package>>primFileIn (PkgLoader.st:1571) Smalltalk.Set(Smalltalk.HashedCollection)>>do: (HashedColl.st:200) [] in Smalltalk.Package>>primFileIn (PkgLoader.st:1572) Smalltalk.BlockClosure>>ensure: (BlkClosure.st:271) Smalltalk.Package>>primFileIn (PkgLoader.st:1565) Kernel.StarPackage(Kernel.ExternalPackage)>>primFileIn (PkgLoader.st:1065) optimized [] in Smalltalk.PackageLoader class>>fileInPackages: (PkgLoader.st:1978) Smalltalk.OrderedCollection>>do: (OrderColl.st:67) Smalltalk.PackageLoader class>>fileInPackages: (PkgLoader.st:1971) Smalltalk.PackageLoader class>>fileInPackage: (PkgLoader.st:1959) Smalltalk.Package(Kernel.PackageInfo)>>fileIn (PkgLoader.st:488) optimized [] in Smalltalk.UndefinedObject>>executeStatements (/usr/local/share/smalltalk/scripts/Load.st:126) Smalltalk.OrderedCollection>>do: (OrderColl.st:67) [] in Smalltalk.UndefinedObject>>executeStatements (/usr/local/share/smalltalk/scripts/Load.st:124) [] in Smalltalk.BlockClosure>>ifCurtailed: (BlkClosure.st:290) Smalltalk.BlockClosure>>ensure: (BlkClosure.st:271) Smalltalk.BlockClosure>>ifCurtailed: (BlkClosure.st:276) Smalltalk.UndefinedObject>>executeStatements (/usr/local/share/smalltalk/scripts/Load.st:114) Any help would sure be appreciated. Thanks. Blake McBride _______________________________________________ help-smalltalk mailing list [hidden email] https://lists.gnu.org/mailman/listinfo/help-smalltalk |
gst-glib looks like a SO file required by some (Glib?) Smalltalk package -
can you make sure you have the appropriate .star package created? If it is not, it would be useful to check ./configure output to see which packages are built and which are not. Probably glib2.0-dev or some similar is missing and not all GNU Smalltalk packages are built because of that. D сб, 22 июн. 2019 г. в 01:30, Blake McBride <[hidden email]>: > Greetings, > > I am running the latest git/master on a 64 bit LinuxMint 19. > > First, I made sure the following packages were installed: > > libgtk2.0-dev > > libltdl-dev > > libffi-dev > > libtool > > libtool-bin > > build-essential > > libsigsegv-dev > > I built with: > > libtoolize --force > autoreconf -vi > ./configure --with-gnu-ld > make > sudo make install > > I then get: > > $ gst-browser > Object: DLD error: requested module gst-glib was not found > SystemExceptions.CInterfaceError(Smalltalk.Exception)>>signal > (ExcHandling.st:254) > SystemExceptions.CInterfaceError class(Smalltalk.Exception class)>>signal: > (ExcHandling.st:161) > Smalltalk.DLD class>>addModule: (DLD.st:297) > optimized [] in Smalltalk.Package>>primFileIn (PkgLoader.st:1571) > Smalltalk.Set(Smalltalk.HashedCollection)>>do: (HashedColl.st:200) > [] in Smalltalk.Package>>primFileIn (PkgLoader.st:1572) > Smalltalk.BlockClosure>>ensure: (BlkClosure.st:271) > Smalltalk.Package>>primFileIn (PkgLoader.st:1565) > Kernel.StarPackage(Kernel.ExternalPackage)>>primFileIn (PkgLoader.st:1065) > optimized [] in Smalltalk.PackageLoader class>>fileInPackages: > (PkgLoader.st:1978) > Smalltalk.OrderedCollection>>do: (OrderColl.st:67) > Smalltalk.PackageLoader class>>fileInPackages: (PkgLoader.st:1971) > Smalltalk.PackageLoader class>>fileInPackage: (PkgLoader.st:1959) > Smalltalk.Package(Kernel.PackageInfo)>>fileIn (PkgLoader.st:488) > optimized [] in Smalltalk.UndefinedObject>>executeStatements > (/usr/local/share/smalltalk/scripts/Load.st:126) > Smalltalk.OrderedCollection>>do: (OrderColl.st:67) > [] in Smalltalk.UndefinedObject>>executeStatements > (/usr/local/share/smalltalk/scripts/Load.st:124) > [] in Smalltalk.BlockClosure>>ifCurtailed: (BlkClosure.st:290) > Smalltalk.BlockClosure>>ensure: (BlkClosure.st:271) > Smalltalk.BlockClosure>>ifCurtailed: (BlkClosure.st:276) > Smalltalk.UndefinedObject>>executeStatements > (/usr/local/share/smalltalk/scripts/Load.st:114) > > Any help would sure be appreciated. > > Thanks. > > Blake McBride > _______________________________________________ > help-smalltalk mailing list > [hidden email] > https://lists.gnu.org/mailman/listinfo/help-smalltalk > help-smalltalk mailing list [hidden email] https://lists.gnu.org/mailman/listinfo/help-smalltalk |
Free forum by Nabble | Edit this page |