CDB> git clone http seems to be working correctly now. Yes, MUCH better:
qtide 57 > git branch -av master 18072e0 fix qtide.cfg for win and mac * neitzel 0bb5541 Merge remote branch 'remotes/origin/master' into neitzel remotes/origin/HEAD -> origin/master remotes/origin/master 18072e0 fix qtide.cfg for win and mac remotes/origin/win_native d60385d Cleanup Dllexport usage. Add _WIN32 and _MSC_VER bracketing for some Windows and msvc specific changes. Change to happy slashes. The new version doesn't build anymore. though: g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DAPP_VERSION=\"1.0.2\" -DJQT -DQT_WEBKIT -DQT_OPENGL -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -I. -I/usr/X11R6/include -Ibuild -o build/opengl.o wd/opengl.cpp wd/opengl.cpp: In constructor 'Opengl::Opengl(std::string, std::string, Form*, Pane*)': wd/opengl.cpp:15: error: 'class QGLFormat' has no member named 'setProfile' wd/opengl.cpp:15: error: 'CoreProfile' is not a member of 'QGLFormat' wd/opengl.cpp:19: error: 'class QGLFormat' has no member named 'setProfile' wd/opengl.cpp:19: error: 'CompatibilityProfile' is not a member of 'QGLFormat' wd/opengl.cpp:20: error: 'class QGLFormat' has no member named 'setProfile' wd/opengl.cpp:20: error: 'CoreProfile' is not a member of 'QGLFormat' make: *** [build/opengl.o] Error 1 These lines were introduced with: commit 9c3134b3fc98b6b4f66d958300d196998a3b18e2 Author: bill lam <[email protected]> Date: Fri Feb 15 12:19:15 2013 +0800 opengl compatibility profile Martin ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
