-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ubuntu 16.04 + UE4.19 + Clion2017.3,Failed to open selected source code accessor 'Clion' #91
Comments
Theres an issue where UE isn't telling UBT to build the right files ... something was removed during the merge. I've contacted Epic :) |
after 4.19 release,i tried again: |
So bearer of bad news, 4.19 lacks a fix to let the plugin function correctly. It’s still working through engineering ... patch hopefully
…--
Matthew Davey
dotBunny
________________________________
From: evehal <notifications@github.com>
Sent: Wednesday, March 14, 2018 10:01:30 PM
To: dotBunny/CLionSourceCodeAccess
Cc: Matthew Davey; Comment
Subject: Re: [dotBunny/CLionSourceCodeAccess] ubuntu 16.04 + UE4.19 + Clion2017.3,Failed to open selected source code accessor 'Clion' (#91)
after 4.19 release,i tried again:
Cannot get compiler information:
Compiler exited with error code 1: /usr/bin/c++ -xc++ -DACTORPICKERMODE_API= -
...........................................
WORKSPACEMENUSTRUCTURE_API= -D WORLDBROWSER_API= -D XGECONTROLLER_API= -D XMLPARSER_API= -D XMPP_API= -D XMPP_PACKAGE=1 -D _UNICODE -D UNREAL -D ___CIDR_DEFINITIONS_END /tmp/compiler-file -mtune=generic -march=x86-64 -std=gnu++14 -fpch-preprocess -g -fworking-directory -fstack-protector-strong -Wformat -Wformat-security -dD
c++: error trying to exec '/usr/lib/gcc/x86_64-linux-gnu/5/cc1plus': execv: Argument list too long
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#91 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAGD3M0yFQlFFZzOjvENstusyalxROBFks5tect5gaJpZM4R69_N>.
|
You see this error because CMakeLists.txt does not tell anymore that you want to use clang. Editing the CMakeLists.txt in the root folder of your project directory you can add |
and there is no Clion plugin setting in Project setting,and mono installed
The text was updated successfully, but these errors were encountered: