I have just tried the following svn command svn checkout https://codeforge.lbl.gov/anonscm/fastbit
I got a copy of revision 319. My visual studio 2008 has not problem inputting the project files. Normally, you will starting visual studio program first, then use File menu to open solution ibis.sln. You will need to edit the project files to point to the correct location of pthread win32 and jdk (for java only). You may find additional information is win/README. The anonymous SVN repository is not a copy of the writeable version and the copying process might take some time. You might need to give the above svn command another try to get the correct files. John On 9/8/2010 7:33 PM, orion tracking wrote: > I just check out the files again and I got the following error when I > try to load ibis.sln int Visual studio. By the way, do you have any > instruction on how to run the debugger in Visual studio? > > The following error has occurred during XML parsing: > > File: C:\svn\fastbit\trunk\win\java.vcproj > Line: 49 > Column: 1 > Error Message: > Illegal qualified name character. > > The file 'C:\svn\fastbit\trunk\win\java.vcproj' has failed to load. > > > Date: Wed, 8 Sep 2010 16:24:35 -0700 > > From: [email protected] > > To: [email protected] > > Subject: Re: [FastBit-users] compile error > > > > Thanks for the report. The problem seems to be caused by declaration > > of variables in the middle of functions (which is not allowed by C > > standard). GCC seems to happily ignore such problems, but visual > > studio complains about them. Please check out the latest code from > > SVN and see if the problem is addressed under your environment. > > > > John > > > > > > On 9/7/2010 5:23 PM, orion tracking wrote: > > > I download the latest from svn and got the some errors from the java > > > project. Please see attached. I updated java to the latest > version and > > > that did not help either. > > > > > _______________________________________________ > > FastBit-users mailing list > > [email protected] > > https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users > > > > _______________________________________________ > FastBit-users mailing list > [email protected] > https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users _______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
