Closed andreww3495 closed 7 years ago
Hi,
Sorry for the delayed response. Super busy with other things these days.
Since I am not a Mac or (frequent) Windows user I have not seen either of these issues. Not sure why it would be trying to compile C/ObjC with c++11. In fact, c++11 is only needed for certain features at the moment, so you might be able to go into the CMake file and take that out.
As for the windows issue, what did you use to compile it? Visual Studio? What version?
Best, Josh
On 09/27/2016 08:19 AM, andreww3495 wrote:
Hi,
I'm having trouble with robogen both using windows 10 and on mac.
On mac I am unable to get robogen to compile. I am getting a number of errors such as: error: invalid argument '-std=c++11' not allowed with 'C/ObjC'
On windows I am able to get robogen to compile but when I run the file viewer, it crashes after a few seconds. The error for this is: Unhandled exception at 0x77C8628C (ntdll.dll) in robogen-file-viewer.exe: 0xC0000374: A heap has been corrupted (parameters: 0x77CB6480)
Any help for either of these issues would be greatly appreciated
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lis-epfl/robogen/issues/54, or mute the thread https://github.com/notifications/unsubscribe-auth/ABqWT05s6E3XABhDhOEil0_kPoK9YA67ks5quQnvgaJpZM4KHmQ4.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/lis-epfl/robogen","title":"lis-epfl/robogen","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/lis-epfl/robogen"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Unable to successfully run robogen (#54)"}],"action":{"name":"View Issue","url":"https://github.com/lis-epfl/robogen/issues/54"}}}
Dr. Joshua E. Auerbach Postdoctoral Researcher Laboratory of Intelligent Systems École Polytechnique Fédérale de Lausanne
Hi,
I'm having trouble with robogen both using windows 10 and on mac.
On mac I am unable to get robogen to compile. I am getting a number of errors such as: error: invalid argument '-std=c++11' not allowed with 'C/ObjC'
On windows I am able to get robogen to compile but when I run the file viewer, it crashes after a few seconds. The error for this is: Unhandled exception at 0x77C8628C (ntdll.dll) in robogen-file-viewer.exe: 0xC0000374: A heap has been corrupted (parameters: 0x77CB6480)
Any help for either of these issues would be greatly appreciated