Checking For X11 Header Files Definition
The zip tarball provided by github is barely a git clone at a certain commit. The tar.xz tarball is the official realease generated by make dist, with the configure script already generated in it. There are 4 ways to communicate with GPaste: its DBus API, its cli utility gpaste, the gnome-shell extension, and the legacy applet, which is a gnome-2 style applet/tray icon. I plan to do a bunch of cleanup without really changing the code for 3. Download Font Ttf Android S60v2 on this page. 0 when I manage to get some time (should be by gnome 3.8 release, maybe before).
After that, I may give a look to unity compatibility, it would indeed be nice to support it. I actually never was asked for this feature, but now I'll add it to my TODO list, thanks!
Hey guys I m trying to build ns the network simulator. Hi Laurent, I don't see that it has anything to do with the compiler but I think it does have to do with the Developer Tools. I would think that you're missing header files and it looks like the ones missing are for X11. That suggests that you installed the X11User.pkg package but not the X11SDK.pkg. The missing package is part of the Xcode installation but it's optional so you now have to do that part of the installation. -- Gary ~~~~ The world really isn't any worse. It's just that the news coverage is so much better.
Nov 27, 2005 4:15 PM. All the undefined _gz* symbols probably means you're missing a -lz flag there. The _TkCreateXEventSource should be in libtk so my first thought would be a missing -ltk.
OpenSSL Error, when installing on MAC. Checking for ANSI C header files. Yes checking for. Libraries /usr/X11/lib, headers /usr/X11/include checking whether. Can no more compile gpaste on Ubuntu 13.04 #47. Checking for ANSI C header files. Yes checking for sys/types.h. Checking X11/extensions/XInput2.h usability.
But The 'multiple definitions' message suggests you already have it? When a command fails, it's usually useful to tell us the command that failed (probably a 'gcc' or 'libtool' call) as well as the error message. Did you install Tk manually or is it from Apple? If you installed it manually, where is it located (/usr, /usr/local, somewhere else?)? Nov 28, 2005 8:22 AM. Well guys thank you for your answers, but still i can t build nam. X11SDK is installed.
Below is the build trace of name: duke:~/Desktop/ns-allinone-2.29/nam-1.11 laurent$./configure checking for gcc. Gcc checking for C compiler default output. A.out checking whether the C compiler works.
Yes checking whether we are cross compiling. No checking for suffix of executables. Checking for suffix of object files. O checking whether we are using the GNU C compiler.
Yes checking whether gcc accepts -g. Yes checking for gcc option to accept ANSI C. None needed checking how to run the C preprocessor. Gcc -E checking for egrep.
Grep -E checking for ANSI C header files. Yes No.configure file found in current directory Continuing with default options. Checking build system type. Powerpc-apple-darwin8.3.0 checking host system type. Powerpc-apple-darwin8.3.0 checking target system type.
Powerpc-apple-darwin8.3.0 checking for gcc. (cached) gcc checking whether we are using the GNU C compiler. (cached) yes checking whether gcc accepts -g. (cached) yes checking for gcc option to accept ANSI C. (cached) none needed checking for g++.
G++ checking whether we are using the GNU C++ compiler. Tacx Trainer Software Crack on this page. Yes checking whether g++ accepts -g. Yes checking for ANSI C header files. (cached) yes checking for sys/types.h. Yes checking for sys/stat.h.
Yes checking for stdlib.h. Yes checking for string.h. Yes checking for memory.h.
Yes checking for strings.h. Yes checking for inttypes.h. Yes checking for stdint.h. Yes checking for unistd.h. Yes checking for string.h.
(cached) yes checking for main in -lXbsd. No checking for socket in -lsocket. No checking for gethostbyname in -lnsl.
No checking for dcgettext in -lintl. No checking for getnodebyname in -ldnet_stub. No checking that g++ can handle -O2. No checking for zlib.h. -I/usr/include checking for libz1.2.2. No checking for X11 header files checking for X11 library archive checking for XOpenDisplay in -lX11. No checking for libXext.a checking for tcl.h.
-I./include checking for libtcl8.4. -L./lib -ltcl8.4 checking for init.tcl../lib/tcl8.4 checking for tclsh8.4.11.
No checking for tclsh8.4../bin/tclsh8.4 checking for tk.h. -I./include checking for libtk8.4. -L./lib -ltk8.4 checking for tk.tcl../lib/tk8.4 checking for libtcldbg. No checking for otcl.h. -I./otcl-1.11 checking for libotcl1.11. -L./otcl-1.11 -lotcl checking for tclcl.h. -I./tclcl-1.17 checking for libtclcl.
-L./tclcl-1.17 -ltclcl checking for tcl2c++../tclcl-1.17 checking return type of random. Long checking for int8_t. Yes checking for int16_t. Yes checking for int32_t.
Yes checking for u int8t. Yes checking for u int16t.
Yes checking for u int32t. Yes checking for strtoq. Yes checking for strtoll. Yes checking for long. Yes checking size of long. 4 checking for _int64t. No checking for long long.
Yes checking for int64_t. Yes checking which kind of 64-bit int to use. Int64_t checking for snprintf. Yes No explicit static compilation flag; setting V_STATIC to ' no dynamic load lib checking for a BSD-compatible install. Hi Laurent, As you can probably tell, I'm hardly an expert on compiling but it looks to me that the following line in the output of the configure script is related to Daniel's statement that you're missing -lz: checking for libz1.2.2. No My Tiger installation has a /usr/lib/libz.1.2.3.dylib but it also has a symlink, /usr/lib/libz.1.1.3.dylib.
I don't know what's up with the latter but the script may have found it and assumed the worst. You should possibly read that section of the configure script. Again I'm no expert here but maybe you could just go into the makefile and put in the right information. I hope you'll forgive me; I'm over my head here.
Daniel's the real pro at this so hopefully he'll be able to help. -- Gary ~~~~ QOTD: 'I used to go to UCLA, but then my Dad got a job.'
Nov 28, 2005 4:13 PM. There's a lot wrong with how./configure is working here. Checking for XOpenDisplay in -lX11. No isn't correct either.
Laurent, you said you installed X11SDK; did you also install X11User? It's an optional component of the Tiger installer, not part of XCode. Its absence could explain the incorrect XOpenDisplay result OTOH, after looking at nam-1.11 (which looks for libz1.1.4, which is just as wrong as libz1.2.2), it appears many parts of the./configure script are custom-written for linux-like machines, so it doesn't understand how to find libz on OS X at all:( Try editing that file and replace all the occurrances of.so with.dylib Dual 1.25 GHz G4 (among others) Mac OS X (10.3.9) Fink (obviously) Nov 28, 2005 5:13 PM. Thank you guys for you help, I really appreciate it Ok I've installed X11user.pkg but nothing change. But it didn't correct the XOpenDisplay. (by the way I have tried to compile nam on my P4 running debian and there the same incorrect result for XOpenDisplay but nam is working pretty well).
I have edit the configure file too, replace all the *.so by *.dylib and it seems to me, I get always a similar error duke:/Users/laurent/Desktop/ns-allinone-2.29/nam-1.11 root# make rm -f tkcompat.o; gcc -o tkcompat.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include tkcompat.c rm -f tkUnixInit.o; gcc -o tkUnixInit.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include tkUnixInit.c rm -f xwd.o; gcc -o xwd.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include xwd.c rm -f netview.o; g++ -o netview.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include netview.cc rm -f netmodel.o; g++ -o netmodel.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include netmodel.cc rm -f edge.o; g++ -o edge.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include edge.cc rm -f packet.o; g++ -o packet.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I.
-I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include packet.cc rm -f node.o; g++ -o node.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include node.cc rm -f main.o; g++ -o main.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include main.cc rm -f trace.o; g++ -o trace.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I.
-I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include trace.cc rm -f queue.o; g++ -o queue.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include queue.cc rm -f drop.o; g++ -o drop.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include drop.cc rm -f animation.o; g++ -o animation.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include animation.cc rm -f agent.o; g++ -o agent.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include agent.cc rm -f feature.o; g++ -o feature.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I.
-I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include feature.cc rm -f route.o; g++ -o route.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include route.cc rm -f transform.o; g++ -o transform.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include transform.cc rm -f paint.o; g++ -o paint.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include paint.cc rm -f state.o; g++ -o state.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include state.cc rm -f monitor.o; g++ -o monitor.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I.
-I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include monitor.cc rm -f anetmodel.o; g++ -o anetmodel.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include anetmodel.cc rm -f random.o; g++ -o random.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include random.cc rm -f rng.o; g++ -o rng.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include rng.cc rm -f view.o; g++ -o view.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include view.cc rm -f graphview.o; g++ -o graphview.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include graphview.cc rm -f netgraph.o; g++ -o netgraph.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include netgraph.cc rm -f tracehook.o; g++ -o tracehook.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I.
-I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include tracehook.cc rm -f lan.o; g++ -o lan.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include lan.cc rm -f psview.o; g++ -o psview.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include psview.cc rm -f group.o; g++ -o group.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I.
-I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include group.cc rm -f editview.o; g++ -o editview.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include editview.cc rm -f tag.o; g++ -o tag.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include tag.cc rm -f address.o; g++ -o address.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include address.cc rm -f animator.o; g++ -o animator.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include animator.cc rm -f wnetmodel.o; g++ -o wnetmodel.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include wnetmodel.cc rm -f nam_stream.o; g++ -o nam_stream.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include nam_stream.cc rm -f enetmodel.o; g++ -o enetmodel.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I.
-I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include enetmodel.cc rm -f testview.o; g++ -o testview.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include testview.cc rm -f parser.o; g++ -o parser.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include parser.cc rm -f trafficsource.o; g++ -o trafficsource.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include trafficsource.cc rm -f lossmodel.o; g++ -o lossmodel.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. -I/Users/laurent/Desktop/ns-allinone-2.29/tclcl-1.17 -I/Users/laurent/Desktop/ns-allinone-2.29/otcl-1.11 -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/Users/laurent/Desktop/ns-allinone-2.29/include -I/usr/include lossmodel.cc rm -f queuehandle.o; g++ -o queuehandle.o -c -DTCL_TK -DNDEBUG -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE TCLCLH -DHAVE LIBOTCL111 -DHAVE OTCLH -DHAVE LIBTK84 -DHAVE TKH -DHAVE LIBTCL84 -DHAVE TCLH -DHAVE LIBZ1_22 -DHAVE ZLIBH -I. It appears nam is relying on Tk being compiled with x11 graphics, while Apple's libtk is compiled for the native Apple (Aqua/Quartz graphics) GUI.
There appears to be support for Win32 compiling, which avoids use TkCreateXEventSource. OTOH, Win32 makes a lot of assumptions that are not correct for OS X. Trying to piece together a hybrid compile would be difficult and no guarantees the result would even work. Do you have Fink installed? It's got a tcltk suite that is built for x11. Not sure how hard it would be to convince the nam build scripts to use that lib instead of apple's though. Nov 29, 2005 6:04 PM.
Apple Footer This site contains user submitted content, comments and opinions and is for informational purposes only. Apple may provide or recommend responses as a possible solution based on the information provided; every potential issue may involve several factors not detailed in the conversations captured in an electronic forum and Apple can therefore provide no guarantee as to the efficacy of any proposed solutions on the community forums. Apple disclaims any and all liability for the acts, omissions and conduct of any third parties in connection with or related to your use of the site. All postings and use of the content on this site are subject to the.