Recent content by int69h

  1. I

    Compiling glib

    billbaloney, Your error is quite different from the other one. It looks like the same symbols (libname and version) are being defined in two different files and causing the linker to choke. His is dying in the preprocessor. If you look at the error message, you\'ll see that this...
  2. I

    X windows on os x

    As a variation on the method given by zpincus you could type X followed by one of these options to login to a remote machine running XDM. -query host-name contact named host for XDMCP -broadcast broadcast for XDMCP -indirect host-name contact named host for indirect XDMCP
  3. I

    debug code?

    Grrr. What is causing my posts to escape certain things. That is down right annoying. I guess I will just have to avoid using contractions. I bet it is a conspiracy. This board software has grammar nazis built into it. Terry
  4. I

    debug code?

    He might be talking about this line I pulled from the output of dmesg: \"BMacEnet: Debugger client attached\". I\'m sure there\'s alot of \"debugging code\" in there, but trust me, an extra if(foo) here and there doesn\'t make a huge difference in performance. I\'d be more worried about code...
  5. I

    Anything Java...

    Bob, If you were using ObjC, I believe the solution to your leak might lie in, [NSApplication detachDrawingThread:toTarget:withObject:] I poked around in NSApplication with Java Browser, but couldn\\\'t find a similar method. I\\\'m about ready to give up on Java/Cocoa myself. It sure...
Back
Top