sokcuri / TweetDeckPlayer

Web-App Application for Useful and Better Tweet Life
Other
66 stars 21 forks source link

`tdpmain` 빌드 실패 #11

Closed Dalgona closed 8 years ago

Dalgona commented 8 years ago

46b9e5a5f897c307c2024db461fde96d7cbac41a 에서 CMake 문제는 해결 되었으나, tdpmain 프로젝트를 빌드하는 도중 /Release/dbghelp.dll 파일이 없다고 하며 MSB3073 오류가 발생합니다. 확인 바랍니다.

1>------ 빌드 시작: 프로젝트: tdpmain, 구성: Release Win32 ------
1>  tdpmain.vcxproj -> C:\Users\dmsql\Source\Repos\TweetDeckPlayer\tdpmain\Release\tdpmain.exe
1>  Error copying file (if different) from " [...] /TweetDeckPlayer/Release/dbghelp.dll" to " [...] /TweetDeckPlayer/tdpmain/Release/dbghelp.dll".

    ... 생략 ...
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: setlocal
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: "C:\Program Files (x86)\CMake\bin\cmake.exe" -E copy_if_different [...]/TweetDeckPlayer/Release/dbghelp.dll [...]/TweetDeckPlayer/tdpmain/Release/dbghelp.dll
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd
    ... 생략 ...
Dalgona commented 8 years ago

46b9e5a5f897c307c2024db461fde96d7cbac41a 커밋의 /CMakeLists.txt 442줄을 주석 처리 했더니 정상적으로 빌드 및 실행 됩니다. 의도치 않게 추가된 것 같으니 확인해주세요.

sokcuri commented 8 years ago

dbghelp.dll 파일은 XP 지원으로 추가되었습니다. 07d903295c950aa3dc1d6ddad8b4632b61f9ebfd 커밋에서 해당 문제가 수정되었습니다.