From: Pete S. <pst...@gm...> - 2013-07-21 23:48:59
|
On 7/18/2013 12:39 PM, RV = Robert Vogel wrote: RV> Near as I can tell, jazz++ works well on RV> Debian 7. Are you running Debian 7.1? RV> Before linking wxWidgets, the gtk library RV> must be in place. (It doesn't warn you, RV> it just hangs when it can't find a library RV> that it needs.) Whenever I build wxWidgets on Fedora or Ubuntu, it complains when running configure if the appropriate GTK development packages are not installed. I know there is a problem before the compiling. I just built the latest wxWidgets (2.9.5) and Jazz++ on Fedora 19. It worked, although I had to make a fix to one include file. I accidentally had a class scope qualifier in a function declaration. Visual Studio doesn't complain about this, and I hadn't tried the latest on Linux in quite a while. RV> Rather than try to describe it further, RV> what I can do is put a tarball RV> out where you can download it, and see RV> the changes for yourself. Robert, Your tar file isn't using the latest svn source. The revision in the tar ball is 924, with the last commit being made in Nov. 2012. The current svn revision is 1027, so you are missing over 100 updates. Try svn update or try a fresh checkout. You should probably remove the "fakebook" directory from the tar ball you uploaded. Pete |