mcberk / wrapitk

Automatically exported from code.google.com/p/wrapitk
0 stars 0 forks source link

wrapITK with java flag fails to compile because it is unable to open a file due to file name too long #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set WRAP_ITK_JAVA on
2. compile

What is the expected output? What do you see instead?
I expected wrapITK to compile instead I get the following error:
Unable to open file 
/Users/xxxxxxxxx/MURPA/Unstable/wrapITK-Binary/Languages/Java/Proxies/src/org/it
k/mesh/SWIGTYPE_p_itk__MapContainerT_unsigned_long_itk__CellInterfaceT_double_it
k__CellTraitsInfoT_3_double_float_unsigned_long_unsigned_long_unsigned_long_itk_
_PointT_double_3u_t_itk__MapContainerT_unsigned_long_itk__PointT_double_3u_t_t_s
td__setT_unsigned_long_std__lessT_unsigned_long_t_t_t_t_p_t.java: File name too 
long

What version of the product are you using? On what operating system?
Latest snapshot of ITK and wrapITK
MAC OS X 10.6.6
Xcode 3.2.5

Please provide any additional information below.
The compilation always fails at the same spot

Original issue reported on code.google.com by Kiong6...@gmail.com on 20 Jan 2011 at 10:27