Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Error:No rule to make target VBoxBldProg-libssl.lib, needed by bldRTSignTool.exe #8

Open
guojia1992 opened this issue Dec 28, 2022 · 18 comments

Comments

@guojia1992
Copy link

image

I am trying compile vbox and everything is ok before execute build.py.
The error info is showing as the image, could any one help?

@guojia1992
Copy link
Author

More info: I use vbox-6.1.36 source code

@jidoc01
Copy link
Collaborator

jidoc01 commented Dec 30, 2022

I will inspect this case soon. Thank you for reporting!

@arminanton
Copy link

I'm having the same issue. Were you able to build version 7.0.4 on Windows 11?

@guojia1992
Copy link
Author

I'm having the same issue. Were you able to build version 7.0.4 on Windows 11?

I am building version 6.1.36 on Windows 11 and failed as the issue above. not trying 7.0.4 yet

@guojia1992
Copy link
Author

I will inspect this case soon. Thank you for reporting!

My build is on Windows11 and source code version 6.1.36。
Please let me know if there is any progress , thank you very much。

@xiaonaiquan
Copy link

I'm having the same issue. Were you able to build version 7.0.4 on Windows 11?

Are you making any progress on building Virtual box 7.0.4?

@xiaonaiquan
Copy link

@guojia1992 Hi, Are you making progress with the compilation process?

@xiaonaiquan
Copy link

I have solved this problem and need to add "VBOX_WITH_BLD_RTSIGNTOOL_SIGNING :=" to AutoConfig.kmk

@arminanton
Copy link

arminanton commented Jan 18, 2023

I have solved this problem and need to add "VBOX_WITH_BLD_RTSIGNTOOL_SIGNING :=" to AutoConfig.kmk

That's awesome!!

Could you try building version 7.0.4 x64 on Windows 11? Also, build the with the guest additions tools as well please.

I heard that only version 7+ can fully function on windows 11...

@xiaonaiquan
Copy link

I have solved this problem and need to add "VBOX_WITH_BLD_RTSIGNTOOL_SIGNING :=" to AutoConfig.kmk

That's awesome!!

Could you try building version 7.0.4 x64 on Windows 11? Also, build the with the guest additions tools as well please.

I heard that only version 7+ can fully function on windows 11...

I'm sorry, I don't have a windows11 system computer, you can try to compile, if there is a problem, you can leave a message here, I will reply you when I see it.

@guojia1992
Copy link
Author

I have solved this problem and need to add "VBOX_WITH_BLD_RTSIGNTOOL_SIGNING :=" to AutoConfig.kmk

COOL! I will try this way later

@guojia1992
Copy link
Author

guojia1992 commented Jan 20, 2023

Hello ALL, share my updats:

1、I have successfully build vbox by replacing the source code with version 6.1.30 on Windows 11. Version 6.1.30 don‘t have the issue “No rule to make target VBoxBldProg-libssl.lib”. If someone else encounters the problem “make356-1.sh: Syntax error: "(" unexpected”, use 'mklink' command to make a hard link to replace VS2010 install path with NO SPACES, it should work.
2、I have also successfully build Guest Addition by some other extra operations:
a. add VBOX_ONLY_ADDITIONS := 1 to LocalConfig.kmk
b. Install vs2013 with update 5( below update 4 have compile errors).
c. Install wddk 8.1
d. set PATH_SDK_WINDDK80 := /install-path-to-wddk81 in the file kBuild/sdks/WINDDK80.kmk
image
e. set PATH_TOOL_VCC120AMD64 := /install-path-to-vs2013/VC in the file kBuild/tools/VCC120AMD64.kmk
image

PS: There must be a more elegant way to set this two environment variables. :)

For d and e , use 'mklink' command to make a hard link if install path have any spaces.

Good Luck!

@jidoc01
Copy link
Collaborator

jidoc01 commented Jan 20, 2023

@xiaonaiquan @guojia1992 I am really thankful for your sharing experiences! And I am sorry that I am currently not able to test the issues, but I will check them ASAP.

@Whibelf2
Copy link

@xiaonaiquan @guojia1992 I am really thankful for your sharing experiences! And I am sorry that I am currently not able to test the issues, but I will check them ASAP.

You have plan to update this script to build Virtualbox 7.x.x ?

@xiaonaiquan
Copy link

@xiaonaiquan @guojia1992 I am really thankful for your sharing experiences! And I am sorry that I am currently not able to test the issues, but I will check them ASAP.

You have plan to update this script to build Virtualbox 7.x.x ?

I'm trying, but there's something wrong with compiling.

@arminanton
Copy link

Any news on the Virtualbox 7.x.x?

@arminanton
Copy link

Seems like someone was able to successfully build it on 7.x.x as well:
https://github.com/bruce30262/build-virtualbox-in-windows

@xiaonaiquan
Copy link

No, I tried many times, but failed, virtualbox code error occurred

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants