Problems with EBImage installation
1
0
Entering edit mode
@cristina-della-beffa-3231
Last seen 7.0 years ago
Germany
Hi, I've tried to install EBImage, after downloading GTK and ImageMagik and having setted their paths. Now when I write library(EBImage) at the prompt in Matlab, there's always something missing. So I dowloaded the following 10 libraries: libgdk-win32-2.0-0.dll libgdk_pixbuf-2.0-0.dll libglib-2.0-0.dll intl.dll libpango-1.0-0.dll libgmodule-2.0-0.dll libpangowin32-1.0-0.dll libatk-1.0-0.dll libgtk-win32-2.0-0.dll libgobject-2.0-0.dll requested by Matlab that told me that I needed them. Now the last Error Message says something like "Impossible to find the enter point gtk_file_chooser_get_filenames_utf8 of the process (procedure) in the dynamical link library libgtk-win32-2.0-0.dll" And then R page shows, as done every time it needed one more library missing, "Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library 'C:/Programmi/R/R-2.8.0/library/EBImage/libs/EBImage.dll': LoadLibrary failure: Impossibile trovare la procedura specificata. Error: package/namespace load failed for 'EBImage'" I've searched "gtk_file_chooser_get_filenames_utf8" in Internet and found that it is part of the list defining the GTK+ ABI (??). I don't know what to do now. If you can please give me a suggestion, it will be appreciated. Thank you, Cristina requested by Matlab, in a directory like: C:/Programs/R/R-2.8.0/library/EBImage/libs [[alternative HTML version deleted]]
PROcess EBImage PROcess EBImage • 1.4k views
ADD COMMENT
0
Entering edit mode
Gregoire Pau ▴ 30
@gregoire-pau-3182
Last seen 9.6 years ago
Dear Cristina, Why are you talking about Matlab ? Looks like that either your GTK+ installation is broken or that EBImage cannot find where you installed GTK+. EBImage needs a recent version of the developer version of GTK+. For instance you can use this one for Windows: http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.14/gtk+-bundle_2. 14.7-20090119_win32.zip and needs a recent version of the developer version of ImageMagick: http://www.imagemagick.org/download/binaries/ImageMagick-6.4.8-7-Q16 -windows-dll.exe EBImage works well with R-2.8.0. Please report your sessionInfo() if reinstalling GTK+ and ImageMagick doesn't sort out the problem. Best regards, Greg cristina della beffa wrote: > Hi, > I've tried to install EBImage, after downloading GTK and ImageMagik and > having setted their paths. > > Now when I write > > library(EBImage) > > at the prompt in Matlab, there's always something missing. > So I dowloaded the following 10 libraries: > > libgdk-win32-2.0-0.dll > libgdk_pixbuf-2.0-0.dll > libglib-2.0-0.dll > intl.dll > libpango-1.0-0.dll > libgmodule-2.0-0.dll > libpangowin32-1.0-0.dll > libatk-1.0-0.dll > libgtk-win32-2.0-0.dll > libgobject-2.0-0.dll > > requested by Matlab that told me that I needed them. > > Now the last Error Message says something like > > "Impossible to find the enter point > > gtk_file_chooser_get_filenames_utf8 > > > > of the process (procedure) in the dynamical link library > > libgtk-win32-2.0-0.dll" > > And then R page shows, as done every time it needed one more library > missing, > > "Error in inDL(x, as.logical(local), as.logical(now), ...) : > unable to load shared library > 'C:/Programmi/R/R-2.8.0/library/EBImage/libs/EBImage.dll': > LoadLibrary failure: Impossibile trovare la procedura specificata. > > Error: package/namespace load failed for 'EBImage'" > > I've searched "gtk_file_chooser_get_filenames_utf8" in Internet and found > that it is part of the list defining the GTK+ ABI (??). > > I don't know what to do now. > If you can please give me a suggestion, it will be appreciated. > > Thank you, > Cristina > > > > requested by Matlab, in a directory like: > > C:/Programs/R/R-2.8.0/library/EBImage/libs > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT
0
Entering edit mode
Thank you Davide e Gregoire, First I had downloaded "glade-3.4.3-win32-1.zip" from " http://gladewin32.sf.net", as written in EBImage vignette, instead of gtk+-bundle. Now that I've downloaded the recent gtk+-bundle, R recognizes "library(EBImage)" and there's no problem, by now. Thank you very much! Best wishes, Cristina Sorry, I worked with Matlab also and I confused R and Matlab names today. 2009/1/20 Gregoire Pau <gregoire.pau@ebi.ac.uk> > Dear Cristina, > > Why are you talking about Matlab ? > > Looks like that either your GTK+ installation is broken or that EBImage > cannot find where you installed GTK+. > > EBImage needs a recent version of the developer version of GTK+. For > instance you can use this one for Windows: > > http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.14/gtk+-bundle_ 2.14.7-20090119_win32.zip > > and needs a recent version of the developer version of ImageMagick: > > http://www.imagemagick.org/download/binaries/ImageMagick-6.4.8-7-Q16 -windows-dll.exe > > EBImage works well with R-2.8.0. > Please report your sessionInfo() if reinstalling GTK+ and ImageMagick > doesn't sort out the problem. > > Best regards, > > Greg > > cristina della beffa wrote: > >> Hi, >> I've tried to install EBImage, after downloading GTK and ImageMagik and >> having setted their paths. >> >> Now when I write >> >> library(EBImage) >> >> at the prompt in Matlab, there's always something missing. >> So I dowloaded the following 10 libraries: >> >> libgdk-win32-2.0-0.dll >> libgdk_pixbuf-2.0-0.dll >> libglib-2.0-0.dll >> intl.dll >> libpango-1.0-0.dll >> libgmodule-2.0-0.dll >> libpangowin32-1.0-0.dll >> libatk-1.0-0.dll >> libgtk-win32-2.0-0.dll >> libgobject-2.0-0.dll >> >> requested by Matlab that told me that I needed them. >> >> Now the last Error Message says something like >> >> "Impossible to find the enter point >> >> gtk_file_chooser_get_filenames_utf8 >> >> >> >> of the process (procedure) in the dynamical link library >> >> libgtk-win32-2.0-0.dll" >> >> And then R page shows, as done every time it needed one more library >> missing, >> >> "Error in inDL(x, as.logical(local), as.logical(now), ...) : >> unable to load shared library >> 'C:/Programmi/R/R-2.8.0/library/EBImage/libs/EBImage.dll': >> LoadLibrary failure: Impossibile trovare la procedura specificata. >> >> Error: package/namespace load failed for 'EBImage'" >> >> I've searched "gtk_file_chooser_get_filenames_utf8" in Internet and found >> that it is part of the list defining the GTK+ ABI (??). >> >> I don't know what to do now. >> If you can please give me a suggestion, it will be appreciated. >> >> Thank you, >> Cristina >> >> >> >> requested by Matlab, in a directory like: >> >> C:/Programs/R/R-2.8.0/library/EBImage/libs >> >> [[alternative HTML version deleted]] >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor@stat.math.ethz.ch >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: >> http://news.gmane.org/gmane.science.biology.informatics.conductor >> > [[alternative HTML version deleted]]
ADD REPLY

Login before adding your answer.

Traffic: 814 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6