Navigation Menu

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

nmake fatal error U1077 @ classification/lda.cpp.obj #542

Open
st151150 opened this issue Oct 18, 2017 · 3 comments
Open

nmake fatal error U1077 @ classification/lda.cpp.obj #542

st151150 opened this issue Oct 18, 2017 · 3 comments

Comments

@st151150
Copy link

I followed the win install instructions but I can't build openbr after cmake with nmake.
System:
Win 10 64bit, Visual Studio Community 2015
cmake 3.0.2
QT 5.6.3
opencv-2.4.11
openbr git bash clone->checkout v1.1.0->submodule init->update (18.10.2017)

D:\openbr\build-msvc2015> nmake

[ 2%] Built target models
[ 3%] Automatic moc for target openbr
[ 3%] Built target openbr_automoc
[ 3%] Building CXX object openbr/CMakeFiles/openbr.dir/plugins/classification/lda.cpp.obj
lda.cpp
D:\openbr\openbr\plugins\classification\lda.cpp(359): error C2280: 'Eigen::Block<Derived,-1,1,true,true> &Eigen::Block<Derived,-1,1,true,true>::operator =(const Eigen::Block<Derived,-1,1,true,true> &)': attempting to reference a deleted function
with
[
Derived=Eigen::Matrix<float,-1,-1,0,-1,-1>
]
d:\openbr\3rdparty\eigen-eigen-5097c01bcdc4\eigen\src/Core/Block.h(353): note: compiler has generated 'Eigen::Block<Derived,-1,1,true,true>::operator =' here
with
[
Derived=Eigen::Matrix<float,-1,-1,0,-1,-1>
]
NMAKE : fatal error U1077: 'C:\PROGRA2\MICROS1.0\VC\BIN\amd64\cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.

@phoffmn
Copy link

phoffmn commented Dec 20, 2017

Have you found any answer for this issue ? I have the same problem ;(

@seanxie28
Copy link

same problem, any answer?

@JosephTRichardson
Copy link

JosephTRichardson commented Aug 5, 2020

I had the same problem and can't get past it. Same system configuration.

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

4 participants