Robin Green wrote:
So what exactly do I need to do to fix this error? Do I untar a copy of the curl 7.19.4 source code in src/libs/curl-7.19.4/? But I don't think curl includes a file called Makefile.kmk, so I don't think that would work. Or do I need to edit the configure script to stop the build process trying to build curl?

No, the assumption is that you already have a copy of libcurl on your system. The configure script right now assumes that the header files are in the system default include directories and that the library is found in the default library directories. If that's not correct, you can adjust the INCCURL and LIBCURL settings, just as it's already done for FreeBSD. You could add a few lines to the configure script which searches in several directories or add a --with-curl-dir command line parameter.

Klaus

2009/7/13 Klaus Espenlaub <[email protected] <mailto:[email protected]>>

    Robin Green wrote:

        Exact same issue as I had with OSE 3.0 and OSE 3 beta - when is
        OSE going to be able to build on Mac OS X?


    I think someone already asked this and got an explanation: curl is
    not and will not be made part of the VirtualBox tree. So VirtualBox
    needs to know where the library is. It's of course possible to
    improve the configure script. That's actually pretty easy do, so
    someone could contribute this.

    All the other messages are harmless and expected.

    Klaus



        Config.kmk:1675:
        
/Users/greenrd/Downloads/VirtualBox-3.0.2_OSE/out/darwin.x86/release/GCCConfig.kmk:
        No such file or directory
        Config.kmk:3811:
        
/Users/greenrd/Downloads/VirtualBox-3.0.2_OSE/out/darwin.x86/release/revision.kmk:
        No such file or directory
        /Users/greenrd/Downloads/VirtualBox-3.0.2_OSE/src/libs/Makefile.kmk:51:
        
/Users/greenrd/Downloads/VirtualBox-3.0.2_OSE/src/libs/curl-7.19.4/Makefile.kmk:
        No such file or directory
        
/Users/greenrd/Downloads/VirtualBox-3.0.2_OSE/kBuild/sdks/W2K3DDK.kmk:59:
        kBuild: PATH_SDK_W2K3DDK couldn't be determined!
        
/Users/greenrd/Downloads/VirtualBox-3.0.2_OSE/kBuild/sdks/WINPSDKINCS.kmk:61:
        kBuild: PATH_SDK_WINPSDKINCS couldn't be determined!
        kmk: *** No rule to make target
        
`/Users/greenrd/Downloads/VirtualBox-3.0.2_OSE/src/libs/curl-7.19.4/Makefile.kmk'.
         Stop.

_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev

Reply via email to