------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________ GoFigure2-developers mailing list GoFigure2-...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gofigure2-developers
Hi all,
1. Master/develop branches of GF2 are crashing on my machine since my update to Ubuntu 12.04 with gcc 4.6.3 and mysql 5.5. The crash only occurs when I use single-click watershed segmentation and it has something to do with linking to the ITK libraries. Other things like merge, split are working fine. I rebuilt ITK 3.20.1 and VTK5.8 from scratch and this problem is still recurring. Two days back they worked fine. Any ideas what might be happening?
2. I also tried compiling against git master branch of ITKv4. There were some ifdefs that needed to be added to the Code/Filter/itkExtractMeshesFromLabelImageFilter and GF2 works well. I submitted a new branch called ITKv4Integration to github. I wonder if we can merge to master and develop and follow the ITKv4 release.
$ git merge feature_ITKv4Integrationgit branch -d feature_ITKv4Integrationfeature_ITKv4Integration
$ git push origin developfeature_ITKv4Integration
To remove the branch from github
$ git push origin :feature_ITKv4Integration