From: Robert V. <vo...@ct...> - 2013-07-22 20:02:40
|
On 07/21/2013 07:43 PM, Pete Stieber wrote: > 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 never did find all of the gtk libs in Debian, notably the canberra piece so I'm moving on to Mint 15. > 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. I scraped the svn command from your instructions: |svn co https://jazzplusplus.svn.sourceforge.net/svnroot/jazzplusplus/trunk/jazz jazz| Here's a fresh checkout (today) what I got: ... .vcxproj.filters A jazz/vc11/JazzPlusPlus-VC11.vcxproj A jazz/vc11/JazzPlusPlus-VC11.sln A jazz/NEWS A jazz/bootstrap Checked out revision 924. Is there another subversion repository somewhere ? Bob |