libcvd-members
[Top][All Lists]
Advanced

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

Re: [libcvd-members] Problems installing LibCVD on Windows XP


From: Gerhard Reitmayr
Subject: Re: [libcvd-members] Problems installing LibCVD on Windows XP
Date: Tue, 10 May 2011 19:26:28 +0200

Hi Frances,

I maybe fixed it in the vc2008 project file now. Could you check out the latest 
version (1.10) from the CVS and try it with that ?

cheers,
  Gerhard

On 10 May 2011, at 13:36, Downey, Frances wrote:

> Hi Ed
> 
> I have done what you suggested and now get this error.
> 
> Build Log
>               
> Build started: Project: libcvd, Configuration: Debug|Win32
> 
> 
> Command Lines
>               
> Creating temporary file "c:\Documents and Settings\Frances\My 
> Documents\Visual Studio 
> 2010\libcvd-20100511\libcvd-20100511\build\vc2008\Debug\BAT000002116767440.bat"
>  with contents
> [
> @echo off
> 
> copy c:\Documents and Settings\Frances\My Documents\Visual Studio 
> 2010\libcvd-20100511\libcvd-20100511\build\vc2005\config.h ..\..\cvd
> 
> 
> 
> if errorlevel 1 goto VCReportError
> 
> goto VCEnd
> 
> :VCReportError
> 
> echo Project : error PRJ0019: A tool returned an error code from "Performing 
> Custom Build Step"
> 
> exit 1
> 
> :VCEnd
> ]
> Creating command line """c:\Documents and Settings\Frances\My 
> Documents\Visual Studio 
> 2010\libcvd-20100511\libcvd-20100511\build\vc2008\Debug\BAT000002116767440.bat"""
> Output Window
>               
> Performing Custom Build Step
> The system cannot find the file specified.
> Project : error PRJ0019: A tool returned an error code from "Performing 
> Custom Build Step"
> Results
>               
> Build log was saved at "file://c:\Documents and Settings\Frances\My 
> Documents\Visual Studio 
> 2010\libcvd-20100511\libcvd-20100511\build\vc2008\Debug\BuildLog.htm"
> libcvd - 1 error(s), 0 warning(s)
> 
> 
> Frances Downey
> Randall Division of Cell and Molecular Physics
> King's College London
> 3rd Floor, New Hunt's House
> Guy's Campus
> London SE1 1UL
> 
> Tel: 020 7848 6519
> Mob: 07737 488 348
> ________________________________________
> From: Edward Rosten address@hidden
> Sent: 10 May 2011 10:53
> To: Downey, Frances
> Cc: address@hidden
> Subject: Re: [libcvd-members] Problems installing LibCVD on Windows XP
> 
> On Tue, 10 May 2011, Downey, Frances wrote:
> 
>> Hi all
>> 
>> I am trying to install LibCVD onto my computer, which uses Windows XP,
>> but I think it is failing to compile. I have cut and paste the Build Log
>> file below. Does anyone know what is going on? Is it possible to fix?
> 
> 
> I believe you need to do the following:
> 
> create a directory tree somewhere, e.g.:
> 
> c:\local\include
> c:\local\lib
> c:\local\bin
> 
> Now set up some environment variables to tell the libCVD build process
> about these directories. Other libCVD/Windows users havre had good luck
> with RapidEE http://www.rapidee.com/en/about
> 
> set the variables:
> 
> INCLUDEDIR=c:\local\include
> LIBDIR=c:\local\lib
> BINDIR=c:\local\bin
> 
> 
> Then compile the prerequisites and put them in the new directory tree:
> 
> Compile libjpeg, and put the headers in c:\local\include and the .lib
> or dll file in c:\local\lib.
> 
> Then do the same for pthreads-win32. I believe it is available
> pre-compiled.
> 
> Download TooN and move the entire thing to c:\local\include\TooN (there
> is no compiling).
> 
> Now libCVD should compile. If you use the installer, it will put libCVD in
> the directory tree that you created.
> 
> In order to use libCVD, you need only point the compiler at
> c:\local\include and c:\local\lib, and it will find all the correct
> libraries.
> 
> 
> -Ed
> 
>> Build Log
>> 
>> Build started: Project: libcvd, Configuration: Debug|Win32
>> 
>> 
>> Command Lines
>> 
>> Build machine environment variables may not be correct.
>> Creating temporary file "c:\Documents and Settings\Frances\My 
>> Documents\Visual Studio 
>> 2010\libcvd-20100511\libcvd-20100511\build\vc2008\Debug\BAT0000043716596.bat"
>>  with contents
>> [
>> @echo off
>> 
>> copy c:\Documents and Settings\Frances\My Documents\Visual Studio 
>> 2010\libcvd-20100511\libcvd-20100511\build\vc2005\config.h ..\..\cvd
>> 
>> 
>> 
>> if errorlevel 1 goto VCReportError
>> 
>> goto VCEnd
>> 
>> :VCReportError
>> 
>> echo Project : error PRJ0019: A tool returned an error code from "Performing 
>> Custom Build Step"
>> 
>> exit 1
>> 
>> :VCEnd
>> ]
>> Creating command line """c:\Documents and Settings\Frances\My 
>> Documents\Visual Studio 
>> 2010\libcvd-20100511\libcvd-20100511\build\vc2008\Debug\BAT0000043716596.bat"""
>> Output Window
>> 
>> Performing Custom Build Step
>> The system cannot find the file specified.
>> Project : error PRJ0019: A tool returned an error code from "Performing 
>> Custom Build Step"
>> Project : warning PRJ0018 : The following environment variables were not 
>> found:
>> $(LIBDIR)
>> Results
>> 
>> Build log was saved at "file://c:\Documents and Settings\Frances\My 
>> Documents\Visual Studio 
>> 2010\libcvd-20100511\libcvd-20100511\build\vc2008\Debug\BuildLog.htm"
>> libcvd - 1 error(s), 0 warning(s)
>> 
>> 
>> 
>> Frances Downey
>> Randall Division of Cell and Molecular Physics
>> King's College London
>> 3rd Floor, New Hunt's House
>> Guy's Campus
>> London SE1 1UL
>> 
>> Tel: 020 7848 6519
>> Mob: 07737 488 348
>> _______________________________________________
>> libcvd-members mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/libcvd-members
>> 
> 
> --
> Edward Rosten                     Machine Intelligence Laboratory
> http://mi.eng.cam.ac.uk/~er258          Department of Engineering
> +44 1223 7 65960                          University of Cambridge
> 
> 
> 
> _______________________________________________
> libcvd-members mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/libcvd-members

--
Gerhard Reitmayr
Institute for Computer Graphics and Vision
http://www.icg.tugraz.at/Members/gerhard
tel: ++43 316 873 5082






reply via email to

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