benchmarks icon indicating copy to clipboard operation
benchmarks copied to clipboard

cppbuild script not working

Open cirrusone opened this issue 3 years ago • 0 comments

Running the following on Windows 10

$ cppbuild/cppbuild

produces lots of errors such as

LINK : fatal error LNK1181: cannot open input file '..\..\..\..\aeron-prefix\src\aeron-build\Release\lib\aeron_client.l
ib' [C:\Users\o\Desktop\IPCTesting\benchmarks-master\cppbuild\Release\benchmarks-aeron\src\main\cpp\nanoMarkTest.vcxproj]

Delving into the directory path the script seems to be looking for this path

..\..\..\..\aeron-prefix\src\aeron-build\Release\lib\aeron_client.lib

but the path is actually this

..\..\..\..\aeron-prefix\src\aeron-build\lib\Release\aeron_client.lib

so ...Release\lib instead of ...lib\Release

I don't really know enough about CMake to know if this is something I can fix or if the script needs to be updated?

cirrusone avatar Feb 22 '22 16:02 cirrusone