We have now hosted GCF in a public repository. You can checkout the latest copy of GCF from the link below
https://svn2.hosted-projects.com/vcreatelogic/GCF
Username: anonymous
Password: anonymous
The latest code has IPC support. It compiles against Qt 4.3.3 and Qt 4.4rc1. To compile GCF you will need to check out a copy of the code and then execute the following command in the directory where you can see include and source as child directories
On Linux : qmake -recursive “GCF_BASE=/home/user/GCF”
On Windows : qmake -tp vc -recursive “GCF_BASE=C:/GCF”
Essentially GCF_BASE should be the complete path of the directory where the code is available.
From now on, we will be developing GCF within this repository. So it will contain the latest copy of GCF always. Over the next few weeks we will be configuring our internal VTK Designer code bases to sync to GCF available in this repository. Slowly, we will try and make VTK Designer 2 available on this repository as well. Feedback, criticisms, suggestions and offer to work on GCF is always welcome*.
* Conditions apply, as always