Search results

  1. Kinniken

    Compiling wxWidgets for 10.4?

    I agree that it makes little senses, especially since command-line compilation worked fine without it... I'm using 2.6.0, and my configure command was : ../configure --disable-webkit --disable-shared
  2. Kinniken

    Compiling wxWidgets for 10.4?

    All your command returned was: cdejacqu-rob-0:/usr/local/lib cedricdj$ nm libwx* | grep RegisterHotKey nm: no name list nm: no name list nm: no name list nm: no name list nm: no name list nm: no name list However, it gave me the idea to try and search the wxMac directory for...
  3. Kinniken

    Xerces C++ on Tiger 10.4

    Someone on apple.com/support suggested that and it worked. I'm using xerces in my current project without problems now.
  4. Kinniken

    Compiling wxWidgets for 10.4?

    According to the tutorial linked to by Viro in his second post, wx-config outputs the compilation and linking flags to be used by Xcode. I copy-pasted them in the corresponding target setting fields in Xcode. I tried adding the libraries to the project as you proposed (including the target, of...
  5. Kinniken

    Compiling wxWidgets for 10.4?

    How do I do that with Xcode? If it helps, here are the results of the two wx-config commands: cedricdj$ wx-config --cxxflags -I/usr/local/lib/wx/include/mac-ansi-release-static-2.6 -I/usr/local/include/wx-2.6 -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA cedricdj$...
  6. Kinniken

    Compiling wxWidgets for 10.4?

    Just noticed something interesting... If I cannot manage to make the "bombs" demo compile with Xcode, the very same demo compiles without problems with a simple "make" command in the terminal. I'm going to try peering though its makefile and try and configure my Xcode project to use the same...
  7. Kinniken

    Compiling wxWidgets for 10.4?

    Thanks, I'll try that. Before I install the static libraires though, how do I uninstall my previous install? I tried sudo make uninstall, but the "uninstall" target is blank... Should I do it manually?
  8. Kinniken

    Compiling wxWidgets for 10.4?

    I did not drag-and-drop any libraries to my project's files, just added the compiler flags from wx-config. I exactly followed the tutorial given in Viro's second post, no more, no less (though when it failed I did try different things which did not work, like specifying other include paths).
  9. Kinniken

    Compiling wxWidgets for 10.4?

    Probably, yes. How do I compile wxWidgets as a static library then? I used the exact command sequence below: 1) cd into the base dir 2) mkdir osx-build 3) cd osx-build 4) ../configure --disable-webkit 5) make 6) sudo make install 7) type <YOUR OWN PASSWORD> They are straight from the...
  10. Kinniken

    Compiling wxWidgets for 10.4?

    I just spent an other fruitless hour trying different options, include paths and so on, nothing works... Assuming you have it running under 10.4, any chance you could email me (cedric "at" kstudio '.' net) a bare-bone wxWidgets project that compiles with Xcode? Hopefully I can figure out what's...
  11. Kinniken

    Compiling wxWidgets for 10.4?

    I did all of that, and it still fails. Concerning the install, I looked in /usr/local and I have in /usr/local/lib: Many libs with names like libwx_base_carbon_net-2.6.0.0.0.dylib, libwx_base_carbon_xml-2.6.0.0.0.dylib, libwx_mac_xrc-2.6.0.0.0.dylib... A "wx" folder containing two files...
  12. Kinniken

    Compiling wxWidgets for 10.4?

    After an interruption due to more urgent projects, I'm back at it... I tried the tutorial you linked to. Even though it was written for XCode 1.5, I found all the settings described. However, when building the project, while the compilation phase works the linking fails with the following error...
  13. Kinniken

    Xerces C++ on Tiger 10.4

    Did you succeed in the end? I'm having similar problems...
  14. Kinniken

    Compiling wxWidgets for 10.4?

    Thanks, that solved it! Is there a guide anywhere on developing projects with wxWidgets and xCode?
  15. Kinniken

    Compiling wxWidgets for 10.4?

    Hi, I have a project to do in C++ with the wxWidgets UI libraries. I downloaded the latest stable release (2.6) from the official website (http://www.wxwidgets.org/dl_mac2.htm). configure runs fine, but when trying to compile it using make I get: Now, since it mentions webkit extensively...
  16. Kinniken

    Installing Tiger DVD on a mac without a DVD drive?

    I won't have the choice... The two machines without DVD drives are two G3 (an iBook and an iMac), and the machines with one are two G4 (one iMac and one iBook) and a G5 iMac, so as far as processor generations are concerned the best I can do is G4 for G3. I'll keep it in mind for iMac vs iBook...
  17. Kinniken

    Installing Tiger DVD on a mac without a DVD drive?

    Thanks! I tested it with the Panther install CD and it worked fine. I should have thought of it myself really, I feel stupid... Now, I just have to wait for Panther!
  18. Kinniken

    Installing Tiger DVD on a mac without a DVD drive?

    Hi, I'm wondering wether I should buy the Tiger CD or DVD family pack. All my computers save one have a DVD reader, and I appreciate the convenience of having the OS on a single disk. However, I also want to be able to install it on an old iMac G3 with only a CD-RW. Is there a way for me to do...
  19. Kinniken

    Routing non-Ethernet/Airport interface?

    Hi, in order to have unrestricted access to the internet from my dorm I have set up a VPN using OpenVPN between it and an other mac at home. This VPN uses the tun1 network interface from the tunnel.kext extension, which does not appear in the list of interfaces in the "sharing" system...
  20. Kinniken

    SSH through HTTP/HTTPs proxy?

    I finally managed to compile it with help from someone on the Apple forums. It turned out that the config files were out of date.
Back
Top