Compiling instructions

This page aims to provide more information about the compiling procedures for the Community Core Vision.

Windows - Microsoft Visual Studio 2008

  • Compiling Instructions
    1. Open the VS 2008
    2. File -> Open -> Project/Solution
    3. Then , go to : "apps\addonsExamples\VS2008"
    4. You may choose to open the project : "Community Core Vision.vcproj" or the "Community Core Vision.sln"
    5. Press F7 or click Build-> Build Solution or Build -> Build Community Core Vision
    6. You may press the green arrow besides "Release/Debug" to Run , or press F5
  • Known Issues
    1. Error Message : fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207'
      LINK : fatal error LNK1257: code generation failed
      Solution: Install the Service Pack 1 for Visual Studio 2008

Ubuntu (32-bit) - Codeblocks

  • Compiling Instructions
    1. In the scripts folder, run the "install_codeblocks.sh"
    2. Run the "install_dependencies.sh" script
    3. Open Codeblocks, and you can find the project in "Linux/apps/addonsExamples/Codeblocks_8_linux/"
    4. Named as "Community Core Vision.cbp"
    5. Then Build and run :)
  • Known Issues
  1. libfmodex.so Error
    Solution: Rename libfmodex-4.22.00.so to libfmodex.so, or make a symlink between both: ln -s libfmodex-4.22.00.so libfmodex.so

Ubuntu (64-bit) - Codeblocks

  • Compiling Instructions
  • Known Issues
    1. libfmodex.so Error
      Solution: enter the libs directory and make the following symlink: ln -s libfmodex64.so.4.10.03 libfmodex.so

Also available in: HTML TXT