search for: init_tkinter

Displaying 2 results from an estimated 2 matches for "init_tkinter".

2009 Jan 31
0
[LLVMdev] -O4 -fvisibility=hidden
...://www.cgl.ucsf.edu/home/sparky/) at -O4 under llvm-gcc-4.2 and llvm-g++-4.2 on darwin with minor patches... --- sparky/c++/_tkinter.c.orig 2009-01-30 22:14:28.000000000 -0500 +++ sparky/c++/_tkinter.c 2009-01-30 22:16:40.000000000 -0500 @@ -3089,6 +3089,9 @@ } } +PyMODINIT_FUNC +init_tkinter(void) +__attribute__((visibility("default"))); PyMODINIT_FUNC init_tkinter(void) --- sparky/c++/python.cc.orig 2009-01-30 22:23:07.000000000 -0500 +++ sparky/c++/python.cc 2009-01-30 22:23:36.000000000 -0500 @@ -3566,6 +3566,9 @@ // Initialization routine called by python wh...
2009 Jan 31
2
[LLVMdev] -O4 -fvisibility=hidden
On Mon, Jan 26, 2009 at 09:57:28AM -0800, Devang Patel wrote: > Hi Jack, > > On Jan 25, 2009, at 10:00 AM, Jack Howarth wrote: > > > Doing that changes the error messages into a bus > > error on the darwin linker. > > > Pl. file bugzilla report (or radar) with a reproducible test case so > that we can investigate this linker crash. > > As you