lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] MSVC Project Broken


From: Joel Cunningham
Subject: [lwip-devel] MSVC Project Broken
Date: Tue, 08 Dec 2015 14:53:06 +0000 (GMT)

Looks like the Visual Studio project is broken after commit:

1edea9624ac6104eff7f6319173af39a58fb4288 (Move httpserver_raw to main git repository)

The project is still trying to build files that were deleted:

1>------ Build started: Project: makefsdata, Configuration: Debug Win32 ------
2>------ Build started: Project: lwIP_Test, Configuration: Debug Win32 ------
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(388,5): warning MSB8028: The intermediate directory (Debug\) contains files shared from another project (lwIP pcapif.vcxproj, lwIP.vcxproj, lwIP_Test.vcxproj).  This can lead to incorrect clean and rebuild behavior.
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(388,5): warning MSB8028: The intermediate directory (Debug\) contains files shared from another project (lwIP pcapif.vcxproj, lwIP.vcxproj, makefsdata.vcxproj).  This can lead to incorrect clean and rebuild behavior.
2>  fs.c
2>c1 : fatal error C1083: Cannot open source file: '..\..\..\apps\httpserver_raw\fs.c': No such file or directory
2>  httpd.c
2>c1 : fatal error C1083: Cannot open source file: '..\..\..\apps\httpserver_raw\httpd.c': No such file or directory
2>  Generating Code...
1>  makefsdata.c
1>c1 : fatal error C1083: Cannot open source file: '..\..\..\apps\httpserver_raw\makefsdata\makefsdata.c': No such file or directory
========== Build: 0 succeeded, 2 failed, 2 up-to-date, 0 skipped ==========

I'm not an expert on configuring Visual Studio projects, but possibly makefsdata.vcproj (and .vcxproj) needs to be deleted and whatever is pulling in httpserver_raw\httpd.c (lwIP_Test?) needs to be modified.

I'll poke around and see if I can get it cleaned up, but if anyone else has more experience and can correct it quickly, feel free.

Joel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]