• Dear Cerberus X User!

    As we prepare to transition the forum ownership from Mike to Phil (TripleHead GmbH), we need your explicit consent to transfer your user data in accordance with our amended Terms and Rules in order to be compliant with data protection laws.

    Important: If you accept the amended Terms and Rules, you agree to the transfer of your user data to the future forum owner!

    Please read the new Terms and Rules below, check the box to agree, and click "Accept" to continue enjoying your Cerberus X Forum experience. The deadline for consent is April 5, 2024.

    Do not accept the amended Terms and Rules if you do not wish your personal data to be transferred to the future forum owner!

    Accepting ensures:

    - Continued access to your account with a short break for the actual transfer.

    - Retention of your data under the same terms.

    Without consent:

    - You don't have further access to your forum user account.

    - Your account and personal data will be deleted after April 5, 2024.

    - Public posts remain, but usernames indicating real identity will be anonymized. If you disagree with a fictitious name you have the option to contact us so we can find a name that is acceptable to you.

    We hope to keep you in our community and see you on the forum soon!

    All the best

    Your Cerberus X Team

Trying to run the examples from rudy van etten

casio101

New member
Joined
Aug 14, 2018
Messages
4
Hi, as the the title has been descriptive, i will just get to the problem. I am using jungle-ide configured with cerberusX to run the example but is met with trans failed error. With close examination it looks like the generated .sln file contains many syntax errors. Is cerberusX backwards compatible to run monkeyX code?. Looking at the syntax for those examples I don't see the problem as to why it does not compile as smoothly as those included in the sample files with cerberusX

Cerberus:
g:\workfiles\githubprojects\monkeyxexamples\example - ai taking cover positions.buildv2018-12-30\glfw3\main.cpp(5394): error C2146: syntax error: missing ';' before identifier 'Taking' [G:\Workfiles\GithubProjects\MonkeyXExamples\Example - Ai Taking Cover Positions.buildv2018-12-30\glfw3\msvc\CerberusGame.vcxproj]
g:\workfiles\githubprojects\monkeyxexamples\example - ai taking cover positions.buildv2018-12-30\glfw3\main.cpp(5394): error C2065: 'Taking': undeclared identifier [G:\Workfiles\GithubProjects\MonkeyXExamples\Example - Ai Taking Cover Positions.buildv2018-12-30\glfw3\msvc\CerberusGame.vcxproj]
g:\workfiles\githubprojects\monkeyxexamples\example - ai taking cover positions.buildv2018-12-30\glfw3\main.cpp(5394): error C2146: syntax error: missing ';' before identifier 'Cover' [G:\Workfiles\GithubProjects\MonkeyXExamples\Example - Ai Taking Cover Positions.buildv2018-12-30\glfw3\msvc\CerberusGame.vcxproj]
g:\workfiles\githubprojects\monkeyxexamples\example - ai taking cover positions.buildv2018-12-30\glfw3\main.cpp(5394): error C2065: 'Cover': undeclared identifier [G:\Workfiles\GithubProjects\MonkeyXExamples\Example - Ai Taking Cover Positions.buildv2018-12-30\glfw3\msvc\CerberusGame.vcxproj]
g:\workfiles\githubprojects\monkeyxexamples\example - ai taking cover positions.buildv2018-12-30\glfw3\main.cpp(5394): error C2146: syntax error: missing ';' before identifier 'Positions_mybullet' [G:\Workfiles\GithubProjects\MonkeyXExamples\Example - Ai Taking Cover Positions.buildv2018-12-30\glfw3\msvc\CerberusGame.vcxproj]
g:\workfiles\githubprojects\monkeyxexamples\example - ai taking cover positions.buildv2018-12-30\glfw3\main.cpp(5394): error C2065: 'Positions_mybullet': undeclared identifier [G:\Workfiles\GithubProjects\MonkeyXExamples\Example - Ai Taking Cover Positions.buildv2018-12-30\glfw3\msvc\CerberusGame.vcxproj]
g:\workfiles\githubprojects\monkeyxexamples\example - ai taking cover positions.buildv2018-12-30\glfw3\main.cpp(5394): error C2227: left of '->p_ObjectEnumerator' must point to class/struct/union/generic type [G:\Workfiles\GithubProjects\MonkeyXExamples\Example - Ai Taking Cover Positions.buildv2018-12-30\glfw3\msvc\CerberusGame.vcxproj]
g:\workfiles\githubprojects\monkeyxexamples\example - ai taking cover positions.buildv2018-12-30\glfw3\main.cpp(5394): fatal error C1003: error count exceeds 100; stopping compilation [G:\Workfiles\GithubProjects\MonkeyXExamples\Example - Ai Taking Cover Positions.buildv2018-12-30\glfw3\msvc\CerberusGame.vcxproj]
Done Building Project "G:\Workfiles\GithubProjects\MonkeyXExamples\Example - Ai Taking Cover Positions.buildv2018-12-30\glfw3\msvc\CerberusGame.vcxproj" (default targets) -- FAILED.
Done Building Project "G:\Workfiles\GithubProjects\MonkeyXExamples\Example - Ai Taking Cover Positions.buildv2018-12-30\glfw3\msvc\CerberusGame.sln" (default targets) -- FAILED.

Build FAILED.
 
Try using file paths without any white-space characters.
 
MonkeyX and CerebrusX require file paths without any white space characters.
 
What about running monkey2 code? The rebranding of the monkey language is confusing. I found monkey2 and it seems to have a few different modules in it compared to cerberus but in the wiki its the latest to supersede monkeyX. What I am trying to do is to make jungle ide to do all monkey related programming cerberus to do the trans and stuff.
 
CX is not compatible with M2.
Search for Jungle in this forum. It got updated to support CX.
 
Cool, got it. To add to the previous, i meant that cerberus x is the one that supersedes monkey x and still active.
 
Back
Top Bottom