This list is closed, nobody may subscribe to it.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(33) |
Aug
(12) |
Sep
(28) |
Oct
(1) |
Nov
(30) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(3) |
Feb
(22) |
Mar
(31) |
Apr
(49) |
May
(48) |
Jun
(16) |
Jul
(16) |
Aug
(42) |
Sep
(62) |
Oct
(11) |
Nov
(28) |
Dec
(16) |
2011 |
Jan
(11) |
Feb
(44) |
Mar
(43) |
Apr
(53) |
May
(54) |
Jun
(54) |
Jul
(15) |
Aug
(11) |
Sep
(8) |
Oct
(2) |
Nov
(4) |
Dec
(4) |
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
(2) |
2013 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(8) |
Jul
(6) |
Aug
(4) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(18) |
Sep
|
Oct
|
Nov
|
Dec
(4) |
2015 |
Jan
(2) |
Feb
|
Mar
|
Apr
(13) |
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
(9) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Mikkel K. J. <mi...@st...> - 2011-04-12 17:21:51
|
I can see that you are not much for C#, thats fine. My patch is no more a no-op than other gtk_*_new, and many don't do anything, like GtkEntry: -- GtkWidget* gtk_entry_new (void) { return g_object_new (GTK_TYPE_ENTRY, NULL); } -- The point is to make it easier and more consistent. And also easier to wrap. Yes i realize that my problem is with mono, actually with all virtual languages. I can see the people using Python have the same problems, that "NSApplication terminate" is calling exit. So they don't have time to cleanup. Sorry if I wasted your time. Thanks for making the bug report. /Mikkel tir, 12 04 2011 kl. 07:03 -0700, skrev John Ralls: > On Apr 12, 2011, at 1:21 AM, Mikkel Kruse Johnsen wrote: > > > Hi John > > > > Gtk# is a wrap of Gtk+ that works for both Linux, Windows and Mac and is used by many apps, like banshee, f-spot etc. > > > > I'm not asking you to support C# and the patch is not C# specific. It's just a "gtk_osxapplication_new" function, like all other Gtk libraries has a "gtk_*_new" function. > > > > Hope you will still take a look at the extra apple menu problem, thanks. > > Gtk# is an external project -- not hosted on git.gnome.org. Yes, it's true that gtk-osx isn't, either, but I'm supposed to be integrating that into gtk proper. I've just had to much to do with Gnucash to do anything about it yet. > > Yes, other Gtk classes have new functions, but those do something. Your patch is a no-op function. What's the point? > > And since your crash dump pretty clearly shows that mono is the source of the crash, why did you bring it here? > > Of course I'll look into the extra-apple problem. I've added https://sourceforge.net/apps/trac/gtk-osx/ticket/53 to track it (and so I don't forget). > > Regards, > John Ralls > |
From: John R. <jr...@ce...> - 2011-04-12 14:03:34
|
On Apr 12, 2011, at 1:21 AM, Mikkel Kruse Johnsen wrote: > Hi John > > Gtk# is a wrap of Gtk+ that works for both Linux, Windows and Mac and is used by many apps, like banshee, f-spot etc. > > I'm not asking you to support C# and the patch is not C# specific. It's just a "gtk_osxapplication_new" function, like all other Gtk libraries has a "gtk_*_new" function. > > Hope you will still take a look at the extra apple menu problem, thanks. Gtk# is an external project -- not hosted on git.gnome.org. Yes, it's true that gtk-osx isn't, either, but I'm supposed to be integrating that into gtk proper. I've just had to much to do with Gnucash to do anything about it yet. Yes, other Gtk classes have new functions, but those do something. Your patch is a no-op function. What's the point? And since your crash dump pretty clearly shows that mono is the source of the crash, why did you bring it here? Of course I'll look into the extra-apple problem. I've added https://sourceforge.net/apps/trac/gtk-osx/ticket/53 to track it (and so I don't forget). Regards, John Ralls |
From: Mikkel K. J. <mi...@st...> - 2011-04-12 08:21:45
|
Hi John Gtk# is a wrap of Gtk+ that works for both Linux, Windows and Mac and is used by many apps, like banshee, f-spot etc. I'm not asking you to support C# and the patch is not C# specific. It's just a "gtk_osxapplication_new" function, like all other Gtk libraries has a "gtk_*_new" function. Hope you will still take a look at the extra apple menu problem, thanks. -- Med Venlig Hilsen / Kind Regards Mikkel Kruse Johnsen IT Ansvarlig, Medejer Structura IT ApS Kratbjerg 212 3480 Fredensborg Telefon: +45 4816 1001 Telefax: +45 4824 5320 Direkte: +45 2128 7793 e-mail: mi...@st... man, 11 04 2011 kl. 13:27 -0700, skrev John Ralls: > On Apr 11, 2011, at 12:50 PM, Mikkel Kruse Johnsen wrote: > > > Hi John > > > > Ahh, "gtk_application_set_use_quartz_accelerators" did the trick, now cmd-q works. Thanks > > > > I don't see the "NSApplicationShouldTerminate" you talk about, is it not in GtkOSXApplication ? > > > > I have attached the report, but I can see that the test program I send you, don't have a problem when quitting. So it must be Mono that has the problem. > > > > As you can see I use Mono on Mac and I wrap the GtkOSXApplication. Could you add the attached patch for easier wrapping to C# !! > > > > NSApplicationShouldTerminate is the name of the notification that OSX sends; GNSApplicationDelegate receives it and in turn emits the NSApplicationBlockTermination event. > > I don't think that it's a good idea to wrap Gtk inside of Mono (or vice-versa). Use one or the other. > > And no, neither Gtk nor OSX support C#, so I'm not going to, either. Sorry. > > Regards, > John Ralls > |
From: John R. <jr...@ce...> - 2011-04-11 20:28:02
|
On Apr 11, 2011, at 12:50 PM, Mikkel Kruse Johnsen wrote: > Hi John > > Ahh, "gtk_application_set_use_quartz_accelerators" did the trick, now cmd-q works. Thanks > > I don't see the "NSApplicationShouldTerminate" you talk about, is it not in GtkOSXApplication ? > > I have attached the report, but I can see that the test program I send you, don't have a problem when quitting. So it must be Mono that has the problem. > > As you can see I use Mono on Mac and I wrap the GtkOSXApplication. Could you add the attached patch for easier wrapping to C# !! > NSApplicationShouldTerminate is the name of the notification that OSX sends; GNSApplicationDelegate receives it and in turn emits the NSApplicationBlockTermination event. I don't think that it's a good idea to wrap Gtk inside of Mono (or vice-versa). Use one or the other. And no, neither Gtk nor OSX support C#, so I'm not going to, either. Sorry. Regards, John Ralls |
From: John R. <jr...@ce...> - 2011-04-11 19:11:08
|
On Apr 11, 2011, at 10:23 AM, Mikkel Kruse Johnsen wrote: > Hi John > > Here is the test sample. > > Click on "Change Icon" and a new window will open. The extra Apple menu will also appear. > Cool. I'll have to debug on that a bit; nothing obvious comes to mind. Regards, John Ralls |
From: John R. <jr...@ce...> - 2011-04-11 19:03:47
|
On Apr 11, 2011, at 9:32 AM, Mikkel Kruse Johnsen wrote: > Hi John > > The crash is after NSApplicationWillTerminate, the only way I can get it to not make a crash report, is to Quit Gtk main loop in NSApplicationBlockTermination and return true. Then NSApplicationWillTerminate is never called, but the program exit. > > I don't see the accelerators bypass the Gtk menu, if I keep my normal Gtk menu item with accelerator as cmd-q and hide it, it calls my normal quit function. If I don't have the menuitem, nothing happens when cmd-q is pressed. The same with the other accelerators in main menu and windows menu, they don't work. Sorry, I meant to say that unless you've called gtk_application_set_use_quartz_accelerators(theApp, FALSE), the gtk menu accelerators are bypassed and the app gets a menu notification direct from Quartz rather than getting a key_down notification for Gtk to turn into a menu event. The catch is that Command-Q is special: There is no gtk menu linked to it like there was in ige-mac-integration. Instead, it uses the stock Apple menu item, which sends the NSApplicationShouldTerminate/NSApplicationWillTerminate NSNotification pair, which are acted on by the handlers in GNSApplicationDelegate and GtkApplicationNotify. You should have a handler for NSApplicationWillTerminate and call gtk_main_quit() from there, not from NSApplicationBlockTermination. NSApplicationBlockTermination is so that you can offer the user the opportunity not to quit if she has unsaved work. You haven't yet provided a crash report (from a debug build, please), but I suspect that you're freeing resources in your NSApplicationBlockTermination handler. Don't do that: Do it in the NSApplicationWillTerminate handler. Regards, John Ralls |
From: Mikkel K. J. <mi...@st...> - 2011-04-11 17:23:20
|
Hi John Here is the test sample. Click on "Change Icon" and a new window will open. The extra Apple menu will also appear. -- Med Venlig Hilsen / Kind Regards Mikkel Kruse Johnsen IT Ansvarlig, Medejer Structura IT ApS Kratbjerg 212 3480 Fredensborg Telefon: +45 4816 1001 Telefax: +45 4824 5320 Direkte: +45 2128 7793 e-mail: mi...@st... søn, 10 04 2011 kl. 12:18 -0700, skrev John Ralls: > On Apr 10, 2011, at 10:11 AM, Mikkel Kruse Johnsen wrote: > > > Hi Jesse and Others > > > > Did you resolve your problem with the extra apple menu ? > > > > I have the same issue, it appears when I create a new window and switching between windows makes it disappear. > > > > I also have a problem getting the "Window" and main menu to translate. Did you get this to work ? > > > > Can you create a minimal sample, perhaps by jiggering testintegration, that demonstrates the problem? Even if the problem turns out to be in your code this often helps find what the problem is. > > Regards > John Ralls > > |
From: Mikkel K. J. <mi...@st...> - 2011-04-11 16:33:04
|
Hi John The crash is after NSApplicationWillTerminate, the only way I can get it to not make a crash report, is to Quit Gtk main loop in NSApplicationBlockTermination and return true. Then NSApplicationWillTerminate is never called, but the program exit. I don't see the accelerators bypass the Gtk menu, if I keep my normal Gtk menu item with accelerator as cmd-q and hide it, it calls my normal quit function. If I don't have the menuitem, nothing happens when cmd-q is pressed. The same with the other accelerators in main menu and windows menu, they don't work. -- Med Venlig Hilsen / Kind Regards Mikkel Kruse Johnsen IT Ansvarlig, Medejer Structura IT ApS Kratbjerg 212 3480 Fredensborg Telefon: +45 4816 1001 Telefax: +45 4824 5320 Direkte: +45 2128 7793 e-mail: mi...@st... søn, 10 04 2011 kl. 12:25 -0700, skrev John Ralls: > On Apr 10, 2011, at 10:12 AM, Mikkel Kruse Johnsen wrote: > > > Hi > > > > Using the GtkOSXApplication the application crashes when I click on the "Quit" in the menu, a report message pops up asking if I want to send to apple. If I use my accelerator Apple-Q there is no report popup. > > > > There seems to be a diffrent, when using the "Quit" from the menu I get a "NSApplication terminate" signal, that I don't get with the apple-Q accelerator. Any ideas ? > > > > The Keyboard accelerator bypasses the Gtk menu and tells the underlying Cocoa event loop to send the NSApplicationShouldTerminate and NSApplicationWillTerminate notifications, which should be translated into the corresponding Gtk signals by NSApplicationDelegate in GtkOSXApplication. Where's the crash? > > Regards, > John Ralls > > |
From: John R. <jr...@ce...> - 2011-04-10 19:25:34
|
On Apr 10, 2011, at 10:12 AM, Mikkel Kruse Johnsen wrote: > Hi > > Using the GtkOSXApplication the application crashes when I click on the "Quit" in the menu, a report message pops up asking if I want to send to apple. If I use my accelerator Apple-Q there is no report popup. > > There seems to be a diffrent, when using the "Quit" from the menu I get a "NSApplication terminate" signal, that I don't get with the apple-Q accelerator. Any ideas ? > The Keyboard accelerator bypasses the Gtk menu and tells the underlying Cocoa event loop to send the NSApplicationShouldTerminate and NSApplicationWillTerminate notifications, which should be translated into the corresponding Gtk signals by NSApplicationDelegate in GtkOSXApplication. Where's the crash? Regards, John Ralls |
From: John R. <jr...@ce...> - 2011-04-10 19:19:03
|
On Apr 10, 2011, at 10:11 AM, Mikkel Kruse Johnsen wrote: > Hi Jesse and Others > > Did you resolve your problem with the extra apple menu ? > > I have the same issue, it appears when I create a new window and switching between windows makes it disappear. > > I also have a problem getting the "Window" and main menu to translate. Did you get this to work ? > Can you create a minimal sample, perhaps by jiggering testintegration, that demonstrates the problem? Even if the problem turns out to be in your code this often helps find what the problem is. Regards John Ralls |
From: Mikkel K. J. <mi...@st...> - 2011-04-10 17:12:10
|
Hi Using the GtkOSXApplication the application crashes when I click on the "Quit" in the menu, a report message pops up asking if I want to send to apple. If I use my accelerator Apple-Q there is no report popup. There seems to be a diffrent, when using the "Quit" from the menu I get a "NSApplication terminate" signal, that I don't get with the apple-Q accelerator. Any ideas ? -- Med Venlig Hilsen / Kind Regards Mikkel Kruse Johnsen IT Ansvarlig, Medejer Structura IT ApS Kratbjerg 212 3480 Fredensborg Telefon: +45 4816 1001 Telefax: +45 4824 5320 Direkte: +45 2128 7793 e-mail: mi...@st... |
From: Mikkel K. J. <mi...@st...> - 2011-04-10 17:11:59
|
Hi Jesse and Others Did you resolve your problem with the extra apple menu ? I have the same issue, it appears when I create a new window and switching between windows makes it disappear. I also have a problem getting the "Window" and main menu to translate. Did you get this to work ? /Mikkel ons, 16 03 2011 kl. 16:03 +0100, skrev Jesse van den Kieboom: > On 03/16/2011 02:45 PM, John Ralls wrote: > > On Mar 16, 2011, at 5:21 AM, Jesse van den Kieboom wrote: > > > >> Hi, > >> > >> I'm currently porting gedit to the new GtkOSXApplication. Things seem to be much nicer now (cool with the multiple windows support for global menu). There is one thing that is a bit strange and I don't know why it happens, but when I set the menu (according to the example) I get somehow an additional Apple (like the system menu) in the menu bar (only a bit smaller). The weird thing also is that when I open an additional gedit window, and then switch back to the first one, this smaller apple logo menu thingie disappears. > >> > >> Does anyone have any idea why this happens and how to fix it? > > Does the extra apple have a menu attached to it? Is it a duplicate of the system menu or something else? > There is nothing attached to it (clicking it has not really any effect). > I can't reproduce with test-integration, but I'm not sure what could be > different in gedit. I also tried explicitly syncing the menu but it > doesn't remove the apple menu. > > Regards, > > John Ralls > > > > > > ------------------------------------------------------------------------------ > > Colocation vs. Managed Hosting > > A question and answer guide to determining the best fit > > for your organization - today and in the future. > > http://p.sf.net/sfu/internap-sfd2d > > _______________________________________________ > > Gtk-osx-users mailing list > > Gtk...@li... > > https://lists.sourceforge.net/lists/listinfo/gtk-osx-users > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ Gtk-osx-users mailing list Gtk...@li... https://lists.sourceforge.net/lists/listinfo/gtk-osx-users |
From: John R. <jr...@ce...> - 2011-04-08 14:24:47
|
On Apr 8, 2011, at 4:37 AM, Peter Kelley wrote: > John, > > Thank you. This did the trick! > Thanks for the confirmation. I've updated the Build page. Regards, John Ralls |
From: Peter K. <pet...@in...> - 2011-04-08 11:37:18
|
John, Thank you. This did the trick! Peter On Apr 7, 2011, at 10:13 PM, John Ralls wrote: > > On Apr 7, 2011, at 4:33 PM, Peter Kelley wrote: > >> I am running XCode 4.0.1 > > > I think what's going on is that XCode4 removes ppc support for a bunch of things. Unfortunately, Perl isn't one of them but libexpat is, so when Perl tries to compile a module (in this case XML::Parser), it passes x86_64, i386, and ppc for architectures. There's no ppc image in libexpat, so the build fails. > > If I'm right, the solution is to export ARCHFLAGS="-arch x86_64 -arch i386". You may also want to add > $ENV{ARCHFLAGS} = "-arch x86_64 -arch i386" to your ~/.cpan/CPAN/MyConfig.pm (or ~/Library/Application Support/.cpan/CPAN/MyConfig.pm if you have File::HomeDir installed, though that's unusual for Mac users). > > Regards, > John Ralls > > > > ------------------------------------------------------------------------------ > Xperia(TM) PLAY > It's a major breakthrough. An authentic gaming > smartphone on the nation's most reliable network. > And it wants your games. > http://p.sf.net/sfu/verizon-sfdev > _______________________________________________ > Gtk-osx-users mailing list > Gtk...@li... > https://lists.sourceforge.net/lists/listinfo/gtk-osx-users > |
From: John R. <jr...@ce...> - 2011-04-08 02:13:34
|
On Apr 7, 2011, at 4:33 PM, Peter Kelley wrote: > I am running XCode 4.0.1 I think what's going on is that XCode4 removes ppc support for a bunch of things. Unfortunately, Perl isn't one of them but libexpat is, so when Perl tries to compile a module (in this case XML::Parser), it passes x86_64, i386, and ppc for architectures. There's no ppc image in libexpat, so the build fails. If I'm right, the solution is to export ARCHFLAGS="-arch x86_64 -arch i386". You may also want to add $ENV{ARCHFLAGS} = "-arch x86_64 -arch i386" to your ~/.cpan/CPAN/MyConfig.pm (or ~/Library/Application Support/.cpan/CPAN/MyConfig.pm if you have File::HomeDir installed, though that's unusual for Mac users). Regards, John Ralls |
From: Peter K. <pet...@in...> - 2011-04-07 23:33:47
|
I am running XCode 4.0.1 |
From: Shawn B. <sha...@ho...> - 2011-04-07 20:47:43
|
I'm using xCode 4. This is how I got back to compiling again... 1) I re-installed xCode 3.2 from the CD, 2) re-built GTK (fresh 2.24). 3) Made a copy of the /Developer/SDKs/MacOSX10.5.sdk 4) Upgraded to xCode 4 5) Copied MacOSX10.5.sdk back into /Developer/SDKs (I could have sym linked I suppose) I have not tried to re-build GTK though yet. From: jr...@ce... Date: Wed, 6 Apr 2011 19:20:42 -0700 To: gtk...@li... Subject: Re: [Gtk-osx-users] Can't load Expat.bundle, 1) no suitable image found On Apr 6, 2011, at 1:45 PM, Peter Kelley wrote:Hi, I am trying to install GTK 2 on Mac OSX 10.6.7 on a Mac Pro with Intel architecture, and am following the instructions for building it on http://sourceforge.net/apps/trac/gtk-osx/wiki/Build When I try to execute the "jhbuild build meta-gtk-osx-bootstrap" command I get the following: "checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool" After some digging around in intltool I found this error: "Can't load '/Users/peterkelley/gtk/inst/lib/perl5/5.10.0/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle' for module XML::Parser::Expat: dlopen(/Users/peterkelley/gtk/inst/lib/perl5/5.10.0/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle, 1): no suitable image found." Have you upgraded to XCode4 by any chance? Regards,John Ralls ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ Gtk-osx-users mailing list Gtk...@li... https://lists.sourceforge.net/lists/listinfo/gtk-osx-users |
From: John R. <jr...@ce...> - 2011-04-07 02:20:54
|
On Apr 6, 2011, at 1:45 PM, Peter Kelley wrote: > Hi, > > I am trying to install GTK 2 on Mac OSX 10.6.7 on a Mac Pro with Intel architecture, and am following the instructions for building it on http://sourceforge.net/apps/trac/gtk-osx/wiki/Build > > When I try to execute the "jhbuild build meta-gtk-osx-bootstrap" command I get the following: > > "checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool" > > After some digging around in intltool I found this error: > > "Can't load '/Users/peterkelley/gtk/inst/lib/perl5/5.10.0/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle' for module XML::Parser::Expat: dlopen(/Users/peterkelley/gtk/inst/lib/perl5/5.10.0/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle, 1): no suitable image found." > Have you upgraded to XCode4 by any chance? Regards, John Ralls |
From: Peter K. <pet...@in...> - 2011-04-06 21:12:08
|
Hi, I am trying to install GTK 2 on Mac OSX 10.6.7 on a Mac Pro with Intel architecture, and am following the instructions for building it on http://sourceforge.net/apps/trac/gtk-osx/wiki/Build When I try to execute the "jhbuild build meta-gtk-osx-bootstrap" command I get the following: "checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool" After some digging around in intltool I found this error: "Can't load '/Users/peterkelley/gtk/inst/lib/perl5/5.10.0/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle' for module XML::Parser::Expat: dlopen(/Users/peterkelley/gtk/inst/lib/perl5/5.10.0/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle, 1): no suitable image found." Can anyone help me figure this out? Thanks in advance. Peter |
From: John R. <jr...@ce...> - 2011-04-05 15:07:19
|
On Apr 5, 2011, at 7:34 AM, Olivier Sessink wrote: > A crash is find_window_for_ns_event(), and all functions in the > backtrace are GDK. Anybody an idea how to find the cause for this? Could > this be another bug in gtk-quartz? > You'll need to debug it to at least find out what event it's trying to translate and what pointer it's trying to dereference. You've been doing this long enough to know what one needs to diagnose a segfault. Regards, John Ralls |
From: Olivier S. <oli...@gm...> - 2011-04-05 14:34:17
|
A crash is find_window_for_ns_event(), and all functions in the backtrace are GDK. Anybody an idea how to find the cause for this? Could this be another bug in gtk-quartz? Olivier -------- Original Message -------- Subject: Bluefish crashed Date: Mon, 4 Apr 2011 08:11:31 -0400 From: Bill Ramsay <ram...@co...> Reply-To: blu...@li... To: blu...@li... Hi, Bluefish just crashed while doing a search for a text string. Here is is dump: Process: bluefish [357] Path: /Applications/Bluefish.app/Contents/MacOS/bluefish Identifier: nl.openoffice.bluefish Version: 2.0.3 (1) Code Type: X86 (Native) Parent Process: launchd [97] Date/Time: 2011-04-04 08:07:24.861 -0400 OS Version: Mac OS X 10.6.7 (10J869) Report Version: 6 Interval Since Last Report: 97227 sec Crashes Since Last Report: 1 Per-App Interval Since Last Report: 30516 sec Per-App Crashes Since Last Report: 1 Anonymous UUID: 08700A3A-670E-49C5-8182-DC2ED2CC37F4 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000000c Crashed Thread: 0 Dispatch queue: com.apple.main-thread Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libgdk-quartz-2.0.0.dylib 0x007916e6 find_window_for_ns_event + 615 1 libgdk-quartz-2.0.0.dylib 0x0079238e gdk_event_translate + 526 2 libgdk-quartz-2.0.0.dylib 0x007928d0 _gdk_events_queue + 117 3 libgdk-quartz-2.0.0.dylib 0x0078fd19 gdk_event_dispatch + 57 4 libglib-2.0.0.dylib 0x00e53a38 g_main_dispatch + 495 5 libglib-2.0.0.dylib 0x00e55036 g_main_context_dispatch + 144 6 libglib-2.0.0.dylib 0x00e5557a g_main_context_iterate + 1235 7 libglib-2.0.0.dylib 0x00e55dc6 g_main_loop_run + 992 8 libgtk-quartz-2.0.0.dylib 0x003748ab gtk_main + 239 9 bluefish 0x00005757 main + 519 10 bluefish 0x00002b76 start + 54 Thread 1: Dispatch queue: com.apple.libdispatch-manager 0 libSystem.B.dylib 0x95f0c922 kevent + 10 1 libSystem.B.dylib 0x95f0d03c _dispatch_mgr_invoke + 215 2 libSystem.B.dylib 0x95f0c4f9 _dispatch_queue_invoke + 163 3 libSystem.B.dylib 0x95f0c29e _dispatch_worker_thread2 + 240 4 libSystem.B.dylib 0x95f0bd21 _pthread_wqthread + 390 5 libSystem.B.dylib 0x95f0bb66 start_wqthread + 30 Thread 2: 0 libSystem.B.dylib 0x95f05066 select$DARWIN_EXTSN + 10 1 libglib-2.0.0.dylib 0x00e666c1 g_poll + 539 2 libgdk-quartz-2.0.0.dylib 0x0078f360 select_thread_func + 337 3 libSystem.B.dylib 0x95f137fd _pthread_start + 345 4 libSystem.B.dylib 0x95f13682 thread_start + 34 Thread 3: 0 libSystem.B.dylib 0x95f14046 __semwait_signal + 10 1 libSystem.B.dylib 0x95f13d02 _pthread_cond_wait + 1191 2 libSystem.B.dylib 0x95f13855 pthread_cond_timedwait$UNIX2003 + 72 3 libgthread-2.0.0.dylib 0x00e16fa5 g_cond_timed_wait_posix_impl + 257 4 libglib-2.0.0.dylib 0x00e21d02 g_async_queue_pop_intern_unlocked + 260 5 libglib-2.0.0.dylib 0x00e2217e g_async_queue_timed_pop + 187 6 libglib-2.0.0.dylib 0x00e85806 g_thread_pool_wait_for_new_pool + 185 7 libglib-2.0.0.dylib 0x00e85afd g_thread_pool_thread_proxy + 332 8 libglib-2.0.0.dylib 0x00e841aa g_thread_create_proxy + 385 9 libSystem.B.dylib 0x95f137fd _pthread_start + 345 10 libSystem.B.dylib 0x95f13682 thread_start + 34 Thread 4: 0 libSystem.B.dylib 0x95f0b9b2 __workq_kernreturn + 10 1 libSystem.B.dylib 0x95f0bf48 _pthread_wqthread + 941 2 libSystem.B.dylib 0x95f0bb66 start_wqthread + 30 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x0079148f ecx: 0x00000000 edx: 0x00000000 edi: 0x011167a0 esi: 0x0115f8c0 ebp: 0xbffff178 esp: 0xbffff0e0 ss: 0x0000001f efl: 0x00210286 eip: 0x007916e6 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x0000000c Binary Images: 0x1000 - 0x6efe7 +bluefish ??? (???) <FCBAAC1D-ACCF-AD74-D88F-93A794A6117B> /Applications/Bluefish.app/Contents/MacOS/bluefish 0xa5000 - 0x1f3fe7 +libxml2.2.dylib 10.7.0 (compatibility 10.0.0) <B7F8933B-19FC-7904-29B9-CAA98BF8FA6A> /Applications/Bluefish.app/Contents/Resources/lib/libxml2.2.dylib 0x22c000 - 0x236ff7 +libenchant.1.dylib 8.0.0 (compatibility 8.0.0) <5656AEAD-C54E-5387-5E73-D17D5CC8CEBD> /Applications/Bluefish.app/Contents/Resources/lib/libenchant.1.dylib 0x23c000 - 0x254ff7 +libigemacintegration.0.dylib ??? (???) <7ADB172F-146D-8CB9-351C-B070877AE704> /Applications/Bluefish.app/Contents/Resources/lib/libigemacintegration.0.dylib 0x260000 - 0x650ff7 +libgtk-quartz-2.0.0.dylib 2401.0.0 (compatibility 2401.0.0) <A0407E9E-4968-0938-51E3-20E3C42DF5C2> /Applications/Bluefish.app/Contents/Resources/lib/libgtk-quartz-2.0.0.dylib 0x749000 - 0x7cdfe7 +libgdk-quartz-2.0.0.dylib 2401.0.0 (compatibility 2401.0.0) <1B48F74A-CA8F-AF05-A608-A153EB82F58B> /Applications/Bluefish.app/Contents/Resources/lib/libgdk-quartz-2.0.0.dylib 0x7fa000 - 0x812fe7 +libatk-1.0.0.dylib 3210.1.0 (compatibility 3210.0.0) <0582D3B4-0C06-782F-A64E-6975C7DE510D> /Applications/Bluefish.app/Contents/Resources/lib/libatk-1.0.0.dylib 0x821000 - 0x835fe7 +libpangocairo-1.0.0.dylib 2801.3.0 (compatibility 2801.0.0) <463A0D6B-0D80-A27B-AA59-FC294A0B7BE6> /Applications/Bluefish.app/Contents/Resources/lib/libpangocairo-1.0.0.dylib 0x842000 - 0x86cff7 +libpangoft2-1.0.0.dylib 2801.3.0 (compatibility 2801.0.0) <41BF3F97-76AD-4FF3-9A86-5393AD33DE30> /Applications/Bluefish.app/Contents/Resources/lib/libpangoft2-1.0.0.dylib 0x885000 - 0x8a1ff7 +libgdk_pixbuf-2.0.0.dylib 2301.0.0 (compatibility 2301.0.0) <2E58D6A4-4F4E-8F5A-16B0-DEB558E4BB60> /Applications/Bluefish.app/Contents/Resources/lib/libgdk_pixbuf-2.0.0.dylib 0x8ab000 - 0x9a6ff7 +libgio-2.0.0.dylib 2704.0.0 (compatibility 2704.0.0) <3DE47B62-0EC2-8549-C2F8-4BC3139BDD62> /Applications/Bluefish.app/Contents/Resources/lib/libgio-2.0.0.dylib 0x9ff000 - 0xa41ff7 +libpango-1.0.0.dylib 2801.3.0 (compatibility 2801.0.0) <542BDB49-D71E-C919-D1F6-E6E8313B081B> /Applications/Bluefish.app/Contents/Resources/lib/libpango-1.0.0.dylib 0xa58000 - 0xb08ff7 +libcairo.2.dylib 11003.2.0 (compatibility 11003.0.0) <ABA32DF5-8AE8-047B-008A-6DF80E919756> /Applications/Bluefish.app/Contents/Resources/lib/libcairo.2.dylib 0xb38000 - 0xc75fe7 +libpixman-1.0.dylib 22.4.0 (compatibility 22.0.0) <6AB46626-B062-4454-CEC6-DE5C66F3F05C> /Applications/Bluefish.app/Contents/Resources/lib/libpixman-1.0.dylib 0xc87000 - 0xcb7ff7 +libfontconfig.1.dylib 6.3.0 (compatibility 6.0.0) <CB4B4C15-FF11-36F3-49AE-1465019E5BEB> /Applications/Bluefish.app/Contents/Resources/lib/libfontconfig.1.dylib 0xcc3000 - 0xce9ffb +libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <E7F84088-D931-6306-8F74-18C3367BF73A> /Applications/Bluefish.app/Contents/Resources/lib/libexpat.1.dylib 0xcf1000 - 0xd70ff7 +libfreetype.6.dylib 10.22.0 (compatibility 10.0.0) <18BC727B-E941-AD6D-1907-1670FFA26595> /Applications/Bluefish.app/Contents/Resources/lib/libfreetype.6.dylib 0xd87000 - 0xdaefe7 +libpng12.0.dylib 41.0.0 (compatibility 41.0.0) <74875500-E7D0-ACFF-B4B9-C06CD31FAF3A> /Applications/Bluefish.app/Contents/Resources/lib/libpng12.0.dylib 0xdb6000 - 0xdf5fe7 +libgobject-2.0.0.dylib 2704.0.0 (compatibility 2704.0.0) <5A72E03D-292C-065B-DF54-595C210B5166> /Applications/Bluefish.app/Contents/Resources/lib/libgobject-2.0.0.dylib 0xe0b000 - 0xe0fff7 +libgmodule-2.0.0.dylib 2704.0.0 (compatibility 2704.0.0) <EC870283-77BF-6353-24AC-DA18B9F57FA4> /Applications/Bluefish.app/Contents/Resources/lib/libgmodule-2.0.0.dylib 0xe13000 - 0xe18ff7 +libgthread-2.0.0.dylib 2704.0.0 (compatibility 2704.0.0) <95226D16-C4F4-279C-F9C9-83D9F282A01E> /Applications/Bluefish.app/Contents/Resources/lib/libgthread-2.0.0.dylib 0xe1c000 - 0xf17ff7 +libglib-2.0.0.dylib 2704.0.0 (compatibility 2704.0.0) <7FD4AD1E-541D-AAB1-E2E1-A638558037D1> /Applications/Bluefish.app/Contents/Resources/lib/libglib-2.0.0.dylib 0xf45000 - 0xf51ff7 +libintl.8.dylib 10.1.0 (compatibility 10.0.0) <71EA296D-1485-FB0C-7A07-765EA094C202> /Applications/Bluefish.app/Contents/Resources/lib/libintl.8.dylib 0xf56000 - 0x103afe7 +libiconv.2.dylib 8.0.0 (compatibility 8.0.0) <A732ED2A-C98C-470B-E502-AB91243E4127> /Applications/Bluefish.app/Contents/Resources/lib/libiconv.2.dylib 0x10b8000 - 0x10baff7 +about.so ??? (???) <72191D3D-F6CD-6FDD-8CC3-7FC2A814B6BA> /Applications/Bluefish.app/Contents/Resources/lib/bluefish/about.so 0x10bd000 - 0x10bfff7 +entities.so ??? (???) <047EDC3C-692C-5CEF-8B71-A01EFF0BE36B> /Applications/Bluefish.app/Contents/Resources/lib/bluefish/entities.so 0x10c4000 - 0x10ceff7 +snippets.so ??? (???) <E4A2A842-5716-BA72-4BE1-94E8539FF3E0> /Applications/Bluefish.app/Contents/Resources/lib/bluefish/snippets.so 0x15c4000 - 0x1622ff7 +htmlbar.so ??? (???) <008C36F9-D4BE-D8CE-03C0-4A83B84E8B28> /Applications/Bluefish.app/Contents/Resources/lib/bluefish/htmlbar.so 0x1748000 - 0x1780ff7 +libclearlooks.so ??? (???) <52E83B71-8AA2-56CA-529E-9A5ABE8D0948> /Applications/Bluefish.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libclearlooks.so 0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld 0x90003000 - 0x90327fef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9048e000 - 0x904c1ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x904c2000 - 0x9055afe7 edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x908b0000 - 0x908b1ff7 com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x908b2000 - 0x90992fe7 com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x90ad6000 - 0x90b71ff7 com.apple.ApplicationServices.ATS 4.4 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x90bd0000 - 0x90c19fe7 libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x90dd7000 - 0x916b7ff7 com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x916b8000 - 0x916c3ff7 libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x917fb000 - 0x9181dfef com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x9181e000 - 0x91888fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib 0x91985000 - 0x919c7ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x919c8000 - 0x919d6ff7 com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x919d9000 - 0x919d9ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib 0x919da000 - 0x919daff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x91a73000 - 0x91a88fff com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x91a89000 - 0x91a8eff7 com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x91a8f000 - 0x91b48fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib 0x91b5c000 - 0x91b5cff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x91ba0000 - 0x91baafe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x91bab000 - 0x91d26fe7 com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x91e54000 - 0x91e66ff7 com.apple.MultitouchSupport.framework 207.10 (207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x91e67000 - 0x920ccfeb com.apple.security 6.1.1 (37594) <251BA05D-6F3D-F687-77C2-15E52539F308> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x92106000 - 0x9213cfff libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib 0x9213d000 - 0x92208fef com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x92209000 - 0x9220cff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x9220d000 - 0x92237ff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x92364000 - 0x923a8ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x923a9000 - 0x923b3ff7 com.apple.HelpData 2.0.5 (34.1.1) <A9CF754F-B254-5D40-B8B5-F35414DFD875> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x923b4000 - 0x923b7fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib 0x923b8000 - 0x92419fe7 com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x9241a000 - 0x9241eff7 libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x9241f000 - 0x924ccfe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib 0x92535000 - 0x92551fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x92552000 - 0x92559ff3 com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x9255a000 - 0x9258dffb libTrueTypeScaler.dylib ??? (???) <574C2C51-65EC-7D2A-086D-C9312287DE22> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x92643000 - 0x9265bff7 com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x9265c000 - 0x928cffe7 com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x928d0000 - 0x92916ff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib 0x92917000 - 0x92927ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib 0x92928000 - 0x92ae2feb com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x92b8f000 - 0x92b9aff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x92b9b000 - 0x92bacff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x92bad000 - 0x92bb1ff7 IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x92be5000 - 0x92ca1fff com.apple.ColorSync 4.6.6 (4.6.6) <D00B95AE-2379-CB8E-B18C-FF5B66741C23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x92ca2000 - 0x92cc2fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib 0x92cc3000 - 0x92cc3ff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x92cc4000 - 0x92ce5fe7 com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x92ce7000 - 0x92ceaff7 libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x92cf5000 - 0x92d01ff7 libkxld.dylib ??? (???) <F0E915AD-6B32-0D5E-D24B-B188447FDD23> /usr/lib/system/libkxld.dylib 0x92d02000 - 0x92d94fe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x92e13000 - 0x92e15ff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x92e16000 - 0x92e2affb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x92e5e000 - 0x92f15feb libFontParser.dylib ??? (???) <DDBBB503-5289-2E2B-AD35-F3BA00D00D5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x92f16000 - 0x92f31ff7 libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x930bb000 - 0x93163ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x93164000 - 0x93164ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x93165000 - 0x932a1ff7 com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93b1d000 - 0x93e3dff3 com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x93f66000 - 0x93fa7ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x93fc6000 - 0x94003ff7 com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x94082000 - 0x9412cfe7 com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x941d7000 - 0x9421bfe7 com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x94227000 - 0x94227ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x94236000 - 0x94287ff7 com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x944a2000 - 0x944c1ff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x945c5000 - 0x94930ff7 com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94931000 - 0x94945fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib 0x9498c000 - 0x94992fe7 com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x94a13000 - 0x94a1dffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x94e49000 - 0x94ee6fe3 com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x94ee7000 - 0x94f18ff7 libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x952b7000 - 0x952faff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x952fb000 - 0x954d7ffb libType1Scaler.dylib ??? (???) <494D1BE1-8395-9A53-1224-1CFD4236D40E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib 0x954d8000 - 0x954d8ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x954d9000 - 0x95526feb com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer 0x95758000 - 0x95761ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x95762000 - 0x95762ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x95794000 - 0x95842ff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x95843000 - 0x95846ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x95847000 - 0x9584bff7 libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x9584c000 - 0x95c81ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x95d77000 - 0x95dbaff7 libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x95dc3000 - 0x95debff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib 0x95df3000 - 0x95e2efeb libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x95e2f000 - 0x95e7fff7 com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x95e80000 - 0x95e86fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x95e87000 - 0x95ee4ff7 com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x95ee5000 - 0x9608cff7 libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib 0x9615e000 - 0x9615fff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x970b4000 - 0x971e2fe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x971e3000 - 0x97263feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x97264000 - 0x972c8ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x97312000 - 0x97394ffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x973e3000 - 0x9745dfff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <F7C9B01D-45AD-948B-2D26-9736524C1A33> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9800e000 - 0x9801cfe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib 0x9801d000 - 0x98043ffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x980f9000 - 0x9850fff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x9866f000 - 0x986a8ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib 0x986d7000 - 0x987b1ffb com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x98da1000 - 0x98e10ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x98f26000 - 0x98f4aff7 libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x98f4b000 - 0x990cdfe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D375C1CF-C88D-C5F6-3C49-CD429023FBAC> /usr/lib/libicucore.A.dylib 0x990ce000 - 0x991d2fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib 0x991d3000 - 0x992dfff7 libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x992e0000 - 0x99acf557 com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x99ad0000 - 0x99addff7 com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x99ade000 - 0x99ae0ff7 libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.42f4 Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB Memory Module: global_name AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.9) Bluetooth: Version 2.4.0f1, 2 service, 12 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Serial ATA Device: Hitachi HTS545050B9SA02, 465.76 GB Serial ATA Device: HL-DT-ST DVDRW GS21N USB Device: My Book, 0x1058 (Western Digital Technologies, Inc.), 0x1102, 0x26400000 USB Device: USB Receiver, 0x046d (Logitech Inc.), 0xc52f, 0x06200000 USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8217, 0x06110000 USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000 USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000 USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000 |
From: John R. <jr...@ce...> - 2011-04-02 16:06:53
|
On Apr 1, 2011, at 8:55 PM, Victor Tsang wrote: > Hi there, > > I am trying to compile gtk+ using jhbuild. I am getting the following error. It will be great if you can help me figure out what is going on. > > > *** Configuring gtk+ *** [10/12] > autoreconf -fis && ./configure --prefix /Users/userA/gtk/inst --libdir '/Users/userA/gtk/inst/lib' --with-gdktarget=quartz --disable-static > /Users/userA/gtk/inst/bin/m4: unrecognized option `--gnu' > Try `/Users/userA/gtk/inst/bin/m4 --help' for more information. > autom4te: /Users/userA/gtk/inst/bin/m4 failed with exit status: 1 > aclocal: /opt/local/bin/autom4te failed with exit status: 1 > autoreconf: aclocal failed with exit status: 1 > *** Error during phase configure of gtk+: ########## Error running autoreconf -fis && ./configure --prefix /Users/userA/gtk/inst --libdir '/Users/userA/gtk/inst/lib' --with-gdktarget=quartz --disable-static *** [10/12] Looks like you're picking up autom4te (and probably autoreconf) from a MacPorts installation. Read and follow the instructions, in particular: http://sourceforge.net/apps/trac/gtk-osx/wiki/Build#Prerequisites Regards, John Ralls |
From: Victor T. <iku...@gm...> - 2011-04-02 03:55:30
|
Hi there, I am trying to compile gtk+ using jhbuild. I am getting the following error. It will be great if you can help me figure out what is going on. *** Configuring gtk+ *** [10/12] autoreconf -fis && ./configure --prefix /Users/userA/gtk/inst --libdir '/Users/userA/gtk/inst/lib' --with-gdktarget=quartz --disable-static /Users/userA/gtk/inst/bin/m4: unrecognized option `--gnu' Try `/Users/userA/gtk/inst/bin/m4 --help' for more information. autom4te: /Users/userA/gtk/inst/bin/m4 failed with exit status: 1 aclocal: /opt/local/bin/autom4te failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 *** Error during phase configure of gtk+: ########## Error running autoreconf -fis && ./configure --prefix /Users/userA/gtk/inst --libdir '/Users/userA/gtk/inst/lib' --with-gdktarget=quartz --disable-static *** [10/12] Thanks, Victor |
From: John R. <jr...@ce...> - 2011-03-31 03:07:29
|
On Mar 30, 2011, at 1:31 PM, Antoine Martin wrote: > Hi, > > I'm using the exact same instructions (*) I have used many times before > but something seems to have changed and has broken gstreamer for me: > > $ jhbuild build gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad > W: Duplicate repository: ftp.gnu.org > jhbuild build: module "'gst-plugins-bad'" not found > Usage: jhbuild [ -f config ] command [ options ... ] > > $ jhbuild build gstreamer gst-plugins-base gst-plugins-good > W: Duplicate repository: ftp.gnu.org > jhbuild build: gstreamer has a dependency on unknown "bison" module > Usage: jhbuild [ -f config ] command [ options ... ] > > Why is it complaining about bison when I am building on 10.5 and should > not need to build bison as the version installed is OK (apparently). > > The quick workaround was to simply use "buildone" on each module. > I've tried removing the "dependency" section in the moduleset file but > the error still came up!? (why is that?) > > Unfortunately, buildone did not work for gst-plugins-bad and > gst-plugins-ugly, cryptic error follows: > $ jhbuild buildone gst-plugins-bad > W: Duplicate repository: ftp.gnu.org > Traceback (most recent call last): > File "/Users/MacAdmin/.local/bin/jhbuild", line 31, in <module> > jhbuild.main.main(sys.argv[1:]) > File "/Users/MacAdmin/Source/jhbuild/jhbuild/main.py", line 147, in main > rc = jhbuild.commands.run(command, config, args, help=lambda: > print_help(parser)) > File "/Users/MacAdmin/Source/jhbuild/jhbuild/commands/__init__.py", > line 123, in run > return cmd.execute(config, args, help) > File "/Users/MacAdmin/Source/jhbuild/jhbuild/commands/__init__.py", > line 52, in execute > return self.run(config, options, args, help) > File "/Users/MacAdmin/Source/jhbuild/jhbuild/commands/base.py", line > 356, in run > module = AutogenModule(modname, default_repo.branch(modname)) > TypeError: branch() takes at least 3 arguments (2 given) > > Last, a quick question: are there are any reasons for or against using > GCC 4.2 / 4.0? (beyond the obvious ones / specific to gtk-osx) > > Thanks > Antoine > > (*) If you want to reproduce exacly what I did, simply follow: > https://winswitch.org/dev/macosx.html > Minus the "gettext-fw" and "libgstosxaudio" quirks which are no longer > needed (nice!), I'll update the instructions once this is sorted out. plugins-bad got dropped because the tarball got dropped from the Gnome ftp server. I don't follow gstreamer development, so I really have no idea why. I changed the bootstrap setup a couple of months ago, but it looks like I missed the dependency on Bison in gstreamer. I'll fix that tomorrow. In the meantime, I think that if you add bison to the skip list, it will ignore the problem. For your buildone gstreamer-modules-bad problem, are you passing a branch[module] in your jhbuildrc-custom or on the command line? There have been some bugs reported in gcc-4.2 having to do with assembly, and you must use gcc-4.0 if you need Tiger compatibility. Other than that I don't know of any issues where it would make any difference. Regards, John Ralls |
From: Antoine M. <an...@na...> - 2011-03-30 20:31:45
|
Hi, I'm using the exact same instructions (*) I have used many times before but something seems to have changed and has broken gstreamer for me: $ jhbuild build gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad W: Duplicate repository: ftp.gnu.org jhbuild build: module "'gst-plugins-bad'" not found Usage: jhbuild [ -f config ] command [ options ... ] $ jhbuild build gstreamer gst-plugins-base gst-plugins-good W: Duplicate repository: ftp.gnu.org jhbuild build: gstreamer has a dependency on unknown "bison" module Usage: jhbuild [ -f config ] command [ options ... ] Why is it complaining about bison when I am building on 10.5 and should not need to build bison as the version installed is OK (apparently). The quick workaround was to simply use "buildone" on each module. I've tried removing the "dependency" section in the moduleset file but the error still came up!? (why is that?) Unfortunately, buildone did not work for gst-plugins-bad and gst-plugins-ugly, cryptic error follows: $ jhbuild buildone gst-plugins-bad W: Duplicate repository: ftp.gnu.org Traceback (most recent call last): File "/Users/MacAdmin/.local/bin/jhbuild", line 31, in <module> jhbuild.main.main(sys.argv[1:]) File "/Users/MacAdmin/Source/jhbuild/jhbuild/main.py", line 147, in main rc = jhbuild.commands.run(command, config, args, help=lambda: print_help(parser)) File "/Users/MacAdmin/Source/jhbuild/jhbuild/commands/__init__.py", line 123, in run return cmd.execute(config, args, help) File "/Users/MacAdmin/Source/jhbuild/jhbuild/commands/__init__.py", line 52, in execute return self.run(config, options, args, help) File "/Users/MacAdmin/Source/jhbuild/jhbuild/commands/base.py", line 356, in run module = AutogenModule(modname, default_repo.branch(modname)) TypeError: branch() takes at least 3 arguments (2 given) Last, a quick question: are there are any reasons for or against using GCC 4.2 / 4.0? (beyond the obvious ones / specific to gtk-osx) Thanks Antoine (*) If you want to reproduce exacly what I did, simply follow: https://winswitch.org/dev/macosx.html Minus the "gettext-fw" and "libgstosxaudio" quirks which are no longer needed (nice!), I'll update the instructions once this is sorted out. |