-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It's broken on 10.5 as well (same error). This is quite possibly related to the recent updates to GTK+2.
On 4/25/10 8:14 AM, Pierre-Henri Lavigne wrote: > > Thank you for the feedbacks Aiko. Unfortunately, I'm unable to test with 64. > If anyone has an idea about the following issue, please tell us :-) > It's again about wxgtk 2.8 with 64 bits > > Anyway googling, it's look similar to: http://trac.wxwidgets.org/ticket/10883 > I'll try to reproduce that on my iBook if possible. > > It looks like i should try updating to 2.8.11 as soon as possible. > > Keep in touch. > > Regards, > > Peter > > ---------- 転送されたメッセージ ---------- > > 件名: Fwd: wxgtk2.8-2.8.10-22 in gnuplot > 日付: 日曜日 25 4月 2010 19:06:22 > 差出人: Akio Sakai <aki...@mac.com> > 宛先: "Pierre-Henri Lavigne" <yakesonchih...@aim.com>, Alexander Hansen > <alexkhan...@users.sourceforge.net> > CC: alexanderk.han...@gmail.com, Akio Sakai <aki...@mac.com> > > Dear Pierre-Henri and Alex, > > This is the addendum to the previous mail. > The following is the install process of gnuplot. > > $ sudo fink install gnuplot > Password: > Information about 8712 packages read in 0 seconds. > The following package will be installed or updated: > gnuplot > The following 4 additional packages will be installed: > libgettext8-dev libjpeg8 wxgtk2.8 wxgtk2.8-shlibs > Do you want to continue? [Y/n] > > ----- > For your reference after that, > > $ fink list libgettext8-dev > Information about 8712 packages read in 1 seconds. > libgettext8-dev 0.17-19 GNU Internationalization utils > (Development Files) > $ fink list libjpeg8 > Information about 8712 packages read in 1 seconds. > libjpeg8 8-2 JPEG image format handling > library > i libjpeg8-shlibs 8-2 Shared libraries for libjpeg > package > $ fink list wxgtk2.8-shlibs > Information about 8712 packages read in 1 seconds. > wxgtk2.8-shlibs 2.8.10-22 Shared libraries for wxgtk2.8- > shlibs > > Sincerely, > Akio > > Begin forwarded message: > >> 差出人: Akio Sakai <aki...@mac.com> >> 日時: 2010年4月25日 18:15:02JST >> 宛先: Pierre-Henri Lavigne <yakesonchih...@aim.com>, Alexander Hansen > <alexkhan...@users.sourceforge.net> >> Cc: alexanderk.han...@gmail.com, Akio Sakai <aki...@mac.com> >> 件名: wxgtk2.8-2.8.10-22 in gnuplot >> >> Dear Pierre-Henri, >> >> In the course of install of gnuplot (Snow Leopard, Fink 64 bit), I > encountered the following error in wxgtk2.8-2.8.10-22. >> >> fink rebuild wxgtk2.8-2.8.10-22 >> >> ---- >> ---- >> ---- >> g++ -c -o coredll_gtk_gsockgtk.o -D__WXGTK__ -I../src/regex - > DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -dynamic -fPIC -DPIC - > D_FILE_OFFSET_BITS=64 -D_LARGE_FILES - > I/sw/src/fink.build/wxgtk2.8-2.8.10-22/wxGTK-2.8.10/build/lib/wx/include/gtk2- > unicode-release-2.8 -I../include -I/sw/include/pango-1.0 - > I/sw/include/freetype2 -I/sw/include -I/sw/lib/fontconfig2/include - > I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 - > I/sw/include/cairo -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include - > I/sw/include/pixman-1 -I/usr/X11R6/include -I/usr/X11/include - > I/sw/include/gstreamer-0.10 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include > -I/sw/include/libxml2 -I/sw/include -I/sw/include/gconf/2 -I/sw/include/SDL - > I/usr/X11R6/include -I/sw/include -I/sw/include -Wall -Wundef -Wno-ctor-dtor- > privacy -O2 -fno-strict-aliasing -I/sw/include/gnome-vfs-2.0 -I/sw/lib/gnome- > vfs2.16/gnome-vfs-2.0/include -I/sw/include/gconf/2 -I/sw/include/glib-2.0 - > I/sw/lib/glib-2.0/include -I/sw/include/pango-1.0 -I/sw/include/freetype2 - > I/sw/include -I/sw/lib/fontconfig2/include -I/sw/include/libgnomeprintui-2.2 - > I/sw/include/libgnomeprint-2.2 -I/sw/include/libgnomecanvas-2.0 - > I/sw/include/libart-2.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include - > I/sw/include/libxml2 -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include - > I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pixman-1 - > I/usr/X11R6/include -I/usr/X11/include -I/sw/include/SDL -D_GNU_SOURCE=1 - > D_THREAD_SAFE -fno-common ../src/gtk/gsockgtk.cpp >> In file included from ../src/gtk/gsockgtk.cpp:21: >> ../include/wx/gsocket.h:40: error: using typedef-name 'GSocket' after > 'class' >> /sw/include/glib-2.0/gio/giotypes.h:120: error: 'GSocket' has a previous > declaration here >> In file included from ../include/wx/gsocket.h:179, >> from ../src/gtk/gsockgtk.cpp:21: >> ../include/wx/unix/gsockunx.h:40: error: using typedef-name 'GSocket' after > 'class' >> /sw/include/glib-2.0/gio/giotypes.h:120: error: 'GSocket' has a previous > declaration here >> ../src/gtk/gsockgtk.cpp: In function 'void _GSocket_GDK_Input(void*, gint, > GdkInputCondition)': >> ../src/gtk/gsockgtk.cpp:34: error: 'struct _GSocket' has no member named > 'Detected_Read' >> ../src/gtk/gsockgtk.cpp:36: error: 'struct _GSocket' has no member named > 'Detected_Write' >> ../src/gtk/gsockgtk.cpp: In member function 'virtual bool > GSocketGUIFunctionsTableConcrete::Init_Socket(GSocket*)': >> ../src/gtk/gsockgtk.cpp:56: error: 'struct _GSocket' has no member named > 'm_gui_dependent' >> ../src/gtk/gsockgtk.cpp:57: error: 'struct _GSocket' has no member named > 'm_gui_dependent' >> ../src/gtk/gsockgtk.cpp: In member function 'virtual void > GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket*)': >> ../src/gtk/gsockgtk.cpp:67: error: 'struct _GSocket' has no member named > 'm_gui_dependent' >> ../src/gtk/gsockgtk.cpp: In member function 'virtual void > GSocketGUIFunctionsTableConcrete::Install_Callback(GSocket*, GSocketEvent)': >> ../src/gtk/gsockgtk.cpp:72: error: 'struct _GSocket' has no member named > 'm_gui_dependent' >> ../src/gtk/gsockgtk.cpp:75: error: 'struct _GSocket' has no member named > 'm_fd' >> ../src/gtk/gsockgtk.cpp:83: error: 'struct _GSocket' has no member named > 'm_server' >> ../src/gtk/gsockgtk.cpp:90: error: 'struct _GSocket' has no member named > 'm_fd' >> ../src/gtk/gsockgtk.cpp: In member function 'virtual void > GSocketGUIFunctionsTableConcrete::Uninstall_Callback(GSocket*, GSocketEvent)': >> ../src/gtk/gsockgtk.cpp:98: error: 'struct _GSocket' has no member named > 'm_gui_dependent' >> ../src/gtk/gsockgtk.cpp:108: error: 'struct _GSocket' has no member named > 'm_server' >> make: *** [coredll_gtk_gsockgtk.o] Error 1 >> ### execution of /var/tmp/tmp.2.Y9ZDyC failed, exit code 2 >> Removing runtime build-lock... >> Removing build-lock package... >> /sw/bin/dpkg-lockwait -r fink-buildlock-wxgtk2.8-2.8.10-22 >> >> Failed: phase compiling: wxgtk2.8-2.8.10-22 failed >> >> Before reporting any errors, please run "fink selfupdate" and >> try again. If you continue to have issues, please check to see if the >> FAQ on fink's website solves the problem. If not, ask on the fink-users >> or fink-beginners mailing lists, with a carbon copy to the maintainer: >> >> Pierre-Henri Lavigne <yakesonchih...@aim.com> >> >> Note that this is preferable to emailing the maintainer directly, since >> most fink package maintainers do not have access to all possible >> hardware and software configurations. >> >> I tried "fink selfupdate" several times, but problem remains unresolved and > gnuplot was not installed. Do you have any idea to resolve it? >> >> Mac OSX 10.6.3 >> XQuartz 2.3.5 >> Xcode 3.2.2 >> >> Sincerely, >> Akio >> > > - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvUuFcACgkQB8UpO3rKjQ/MVQCgphF4X4jxbZxBWjWGp1e79b/D gocAn191drtlCeEBy5YRl79WUe1LvaEv =Rshs -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel