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 using Visual Studio 14 project files fails to build tests #62

Open
OliverSchmitz opened this issue Jan 23, 2017 · 0 comments
Open

Comments

@OliverSchmitz
Copy link
Contributor

cmake -G"Visual Studio 14 2015 Win64" -Dpeacock_prefix=C:\pcrteam_extern\build -Dbuild_fern=true -Dfern_git_repository=https://github.com/geoneric/fern.git -Dfern_git_tag=f67bdc78b21932025dd85b085c9bcf3464979de9 -Dfern_build_fern_algorithm=true -Dfern_build_fern_documentation=false -Dfern_build_fern_test=true C:\development\projects\peacock

fails with
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140\Microsoft.CppBuild.targets(312,5): error MSB3491: Could not write lines to file "algorithm_convolution_neighborhood_square_test.dir\Release\algorith.D8FFDD7A.tlog\algorithm_convolution_neighborhood_square_test.lastbuildstate". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. [C:\pcrteam_extern\tmp\fern\fern-head-Release-prefix\src\fern-head-Release-build\source\fern\algorithm\convolution\neighborhood\test\algorithm_convolution_neighborhood_square_test.vcxproj] [C:\pcrteam_extern\tmp\fern\fern-head-Release.vcxproj]

building without tests works. with and without tests works both when using nmake makefiles

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

1 participant