The configure step seems to work correctly. But the make step fails right
away:
../src/generic/filedlgg.cpp: In method `wxFileData::wxFileData(const
wxString &, const wxString &)':
../src/generic/filedlgg.cpp:455: type `stat' is not a base type for type
`stat64'
make: *** [filedlgg.o] Error 1
Does anyone have any ideas?
Thanks a lot,
···
--
Daniel Carrera, Math PhD student at UMD. PGP KeyID: 9AF77A88
.-"~~~"-. On the menu of a Swiss restaurant:
/ O O \ "Our wines leave you nothing to hope for"
: s :
\ \___/ / Sign outside a Hong Kong tailor shop:
`-.___.-' "Ladies may have a fit upstairs"
The configure step seems to work correctly. But the make step fails right
away:
../src/generic/filedlgg.cpp: In method `wxFileData::wxFileData(const
wxString &, const wxString &)':
../src/generic/filedlgg.cpp:455: type `stat' is not a base type for type
`stat64'
make: *** [filedlgg.o] Error 1
Does anyone have any ideas?
Thanks a lot,
--
Daniel Carrera, Math PhD student at UMD. PGP KeyID: 9AF77A88
.-"~~~"-. On the menu of a Swiss restaurant:
/ O O \ "Our wines leave you nothing to hope for"
: s :
\ \___/ / Sign outside a Hong Kong tailor shop:
`-.___.-' "Ladies may have a fit upstairs"
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
--
Daniel Carrera, Math PhD student at UMD. PGP KeyID: 9AF77A88
.-"~~~"-. On the menu of a Swiss restaurant:
/ O O \ "Our wines leave you nothing to hope for"
: s :
\ \___/ / Sign outside a Hong Kong tailor shop:
`-.___.-' "Ladies may have a fit upstairs"
The configure step seems to work correctly. But the make step fails right away:
../src/generic/filedlgg.cpp: In method `wxFileData::wxFileData(const wxString &, const wxString &)':
../src/generic/filedlgg.cpp:455: type `stat' is not a base type for type `stat64'
make: *** [filedlgg.o] Error 1
I havn't seen this error before so you may need to ask about it on wx-users.
Other people have had problems with the --enable-rpath option on Solaris when going on to the wxPython build steps so you may want to get rid of that now to save some headache later. You'll just have to either add $WXPREF/lib to LD_LIBRARY_PATH or change the --prefix to be a standard path.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
>../src/generic/filedlgg.cpp: In method `wxFileData::wxFileData(const
>wxString &, const wxString &)':
>../src/generic/filedlgg.cpp:455: type `stat' is not a base type for type
>`stat64'
>make: *** [filedlgg.o] Error 1
I havn't seen this error before so you may need to ask about it on wx-users.
Is that the wxWindows main mailing list? (as opposed to wxPython).
Why should I ask there about a problem with wxPython? I can't possibly
expect them to know much about how wxPython is implemented.
···
--
Daniel Carrera, Math PhD student at UMD. PGP KeyID: 9AF77A88
.-"~~~"-. On the menu of a Swiss restaurant:
/ O O \ "Our wines leave you nothing to hope for"
: s :
\ \___/ / Sign outside a Hong Kong tailor shop:
`-.___.-' "Ladies may have a fit upstairs"
../src/generic/filedlgg.cpp: In method `wxFileData::wxFileData(const wxString &, const wxString &)':
../src/generic/filedlgg.cpp:455: type `stat' is not a base type for type `stat64'
make: *** [filedlgg.o] Error 1
I havn't seen this error before so you may need to ask about it on wx-users.
Is that the wxWindows main mailing list? (as opposed to wxPython).
Why should I ask there about a problem with wxPython? I can't possibly expect them to know much about how wxPython is implemented.
Because the step where the failure is located is in building wxWindows.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!