Antonio Augusto (Mancha) wrote:
> Already had tried that with the same error.
> Problems persists on SVN 1967.
> 
> ----------------
> kBuild: Linking RuntimeLnx32GuestR3
> kBuild: Installing RuntimeLnx32GuestR3 =>
> /home/mancha/tmp/vbox-svn/vbox-build/../vbox-bin/lib/RuntimeLnx32GuestR3.a
> - Show quoted text -

Looks like this time you are using something like:
export PATH_OUT="/home/mancha/tmp/vbox-svn/vbox-build/../vbox-bin"

The path has to be absolute and contain no symbolic links, try this:
export PATH_OUT="/home/mancha/tmp/vbox-svn/vbox-bin"

Kind Regards,
  knut


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

Reply via email to