pyushkevich / greedy

Very fast greedy diffeomorphic registration code
GNU General Public License v3.0
59 stars 16 forks source link

Many Errors while building ITK-Snap #6

Open MarkNerdi opened 5 years ago

MarkNerdi commented 5 years ago

Hey, I want to build iITK-Snap to create some additional feature to it, but if I'm building it on my Windows 10, i get a lot of errors regarding greedy. What are some possible problems/solutions to this?

Sincerly, Mark Nardi

pyushkevich commented 5 years ago

Mark,

It's hard to answer without knowing what errors you are getting.

Paul

On Tue, Sep 11, 2018 at 5:58 AM Marklord96 notifications@github.com wrote:

Hey, I want to build iITK-Snap to create some additional feature to it, but if I'm building it on my Windows 10, i get a lot of errors regarding greedy. What are some possible problems/solutions to this?

Sincerly, Mark Nardi

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pyushkevich/greedy/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLyW10cra03AvnPkniYxZ4GcnMWVR5Qks5uZ4lXgaJpZM4Wi-xg .

-- Paul A. Yushkevich, Ph.D. Associate Professor Penn Image Computing and Science Laboratory Department of Radiology University of Pennsylvania

MarkNerdi commented 5 years ago

Sorry, I asked the same question on Stack Overflow with corresponding screenshots of CMake and Errors here. In the attachment files You can find all error messages.

I hope You can help me.

Cheers, Mark errors

pyushkevich commented 5 years ago

Hi

I think you might want to try to build ITK from source. That would be a good test of your C++ and CMake configuration because ITK has fewer dependencies that ITK-SNAP. My hunch is that something with C++ is not configured properly on your machine, because it looks like the basic ITK include files are not being picked up.

Best, Paul

On Wed, Sep 12, 2018 at 3:41 AM Marklord96 notifications@github.com wrote:

Sorry, I asked the same question on Stack Overflow with corresponding screenshots of CMake and Errors here https://stackoverflow.com/questions/52056507/errors-building-project-in-visual-studio-2017. In the attachment files You can find all error messages.

I hope You can help me.

Cheers, Mark [image: 1_5] https://user-images.githubusercontent.com/37661351/45409514-e762e800-b65e-11e8-8183-7b9bc04f90ce.PNG [image: 1_1] https://user-images.githubusercontent.com/37661351/45409516-e8941500-b65e-11e8-8f50-d1a5230e7de5.PNG [image: 1_2] https://user-images.githubusercontent.com/37661351/45409518-e8941500-b65e-11e8-816d-931d149b34b0.PNG [image: 1_3] https://user-images.githubusercontent.com/37661351/45409519-e92cab80-b65e-11e8-9fb1-8ea896a93522.PNG [image: 1_4] https://user-images.githubusercontent.com/37661351/45409520-e92cab80-b65e-11e8-929e-46c31a1fee3a.PNG

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pyushkevich/greedy/issues/6#issuecomment-420545629, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLyW8laInv0fryu5KrBH5Gu2-S9cliFks5uaLqNgaJpZM4Wi-xg .

-- Paul A. Yushkevich, Ph.D. Associate Professor Penn Image Computing and Science Laboratory Department of Radiology University of Pennsylvania

MarkNerdi commented 5 years ago

Building ITK from source causes no Errors. How can i check if the building and installation of ITK all went right? Here is a screenshot of my CMake configurations. unbenannt

pyushkevich commented 5 years ago

have you build the "test" target in ITK? Does it build and run without errors?

On Mon, Sep 24, 2018 at 7:22 AM Marklord96 notifications@github.com wrote:

Building ITK from source causes no Errors. How can i check if the building and installation of ITK all went right? Here is a screenshot of my CMake configurations. [image: unbenannt] https://user-images.githubusercontent.com/37661351/45949609-f5fcb800-bfeb-11e8-863f-567201f9a8a6.PNG

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pyushkevich/greedy/issues/6#issuecomment-423942923, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLyWz_D3x8y8Ivw5R6vx8FSFqvMm-_Bks5ueMBdgaJpZM4Wi-xg .

-- Paul A. Yushkevich, Ph.D. Associate Professor Penn Image Computing and Science Laboratory Department of Radiology University of Pennsylvania