just faced with another issue,
create limux .so makefile project from scratch with a default settings and try to build from VS.
successfully.
however when I tried to change a couple of them I faced with an issues:
- if I’m going to change remote folder from default , I was getting a errors in cases:
– when I’m specifying absolute path, e.g. /home/myself/worspace/project
– in cases like ~/workspace/project, I don’t have a error however it was placed into /home/myself/~/worksapce/project
so when I’ve finally set “workspace/project” , it has been placeed into desired folder
it means that if I select a folder from GUI , i won’t work
- default value for binary (DEBUG config) folder is “Debug”. for some reasons , I’ve tried to remove this for a placing .so into the same folder as a sources. got the error again
1>VisualGDB: Sending 1 updated source file to build machine…
1>VisualGDB: Run “make CONFIG=Debug” in directory “workspace/zeph” on …. (SSH)
1>c:\dev\workspace\php\zeph\Makefile(35): error : Invalid configuration, please check your inputs. Stop.
1>————————————————————-
1>Command exited with code 2
1>Executable: make
1>Arguments: CONFIG=Debug
1>Directory: workspace/zeph
1>VisualGDB : error : Command-line action failed
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets(43,5): error MSB3073: exit from command “”C:\Program Files (x86)\Sysprogs\VisualGDB\\VisualGDB.exe” /build “c:\dev\workspace\php\zeph\zeph.vcxproj” “/solution:c:\dev\workspace\php\zeph\zeph.sln” “/config:Debug” “/platform:Win32″” with code 1.
-
This topic was modified 7 years, 10 months ago by amigo421.