I realize AMD64 is not officially supported yet, but....

I am trying to build vbox from source on  AMD64/Opensuse 10.2

I have managed to successfully run ./configure after changing two lines to
this:

echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include
-L/usr/lib64/qt3/lib64/ -lqt-mt" >> $LOG
$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L/usr/lib64/qt3/lib64/
-lqt-mt >> $LOG 2>&1

I get this:

Successfully generated 'AutoConfig.kmk' and 'env.sh'.
Source 'env.sh' once before you start to build VBox:

 source env.sh
 kmk

To compile the kernel module, do:

 cd ./out/linux.amd64/release/bin/src
 make

Enjoy!
kenny:~/vbox # source env.sh

Then I get the following error when running kmk all
kenny:~/vbox # kmk all
Config.kmk:874: /root/vbox/out/linux.amd64/release/GCCConfig.kmk: No such
file or directory
kBuild: Generating /root/vbox/out/linux.amd64/release/GCCConfig.kmk
kmk: *** [/root/vbox/out/linux.amd64/release/GCCConfig.kmk] Error 1
The failing command:
       @# HC compiler switch detction.

I realize AMD64 is not officially supported yet, but does anyone have Any
ideas?

Thanks in advance John
_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to