From: Tim D. <tw...@do...> - 2006-12-28 07:40:34
|
Solved my own problem... I'd installed the wxbase2.6 deb, without the corresponding wxgtk2.6 Sorry for the noise. Tim > I used to be able to build, but can't any longer since upgrading to > gcc-6.6, wx-2.6 etc. > > Any tips or suggestions before I start trying to debug the build system? > > Tim > > > ------------------ snip ---------------------------------------- > > > tim@home:~/src$ cd /tmp > tim@home:/tmp$ darcs get http://darcs.haskell.org/wxhaskell > Official darcs repository for wxHaskell. > ********************** > Copying patch 322 of 322... done! > Applying patch 322 of 322... done. > Finished getting. > tim@home:/tmp$ cd wxhaskell/ > tim@home:/tmp/wxhaskell$ wx-config --list > > Default config is base-unicode-release-2.6 > > Default config will be used for output > > Alternate matches: > base-unicode-debug-2.6 > > Legacy configs available in /usr: > wxgtk-2.4 > wxbase-2.4 > > tim@home:/tmp/wxhaskell$ chmod +x ./configure > tim@home:/tmp/wxhaskell$ ./configure > checking system: > wx-config found > ghc found > ghc-pkg found > haddock found > install program found > > creating configuration files: > config > config/config.mk > config/wxcore.pkg > config/wx.pkg > config/wxhaskell-register.bat > config/wxhaskell-unregister.bat > config/setcd > config/macosx-install.info > config/macosx-postinstall > config/macosx-app > config/wxhaskell.spec > config/prologue.txt > config/cache.txt > > configuration: > library: wxhaskell-0.10.1 (release 0) > compiler: ghc-6.6 > wxwidgets: -i/usr/lib/wx/include/base-unicode-release-2.6 > -i/usr/include/wx-2.6 -dwxuse_gui=0 -d_file_offset_bits=64 -d_large_files > -d_largefile_source=1 -dno_gcc_pragma -2.6.3 > with openGL: no > library dir: /usr/lib > > done: > type 'make' to build wxhaskell. > type 'make install' to install wxhaskell. > type 'make help' to receive help on all other make targets > > tim@home:/tmp/wxhaskell$ make > makefile:723: warning: overriding commands for target > `out/wxc/libwxc--i/usr/lib/wx/include/base-unicode-release-2' > makefile:718: warning: ignoring old commands for target > `out/wxc/libwxc--i/usr/lib/wx/include/base-unicode-release-2' > makefile:723: warning: overriding commands for target > `-i/usr/include/wx-2' > makefile:718: warning: ignoring old commands for target > `-i/usr/include/wx-2' > makefile:723: warning: overriding commands for target `-dwxuse_gui=0' > makefile:718: warning: ignoring old commands for target `-dwxuse_gui=0' > makefile:723: warning: overriding commands for target > `-d_file_offset_bits=64' > makefile:718: warning: ignoring old commands for target > `-d_file_offset_bits=64' > makefile:723: warning: overriding commands for target `-d_large_files' > makefile:718: warning: ignoring old commands for target `-d_large_files' > makefile:723: warning: overriding commands for target > `-d_largefile_source=1' > makefile:718: warning: ignoring old commands for target > `-d_largefile_source=1' > makefile:723: warning: overriding commands for target `-dno_gcc_pragma' > makefile:718: warning: ignoring old commands for target `-dno_gcc_pragma' > makefile:727: warning: overriding commands for target > `out/wxc/libwxc--i/usr/lib/wx/include/base-unicode-release-2' > makefile:723: warning: ignoring old commands for target > `out/wxc/libwxc--i/usr/lib/wx/include/base-unicode-release-2' > makefile:727: warning: overriding commands for target > `-i/usr/include/wx-2' > makefile:723: warning: ignoring old commands for target > `-i/usr/include/wx-2' > makefile:727: warning: overriding commands for target `-dwxuse_gui=0' > makefile:723: warning: ignoring old commands for target `-dwxuse_gui=0' > makefile:727: warning: overriding commands for target > `-d_file_offset_bits=64' > makefile:723: warning: ignoring old commands for target > `-d_file_offset_bits=64' > makefile:727: warning: overriding commands for target `-d_large_files' > makefile:723: warning: ignoring old commands for target `-d_large_files' > makefile:727: warning: overriding commands for target > `-d_largefile_source=1' > makefile:723: warning: ignoring old commands for target > `-d_largefile_source=1' > makefile:727: warning: overriding commands for target `-dno_gcc_pragma' > makefile:723: warning: ignoring old commands for target `-dno_gcc_pragma' > make: *** No rule to make target > `out/wxc/libwxc--i/usr/lib/wx/include/base-unicode-release-2.6', needed by > `wxc'. Stop. > tim@home:/tmp/wxhaskell$ > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > |