In regard to: Re: [OpenIndiana-discuss] OpenIndiana-discuss] Building...:

mv -f .deps/filezilla-asksavepassworddialog.Tpo .deps/filezilla-asksavepassworddialog.Po g++ -DHAVE_CONFIG_H -I. -I../../src/include -I./../include -I/usr/lib/wx/include/motif-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMOTIF__ -I/usr/include/idn -I/usr/include/wx-3.0 -I/usr/include/gnutls-3/gnutls -fpch-preprocess -g -O2 -Wall -MT filezilla-asyncrequestqueue.o -MD -MP -MF .deps/filezilla-asyncrequestqueue.Tpo -c -o filezilla-asyncrequestqueue.o `test -f 'asyncrequestqueue.cpp' || echo './'`asyncrequestqueue.cpp
In file included from statusbar.h:6:0,
                from Mainfrm.h:4,
                from asyncrequestqueue.cpp:7:
state.h:166:32: error: 'wxFileDataObject' does not name a type
void UploadDroppedFiles(const wxFileDataObject* pFileDataObject, const wxString& subdir, bool queueOnly);
                               ^~~~~~~~~~~~~~~~
state.h:167:32: error: 'wxFileDataObject' does not name a type
void UploadDroppedFiles(const wxFileDataObject* pFileDataObject, const CServerPath& path, bool queueOnly);
                               ^~~~~~~~~~~~~~~~
state.h:168:32: error: 'wxFileDataObject' does not name a type
void HandleDroppedFiles(const wxFileDataObject* pFileDataObject, const CLocalPath& path, bool copy);
                               ^~~~~~~~~~~~~~~~

It can't find a data type it's expecting.

Did you remove the system package for library/graphics/wxwidgets before you
installed your copy of wxwidgets 3.0.x?  It seems like the compilation
process might be finding an older (2.8.x) version of one or more header
files.

I personally wouldn't "gmake install" to locations under /usr/include or
/usr/lib, as it may be very difficult to separate OS packages and your
stuff in the future.  If you're not going to package each component
into an IPS package, then using a separate prefix (/usr/local,
/opt/<whatever>, or something else) is often useful.

Tim
--
Tim Mooney                                             tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure                  701-231-1076 (Voice)
Room 242-J6, Quentin Burdick Building                  701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

_______________________________________________
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to