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

[BUG] ./cmake_configure run ends with an error #927

Open
aristosamar opened this issue Apr 17, 2024 · 1 comment
Open

[BUG] ./cmake_configure run ends with an error #927

aristosamar opened this issue Apr 17, 2024 · 1 comment
Assignees

Comments

@aristosamar
Copy link

aristosamar commented Apr 17, 2024

Describe the bug
CMake Error at CMakeLists.txt:1469 (file):
file STRINGS file
"/home/odroid/emgucv/Emgu.CV.Platform/Netstandard/Emgu.CV.Platform.NetStandard.csproj"
cannot be read.

OS / Platform
Ubuntu 22.04

.Net version
.Net Core 8

CPU Architecture
Intel x64

Emgu CV package used
Build from github source

To Reproduce
Follow instructions for Ubuntu 22.04 from: https://www.emgu.com/wiki/index.php/Download_And_Installation

Expected behavior
Configure and build with no errors.

Additional context
Updating CMakeLists.txt line:

${CMAKE_CURRENT_SOURCE_DIR}/Emgu.CV.Platform/Netstandard/Emgu.CV.Platform.NetStandard.csproj
to
${CMAKE_CURRENT_SOURCE_DIR}/Emgu.CV.Platform/NetStandard/Emgu.CV.Platform.NetStandard.csproj
and re-running ./cmake_configure solves the issue.

emgucv added a commit that referenced this issue Apr 17, 2024
@emgucv
Copy link
Owner

emgucv commented Apr 17, 2024

Thanks for pointing that out. It has been fixed in the commit above.

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

2 participants