http://bugs.winehq.org/show_bug.cgi?id=8265
Summary: file name too long Product: Wine Version: 0.9.33. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-dos AssignedTo: wine-bugs@winehq.org ReportedBy: matevz.jekovec@gmail.com
I'm trying to compile an application using cmake toolchain under wine and I get "File name too long" when executing SWIG command.
cd C:\canorus\trunk\src && C:\swigwin-1.3.31\swig.exe -python -includeall -outdir C:/canorus/trunk/src -c++ -IC:/Qt/4.2.3/include -IC:/canorus/trunk/src -IC:/Qt/4.2.3/include/QtGui -IC:/Qt/4.2.3/include/QtXml -IC:/Qt/4.2.3/include/QtCore -IC:/Qt/4.2.3/include/QtTest -Ic:/Python25/include -o C:/canorus/trunk/src//scripting/canoruspythonPYTHON_wrap.cxx C:/canorus/trunk/src/scripting/canoruspython.i File name is too long
It works fine on WindowsXP. Is there an easy solution for this?