Re: Visual Studio build of trunk test suite and attempted fix
On Sun, Mar 20, 2011 at 2:35 PM, William A. Rowe Jr. wrote: > On 3/19/2011 5:30 PM, Jeff Trawick wrote: >> (mine, of course) >> >> I can't get Visual C++ 2008 Express to build testlfsabi. The files do >> show up in the converted .vcproj file, but no .obj files are created. >> Below is my current attempt at a patch. >> >> I first left out the included files (.h, _include.c) with no apparent >> difference. .c not compiled, and testlfsabi() is the only unresolved >> external. > > Your attached patch was fine, please apply, it simply makes these files > more accessible for users in the gui. > > But the actual build mechanics are in test/Makefile.win, I just committed > that fix for you. thanks!
Re: Visual Studio build of trunk test suite and attempted fix
On 3/19/2011 5:30 PM, Jeff Trawick wrote: > (mine, of course) > > I can't get Visual C++ 2008 Express to build testlfsabi. The files do > show up in the converted .vcproj file, but no .obj files are created. > Below is my current attempt at a patch. > > I first left out the included files (.h, _include.c) with no apparent > difference. .c not compiled, and testlfsabi() is the only unresolved > external. Your attached patch was fine, please apply, it simply makes these files more accessible for users in the gui. But the actual build mechanics are in test/Makefile.win, I just committed that fix for you.
Visual Studio build of trunk test suite and attempted fix
(mine, of course) I can't get Visual C++ 2008 Express to build testlfsabi. The files do show up in the converted .vcproj file, but no .obj files are created. Below is my current attempt at a patch. I first left out the included files (.h, _include.c) with no apparent difference. .c not compiled, and testlfsabi() is the only unresolved external. Must be simple, but I don't see it. Index: test/testdll.dsp === --- test/testdll.dsp(revision 1083297) +++ test/testdll.dsp(working copy) @@ -263,6 +263,26 @@ # End Source File # Begin Source File +SOURCE=.\testlfsabi.c +# End Source File +# Begin Source File + +SOURCE=.\testlfsabi.h +# End Source File +# Begin Source File + +SOURCE=.\testlfsabi_include.c +# End Source File +# Begin Source File + +SOURCE=.\testlfsabi32.c +# End Source File +# Begin Source File + +SOURCE=.\testlfsabi64.c +# End Source File +# Begin Source File + SOURCE=.\testlock.c # End Source File # Begin Source File Index: test/testlib.dsp === --- test/testlib.dsp(revision 1083297) +++ test/testlib.dsp(working copy) @@ -263,6 +263,26 @@ # End Source File # Begin Source File +SOURCE=.\testlfsabi.c +# End Source File +# Begin Source File + +SOURCE=.\testlfsabi.h +# End Source File +# Begin Source File + +SOURCE=.\testlfsabi_include.c +# End Source File +# Begin Source File + +SOURCE=.\testlfsabi32.c +# End Source File +# Begin Source File + +SOURCE=.\testlfsabi64.c +# End Source File +# Begin Source File + SOURCE=.\testlock.c # End Source File # Begin Source File