"My system definitely has gcc."

so does mine.

it appeared to my untrained eye, that possibly there were some comments
improperly escaped with @#, so I deleted all of those lines and now I am
getting the following.

Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found

I have not had a chance to explore this further yet.

On 5/5/07, Larry Finger <[EMAIL PROTECTED]> wrote:

Luis Gallardo wrote:
> Make sure you have gcc installed on your Linux.

I have been building VBox on an AMD64/openSUSE 10.2 system for a couple of
weeks. Today, after I
downloaded the r2514 update, I got the same error. My system definitely
has gcc.

Larry

> On 5/4/07, John Eberly <[EMAIL PROTECTED]> wrote:
>> 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?


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




--
John Eberly
[EMAIL PROTECTED]
_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to