Closed CarlosBorroto closed 11 years ago
I wrote premo pretty much just for this project anyway, so no worries reporting here. Sounds like this one is purely just a g++ version issue (4.5.x on our dev servers, 4.6.3 on my machine), where your newer version is more strict about the pointer comparison taking place. I'll look into cleaning that up and get back to you.
To your other question: gkno itself has been running on a few Linux distros: mostly Fedora 14 or 16 on our dev servers & cluster. I'm running Linux Mint 13 (based on Ubuntu 12.04) on my personal machine. There are probably others as well, but I'm not sure or don't have access to them at the moment. The cmake versions involved are mostly 2.8.4 on our servers, 2.8.7 on my laptop.
Pushed a fix. Should be good to go. Feel free to re-open if the problem persists.
Thanks again for the feedback.
This probably should go into premo repository. I'm opening it here cause I found it while building gkno.
This is in a Debian Wheezy(recently released stable version) system with cmake 2.8.9 and gcc 4.7.2.
Thanks for all your help, Carlos PS: Could you share what system you use? I really want to get gkno to build and work. I know how hard is to support every possible combination of development tools and libraries.