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

I keep on getting "fatal error LNK 1181" right after make #62

Open
W1ngst0n opened this issue Oct 1, 2023 · 7 comments
Open

I keep on getting "fatal error LNK 1181" right after make #62

W1ngst0n opened this issue Oct 1, 2023 · 7 comments

Comments

@W1ngst0n
Copy link

W1ngst0n commented Oct 1, 2023

Copied this from build.log

LINK : fatal error LNK1181: cannot open input file 'C:\Goo_Engine\goo-engine..\lib\win64_vc15\webp\lib\webp.lib' [C:\Goo_Engine\build_windows_x64_vc17_Release\source\creator\blender.vcxproj]

Build FAILED.

C:\Goo_Engine\goo-engine\source\blender\makesdna\DNA_action_types.h(180,9): warning C4200: nonstandard extension used: zero-sized array in struct/union (compiling source file C:\Goo_Engine\goo-engine\source\blender\imbuf\intern\anim_movie.cc) [C:\Goo_Engine\build_windows_x64_vc17_Release\source\blender\imbuf\bf_imbuf.vcxproj]
C:\Goo_Engine\goo-engine\source\blender\editors\object\object_constraint.c(2214,43): warning C4100: 'con': unreferenced formal parameter [C:\Goo_Engine\build_windows_x64_vc17_Release\source\blender\editors\object\bf_editor_object.vcxproj]
LINK : fatal error LNK1181: cannot open input file 'C:\Goo_Engine\goo-engine..\lib\win64_vc15\webp\lib\webp.lib' [C:\Goo_Engine\build_windows_x64_vc17_Release\source\creator\blender.vcxproj]
2 Warning(s)
1 Error(s)

Time Elapsed 00:16:44.90

@W1ngst0n W1ngst0n changed the title I keep on getting "fatal error LNK 1181" right after make update I keep on getting "fatal error LNK 1181" right after make Oct 1, 2023
@nemix
Copy link

nemix commented Oct 1, 2023

same error

@yyyup
Copy link

yyyup commented Oct 3, 2023

LINK : fatal error LNK1181: cannot open input file 'E:\Github\GooEngine\goo-engine..\lib\win64_vc15\webp\lib\webp.lib' [E:\Github\GooEngine\build_windows_x64_vc16_Release\source\creator\blender.vcxproj]

Build FAILED.

E:\Github\GooEngine\goo-engine\source\blender\editors\object\object_constraint.c(2214,43): warning C4100: 'con': unreferenced formal parameter [E:\Github\GooEngine\build_windows_x64_vc16_Release\source\blender\editors\object\bf_editor_object.vcxproj]
LINK : fatal error LNK1181: cannot open input file 'E:\Github\GooEngine\goo-engine..\lib\win64_vc15\webp\lib\webp.lib' [E:\Github\GooEngine\build_windows_x64_vc16_Release\source\creator\blender.vcxproj]
1 Warning(s)
1 Error(s)

Time Elapsed 00:21:59.10

I am getting the same error any help would be appreciated

@yyyup
Copy link

yyyup commented Oct 3, 2023

It worked, I figured out what to do, I remembered that professor Goo said that the new version of version of GooEngine is a refactor of 3.6 but by default blender is always getting the new libraries that currently are for 4.0 so it's going to give that error so you need webp.lib (old lib) that are for 3.6, anyway short story in the second link download all the files and put them in the directory where the error is telling you it's happening (the first link is an archive of old blender Lib)

https://svn.blender.org/svnroot/bf-blender/tags/

https://svn.blender.org/svnroot/bf-blender/tags/blender-3.6-release/lib/win64_vc15/webp/lib/

not the best solution but it'll do for now

@dct0
Copy link

dct0 commented Oct 13, 2023

webp 3.5 has correctly named files so I used that and it worked

@eclipsek20
Copy link

Im getting a totally different error: LINK : fatal error LNK1181: cannot open input file 'D:\a\BLENDER..\lib\win64_vc15\OpenImageDenoise\lib\common.l
ib' [D:\a\build_windows_x64_vc17_Release\source\creator\blender.vcxproj], is the fix downloading old versions of these dep. as stated above?

@eclipsek20
Copy link

Im getting a totally different error: LINK : fatal error LNK1181: cannot open input file 'D:\a\BLENDER..\lib\win64_vc15\OpenImageDenoise\lib\common.l ib' [D:\a\build_windows_x64_vc17_Release\source\creator\blender.vcxproj], is the fix downloading old versions of these dep. as stated above?

I installed openimage denoise, and it compiled but 4 errors were displayed upon starting

@plushrib
Copy link

plushrib commented Dec 3, 2023

It worked, I figured out what to do, I remembered that professor Goo said that the new version of version of GooEngine is a refactor of 3.6 but by default blender is always getting the new libraries that currently are for 4.0 so it's going to give that error so you need webp.lib (old lib) that are for 3.6, anyway short story in the second link download all the files and put them in the directory where the error is telling you it's happening (the first link is an archive of old blender Lib)

https://svn.blender.org/svnroot/bf-blender/tags/

https://svn.blender.org/svnroot/bf-blender/tags/blender-3.6-release/lib/win64_vc15/webp/lib/

not the best solution but it'll do for now

its not there
image

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

6 participants