Re: Re: something's rotten in the state of tclkit
David Zolli <[email protected]> Tue, 15 Jun 2010 16:56:18 +0200
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Just another thing: if I try to build tclkit 8.5.8 with metakit instead of vlerq I got this error: gcc -c -Os -pipe -fpascal-strings -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -Wall -fno-common -I/Users/dzolli/Programmation/Tcl/tclkit/build/8.5/tk/unix/../unix -I/Users/dzolli/Programmation/Tcl/tclkit/build/8.5/tk/unix/../generic -I/Users/dzolli/Programmation/Tcl/tclkit/build/8.5/tk/unix/../bitmaps -I/Users/dzolli/Programmation/Tcl/tclkit/build/8.5/tcl/generic -I/Users/dzolli/Programmation/Tcl/tclkit/build/8.5/tcl/unix -I/Users/dzolli/Programmation/Tcl/tclkit/build/8.5/tk/unix/../macosx -I/Users/dzolli/Programmation/Tcl/tclkit/build/8.5/tk/unix/../xlib -DPACKAGE_NAME=\"tk\" -DPACKAGE_TARNAME=\"tk\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tk\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DMAC_OSX_TCL=1 -DHAVE_COREFOUNDATION=1 -DTCL_SHLIB_EXT=\".dylib\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_PW_GECOS=1 -DHAVE_AVAILABILITYMACROS_H=1 -DHAVE_WEAK_IMPORT=1 -DMAC_OSX_TK=1 -DTCL_NO_DEPRECATED -mdynamic-no-pic /Users/dzolli/Programmation/Tcl/tclkit/build/8.5/tk/unix/../unix/tkAppInit.c rm -f wish8.5.rsrc if test "/Developer/Tools/Rez" != ""; then \ /Developer/Tools/Rez -o wish8.5.rsrc -d "SystemSevenOrLater=1" -useDF -ro -i /Users/dzolli/Programmation/Tcl/tclkit/build/8.5/tk/unix/../generic -i /Users/dzolli/Programmation/Tcl/tclkit/build/8.5/tcl/generic /Users/dzolli/Programmation/Tcl/tclkit/build/8.5/tk/unix/../macosx/tkMacOSXAETE.r; fi gcc -Os -pipe -fpascal-strings -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -headerpad_max_install_names -Wl,-search_paths_first tkAppInit.o -L/Users/dzolli/Programmation/Tcl/tclkit/build/8.5/kroc/build/tkdyn -ltk8.5 \ -L/Users/dzolli/Programmation/Tcl/tclkit/build/8.5/kroc/build/lib -ltcl8.5 -framework CoreFoundation -framework Carbon -framework IOKit -framework CoreFoundation -sectcreate __TEXT __info_plist Wish-Info.plist -o wish strip: can't open file: *tk8*.so (No such file or directory) make: *** [build/tkdyn] Error 1 I guess strip should use *tk8*.dylib instead of *tk8*.so but, once again, I don't know where to fixe this. -- David Zolli -- You received this message because you are subscribed to the "starkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/starkit?hl=en