Dynamic loading no longer compiles in base

2004-02-08 Thread Fred Kiefer
I tried to compile base from scratch and did run into to following problem: Compiling file objc-load.m ... In file included from objc-load.m:54: dynamic-load.h: In function `__objc_dynamic_get_symbol_path': dynamic-load.h:95: error: `Dl_info' undeclared (first use in this function)

Problems with GORM

2004-02-08 Thread Fred Kiefer
I just tested GORM and it is no longer able to display any specific attribute inspector and when selecting the custom class entry from the inspector it seg. faults. Some debugging showed, that the later is caused by setting the string GormCustomClassInspector as the delegate of the browser

Re: Problems with GORM

2004-02-08 Thread Gregory John Casamento
Fred, Found the problem a couple hours ago... I've backed out the code for now. --- Fred Kiefer [EMAIL PROTECTED] wrote: I just tested GORM and it is no longer able to display any specific attribute inspector and when selecting the custom class entry from the inspector it seg. faults. Some

Re: Dynamic loading no longer compiles in base

2004-02-08 Thread Adam Fedor
On Sun, 2004-02-08 at 14:03, Fred Kiefer wrote: This must be related to Adams recent change on simple-load.h as this gets used on my Suse 9.0 Linux machine. When I add # define __USE_GNU before the include of dlfcn.h it works again. I added this in. It doesn't appear that it causes any