build cocos2dx on ubuntu x86 64bits successfully but result is black screen

hi all,
I have built cocos2dx on ubuntu x86 64bits successfully. But when I run HelloWorld and tests,the result are black screen.
Am I lack of some libraries?
Could anyone help me?


helloworld.jpg (37.8 KB)

There seems to be some inconsistency in the third party header files not correctly matching 64-bit environment.

Could one of the developers provide a full script that created all those third party libraries for Linux, so we can re-build them ourselves for 64-bit?

Ok, I found the cause. The freetype static library included in cocos2d-x seems to not work. The black screen is because none of the text menu appears.

Again, it would be nice to have the original build scripts for these 3rd parties.