[Insight-users] Problems with ITK and Linux
Ariel Hernán Curiale
curiale at gmail.com
Mon Oct 1 12:46:51 EDT 2012
Hi Gabriel,
mmm.. What version of ITK are you using and where is installed or compiled ?
This line is used to include the respective includes from ITK. But if you see the line before (FIND_PACKAGE) is set to ITK_REQUIRED which means that you must to set the correct path to ITK library (the building folder).
For example, I used this "/Users/ariel/Applications/ITK-4.2rc04-build" to compile the example because I don't install the library into the system.
Saludos
__________________________________
| Ariel Hernán Curiale Ph.D Student
| ETSI Telecomunicación
| Universidad de Valladolid
| Campus Miguel Delibes
| 47011 Valladolid, Spain
| Phone: 983-423000 ext. 5590
| Web: www.curiale.com.ar
|_________________________________
El 01/10/2012, a las 16:22, Gabriel Santiago escribió:
> Hi Ariel,
>
> Thank you for your reply. I tried to run the "Hello World" example, but when I run cmake, it guves me the following message:
>
> "CMake Error at CMakeLists.txt:13 (INCLUDE):
> include called with wrong number of arguments. Include only takes one
> file."
>
> Any idea on how to solve this?
>
> Thank you,
>
>
> On 30 September 2012 13:21, Ariel Hernán Curiale <curiale at gmail.com> wrote:
> Hi Gabriel,
>
> I work with eclipse indigo (this include the cdt and other plugins to use c++ into eclipse) without problems.
>
> Try to compile the HelloWorld project (https://github.com/curiale/HelloWorld.git) into directory for example eclipse with the following commands:
>
> mkdir eclipse
> cd eclipse
> ccmake -G "Eclipse CDT4 - Unix Makefiles" ../src/
>
> Then import into eclipse and tell me if something wrong happen. Remember that if you use an external library for example boost you need to add this into the cmake.
>
>
> Saludos
> __________________________________
> | Ariel Hernán Curiale Ph.D Student
> | ETSI Telecomunicación
> | Universidad de Valladolid
> | Campus Miguel Delibes
> | 47011 Valladolid, Spain
> | Phone: 983-423000 ext. 5590
> | Web: www.curiale.com.ar
> |_________________________________
>
>
>
>
> --
> Gabriel Santiago
>
> ~"As long as I live so long do I learn"~
> Ramakhrishna
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20121001/1806e514/attachment.htm>
More information about the Insight-users
mailing list