Unfortunately, the error you pasted is about as meaningful as 'an error has occurred'. The error message indicates that the expected project/library 'huginbase' wasn't built. This is generally caused by one or more compilation errors earlier on.
Scan 'up' in your log (eg: earlier), and you should find a more meaningful error message - either a compilation issue or a linking issue. In particular - look for the first occurrence of the error if it happens multiple times. A starting point would (going from memory) be to look for a line like "XX>huginbase - Y error(s), Z warning(s)". Once you've found what XX is for huginbase, look for all the lines (earlier) prefixed with XX (which will be individual file compilations) and look for any errors. Hope that helps > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of brian_ims > Sent: Thursday, December 31, 2009 12:47 AM > To: [email protected] > Subject: [hugin-ptx] Windows Build error - svn4843 > > > Hi, > > I've been trying to build svn4843 using the steps I used when building > before the recent layout merge and get the following error multiple > (19) > times in Visual Studio: > > > 30>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 > 30>Copyright (C) Microsoft Corporation. All rights reserved. > 30>Linking... > 30>LINK : fatal error LNK1104: cannot open file > '..\..\hugin_base\Debug\huginbase.lib' > 30>Build log was saved at > "file://f:\sdk\hugin_build\src\hugin1\ptbatcher\PTBatcherGUI.dir\Debug\ > BuildLog.htm" > 30>PTBatcherGUI - 1 error(s), 0 warning(s) > > Can anybody give guidance on what to do? > > Cheers > -- > View this message in context: http://old.nabble.com/Windows-Build- > error---svn4843-tp26975683p26975683.html > Sent from the hugin ptx mailing list archive at Nabble.com. > > -- > You received this message because you are subscribed to the Google > Groups "hugin and other free panoramic software" group. > A list of frequently asked questions is available at: > http://wiki.panotools.org/Hugin_FAQ > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to hugin- > [email protected] > For more options, visit this group at > http://groups.google.com/group/hugin-ptx -- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
