2009-01-18 18:24:31 UTC
Hello,
I'm trying to compile in Ubuntu Intrepid 64bits.
So basically, I untar the source,
cd wxChecksums-1.2.0
cd src
make depend
(as explained in COMPILE.txt)
I installed the wx2.8-headers package, which provides a whole bunch of files in /usr/include/wx2.8/wx, then made a symlink from /usr/include/wx2.8/wx to /usr/include/wx because make depend was complaining.
Now I get the following output for make depend:
makedepend -fmakefile.dep cksums.cpp lvwSums.cpp frmSums.cpp dlgProgress.cpp dlgResProg.cpp dlgFilesSelector.cpp dlgConf.cpp dlgAbout.cpp dlgInvalidFiles.cpp dlgNewFile.cpp dlgMultiCheckConf.cpp dlgMultiCheck.cpp dlgBatchCreateConf.cpp dlgBatchCreate.cpp dlgAddMatchFiles.cpp slstview.cpp appprefs.cpp language.cpp checksumutil.cpp checksumfactory.cpp md5.cpp crc32.cpp sumfile.cpp md5file.cpp sfvfile.cpp bytedisp.cpp utils.cpp osdep.cpp fileutil.cpp fdftlmk.cpp cmdlnopt.cpp licence.cpp
makedepend: warning: cksums.cpp (reading /usr/include/wx/platform.h, line 196): cannot find include file "wx/setup.h"
not in wx/setup.h
not in /usr/include/wx/wx/setup.h
not in /usr/include/wx/setup.h
(Here come more than 16Ko of error messages, but for now just focus on the first lines)
I can't find setup.h, a locate wx/setup.h raised no result (did an updatedb just before). I installed wx2.8-i18n and wx-common, but to no avail.
What should I do now to get it compile ?
Thanks for your answers,
Xavier