dotBunny / CLionSourceCodeAccess

A CLion Plugin for Unreal Engine
138 stars 26 forks source link

No engine includes on WIndows #26

Open vito0719 opened 7 years ago

vito0719 commented 7 years ago

Hello I'm running latest win10, clion 2016.2 and 4.13 UE. After doing all these steps, I click File-Open Clion and all I see is my project. Without the engine source I'm basically writing with notepad...

EDIT: In VS and Xcode there are 2 folders, one Engine and one Game. In Clion, I suppose the Engine folder should go to External Libraries. But it doesn't... Is it only me or...?

nathanvoglsam commented 7 years ago

I'm getting this issue as well. Same versions, using Windows 10 and Clion 2016.2.3 and UE 4.13. I follow the steps from this guide to the letter and the whole thing gets to loading the project where it loads the CMakeLists file but no includes to UnrealEngine code work. When the CMakeLists file is loaded this error is thrown with build configurations This Error

Tolc commented 7 years ago

Getting the exact same issue as well...

nathanvoglsam commented 7 years ago

Okay I got a fix yesterday. Probably a big rookoe mistake but you have to build unreal engine from source... these guides can get you through no trouble https://docs.unrealengine.com/latest/INT/GettingStarted/DownloadingUnrealEngine/index.html https://docs.unrealengine.com/latest/INT/Programming/Development/BuildingUnrealEngine/

Tolc commented 7 years ago

Could you elaborate a little on that? I mean, yes, I can build the engine from the sources, but what is it going to change for my CLion UE4 project?

Plus it is not needed with VS or Xcode, so it shouldn't be needed with CLion neither.

nathanvoglsam commented 7 years ago

Atleast on my end, I was throwing errors for invalid directories when trying to load the CMakeFile. This was with the binary version of UE 4.13. I couldnt figure out why and couldnt find a solution. I built the engine version 4.14.1 from source and tried that to find that all includes functioned properly. Perhaps some includes on my end are missing? Or not all includes come with the binary release? I'm not sure but building from source seems to have solved my issue

reapazor commented 7 years ago

Just to give you guys a little something ...

The plugin was designed originally for Rocket builds, I havent had the time to check against source builds. I suspect that, there needs to be a setting which toggles what gets referenced and included. I just havent had the time to look into the difference between the two ... in about 2 weeks i might have time (thats how packed my time is atm).

vito0719 commented 7 years ago

@nathanvoglsam Did you put the plugin into the engine source while building the engine? I tried with my source built 413 but still not luck.

nathanvoglsam commented 7 years ago

I built engine 4.14 from source, then I created a c++ project from it and installed the plugin to the project as described on this github's wiki. Hit generate cmake lists and loaded into clion and it worked. I think as the cmake project generator was designed for linux, in which you have to build from source as there is no binary release, the cmakelists generator expects the whole engine source to be there. When you use the binary release, the whole source isnt there and so things break. It might be possible to just tick the "engine source" option when installing an engine version from the launcher to achieve the same effect as building from source would.

filipeuva commented 7 years ago

I'm thinking the same way as you @nathanvoglsam , one question, can you debug with it ? I had to download mingw.w64 binaries just to attach GDB to UE4Editor.exe as it's 64 bits, dunno if there are flags for the 32 bit version. Anyway it wouldn't stop at breakpoints as I'd wager debug information isn't being built for non source projects. I think compiling the whole engine on each rebuilt would take a long while, that's why I haven't done what you did. Anyhow nice project, would love to work on this if I have some spare time.

vito0719 commented 7 years ago

Cheers mate. I think the keyword might be 4.14 here... I tested on nvidia's 4.13 VRWorks branch. I might give it a go again when they release 4.14 but as of now I think Visual Studio is growing on me...

nathanvoglsam commented 7 years ago

@filipeuva I'm not sure havent tried to yet. I couldnt actually get it to build through Clion so I had to build and run through the editor, so I couldn't really use the debuger in Clion anyway.

TomCoursow commented 7 years ago

Any updates on this issue? Still have it with 4.14.2...

Don't know if this could be an issue... I just want to have the auto completion and quick fixes of clion... My builds i do in the engine with the compile button...

Is this an issue then?

"C:\Program Files (x86)\JetBrains\CLion 2016.3.2\bin\cmake\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" "C:\Users\Tom - Henry Coursow\Documents\Unreal Projects\pmc 4.14"
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Tom - Henry Coursow/Documents/Unreal Projects/pmc 4.14/cmake-build-debug
Cannot get compiler information for configuration Debug:
    Compiler exited with error code 1: C:\MinGW\bin\g++.exe -xc++ -DACTORPICKERMODE_API="" -DADDCONTENTDIALOG_API="" -DADVERTISING_API="" -DAIGRAPH_API="" -DAIMODULE_API="" -DAITESTSUITE_API="" -DALEMBICIMPORTER_API="" -DALEMBICLIBRARY_API="" -DALLDESKTOPTARGETPLATFORM_API="" -DANALYTICSBLUEPRINTLIBRARY_API="" -DANALYTICSET_API="" -DANALYTICSMULTICASTEDITOR_API="" -DANALYTICSMULTICAST_API="" -DANALYTICSVISUALEDITING_API="" -DANALYTICS_API="" -DANDROIDDEVICEDETECTION_API="" -DANDROIDMEDIAEDITOR_API="" -DANDROIDMEDIAFACTORY_API="" -DANDROIDMEDIA_API="" -DANDROIDPLATFORMEDITOR_API="" -DANDROIDRUNTIMESETTINGS_API="" -DANDROIDTARGETPLATFORM_API="" -DANDROID_ASTCTARGETPLATFORM_API="" -DANDROID_ATCTARGETPLATFORM_API="" -DANDROID_DXTTARGETPLATFORM_API="" -DANDROID_ETC1TARGETPLATFORM_API="" -DANDROID_ETC2TARGETPLATFORM_API="" -DANDROID_MULTITARGETPLATFORM_API="" -DANDROID_PVRTCTARGETPLATFORM_API="" -DANIMATIONBLUEPRINTEDITOR_API="" -DANIMATIONEDITOR_API="" -DANIMGRAPHRUNTIME_API="" -DANIMGRAPH_API="" -DANSEL_API="" -DANSEL_DLL=AnselSDK64.dll -DAPPFRAMEWORK_API="" -DAPSALAREDITOR_API="" -DARCHVISCHARACTER_API="" -DASSETREGISTRY_API="" -DASSETTOOLS_API="" -DASYNC_DEFERRED_DELETION=1 -DAUDIOCAPTURE_API="" -DAUDIOFORMATADPCM_API="" -DAUDIOFORMATOGG_API="" -DAUDIOFORMATOPUS_API="" -DAUDIOMIXERXAUDIO2_API="" -DAUDIOMIXER_API="" -DAUTOMATIONCONTROLLER_API="" -DAUTOMATIONMESSAGES_API="" -DAUTOMATIONWINDOW_API="" -DAUTOMATIONWORKER_API="" -DAVFMEDIAEDITOR_API="" -DAVFMEDIAFACTORY_API="" -DAVFMEDIA_API="" -DBEHAVIORTREEEDITOR_API="" -DBLANKMODULE_API="" -DBLANKPLUGIN_API="" -DBLUEPRINTCOMPILERCPPBACKEND_API="" -DBLUEPRINTGRAPH_API="" -DBLUEPRINTNATIVECODEGEN_API="" -DBLUEPRINTPROFILER_API="" -DBLUEPRINTRUNTIME_API="" -DBLUEPRINTSTATS_API="" -DBLUTILITY_API="" -DBSPMODE_API="" -DBUILDING_STATIC -DBUILDPATCHSERVICES_API="" -DCABLECOMPONENT_API="" -DCASCADE_API="" -DCEF3UTILS_API="" -DCHARACTERAI_API="" -DCINEMATICCAMERA_API="" -DCLASSVIEWER_API="" -DCLIONSOURCECODEACCESS_API="" -DCODEEDITOR_API="" -DCODEVIEW_API="" -DCOLLECTIONMANAGER_API="" -DCOLLISIONANALYZER_API="" -DCOMPONENTVISUALIZERS_API="" -DCONFIGEDITOR_API="" -DCONTENTBROWSER_API="" -DCOREUOBJECT_API="" -DCORE_API="" -DCRASHTRACKER_API="" -DCURVEASSETEDITOR_API="" -DCURVETABLEEDITOR_API="" -DCUSTOMMESHCOMPONENT_API="" -DD3D11RHI_API="" -DD3D12RHI_API="" -DDATABASESUPPORT_API="" -DDATATABLEEDITOR_API="" -DDEBUG_RESOURCE_STATES=0 -DDEPRECATED_FORGAME=DEPRECATED -DDERIVEDDATACACHE_API="" -DDESKTOPPLATFORM_API="" -DDESKTOPWIDGETS_API="" -DDESTRUCTIBLEMESHEDITOR_API="" -DDETAILCUSTOMIZATIONS_API="" -DDEVICEMANAGER_API="" -DDEVICEPROFILEEDITOR_API="" -DDEVICEPROFILESERVICES_API="" -DDIRECTORYWATCHER_API="" -DDISTCURVEEDITOR_API="" -DDOCUMENTATION_API="" -DDX_MAX_MSAA_COUNT=8 -DEDITORLIVESTREAMING_API="" -DEDITORSETTINGSVIEWER_API="" -DEDITORSTYLE_API="" -DEDITORTESTS_API="" -DEDITORWIDGETS_API="" -DEIGEN_MPL2_ONLY -DENABLE_HTTP_FOR_NFS=1 -DENABLE_OLD_GAMEPLAY_DEBUGGER=0 -DENABLE_RESIDENCY_MANAGEMENT=1 -DENGINEMESSAGES_API="" -DENGINESETTINGS_API="" -DENGINE_API="" -DENVIRONMENTQUERYEDITOR_API="" -DEPICSURVEY_API="" -DEXAMPLEDEVICEPROFILESELECTOR_API="" -DEXTERNALIMAGEPICKER_API="" -DFBXAUTOMATIONTESTBUILDER_API="" -DFILELOGGING_API="" -DFLURRYEDITOR_API="" -DFOLIAGEEDIT_API="" -DFOLIAGE_API="" -DFONTEDITOR_API="" -DFUNCTIONALTESTINGEDITOR_API="" -DFUNCTIONALTESTING_API="" -DGAMECIRCLERUNTIMESETTINGS_API="" -DGAMELIVESTREAMING_API="" -DGAMEPLAYABILITIESEDITOR_API="" -DGAMEPLAYABILITIES_API="" -DGAMEPLAYDEBUGGER_API="" -DGAMEPLAYTAGSEDITOR_API="" -DGAMEPLAYTAGS_API="" -DGAMEPLAYTASKSEDITOR_API="" -DGAMEPLAYTASKS_API="" -DGAMEPROJECTGENERATION_API="" -DGAMMAUI_API="" -DGEOMETRYCACHEED_API="" -DGEOMETRYCACHE_API="" -DGEOMETRYMODE_API="" -DGITSOURCECONTROL_API="" -DGOOGLEVRCONTROLLER_API="" -DGOOGLEVRHMD_API="" -DGRAPHEDITOR_API="" -DHARDWARESURVEY_API="" -DHARDWARETARGETING_API="" -DHAS_OODLE_SDK=0 -DHEADMOUNTEDDISPLAY_API="" -DHIERARCHICALLODOUTLINER_API="" -DHIERARCHICALLODUTILITIES_API="" -DHOTFIX_API="" -DHOTRELOAD_API="" -DHTML5NETWORKING_API="" -DHTML5PLATFORMEDITOR_API="" -DHTML5TARGETPLATFORM_API="" -DHTTPNETWORKREPLAYSTREAMING_API="" -DHTTP_API="" -DHTTP_PACKAGE=1 -DICMP_API="" -DICMP_PACKAGE=1 -DIMAGECORE_API="" -DIMAGEWRAPPER_API="" -DINPUTBINDINGEDITOR_API="" -DINPUTCORE_API="" -DINPUTDEVICE_API="" -DINTERNATIONALIZATIONSETTINGS_API="" -DINTERNATIONALIZATION_API="" -DINTROTUTORIALS_API="" -DIOSPLATFORMEDITOR_API="" -DIOSRUNTIMESETTINGS_API="" -DIOSTARGETPLATFORM_API="" -DIS_MONOLITHIC=0 -DIS_PROGRAM=0 -DJSONUTILITIES_API="" -DJSON_API="" -DKISMETCOMPILER_API="" -DKISMETWIDGETS_API="" -DKISMET_API="" -DLANDSCAPEEDITOR_API="" -DLANDSCAPE_API="" -DLAUNCHDAEMONMESSAGES_API="" -DLAUNCHERSERVICES_API="" -DLAUNCH_API="" -DLAYERS_API="" -DLEAPMOTION_API="" -DLEVELEDITOR_API="" -DLEVELSEQUENCEEDITOR_API="" -DLEVELSEQUENCE_API="" -DLIGHTPROPAGATIONVOLUMEEDITOR_API="" -DLIGHTPROPAGATIONVOLUMERUNTIME_API="" -DLOBBY_API="" -DLOBBY_PACKAGE=1 -DLOCALIZATIONDASHBOARD_API="" -DLOCALIZATIONSERVICE_API="" -DLOCALIZATION_API="" -DLOGVISUALIZER_API="" -DMACCLIENTTARGETPLATFORM_API="" -DMACNOEDITORTARGETPLATFORM_API="" -DMACSERVERTARGETPLATFORM_API="" -DMACTARGETPLATFORM_API="" -DMAINFRAME_API="" -DMATERIALEDITOR_API="" -DMATERIALSHADERQUALITYSETTINGS_API="" -DMATERIALUTILITIES_API="" -DMATINEETOLEVELSEQUENCE_API="" -DMATINEE_API="" -DMAX_CBS=8 -DMAX_ROOT_CBVS=MAX_CBS -DMAX_SRVS=32 -DMEDIAASSETS_API="" -DMEDIAPLAYEREDITOR_API="" -DMEDIAUTILS_API="" -DMEDIA_API="" -DMERGEACTORS_API="" -DMERGE_API="" -DMESHBONEREDUCTION_API="" -DMESHPAINT_API="" -DMESHUTILITIES_API="" -DMESSAGELOG_API="" -DMESSAGINGDEBUGGER_API="" -DMESSAGINGRPC_API="" -DMESSAGING_API="" -DMETALSHADERFORMAT_API="" -DMIDIDEVICE_API="" -DMOBILELAUNCHERPROFILEWIZARD_API="" -DMOBILEPATCHINGUTILS_API="" -DMODULEUI_API="" -DMOVIEPLAYER_API="" -DMOVIESCENECAPTUREDIALOG_API="" -DMOVIESCENECAPTURE_API="" -DMOVIESCENETOOLS_API="" -DMOVIESCENETRACKS_API="" -DMOVIESCENE_API="" -DNAVMESH_API="" -DNDEBUG=1 -DNETCODEUNITTEST_API="" -DNETWORKFILESYSTEM_API="" -DNETWORKFILE_API="" -DNETWORKING_API="" -DNETWORKREPLAYSTREAMING_API="" -DNEWLEVELDIALOG_API="" -DNIAGARAEDITOR_API="" -DNIAGARA_API="" -DNULLDRV_API="" -DNULLNETWORKREPLAYSTREAMING_API="" -DNUTUNREALENGINE4_API="" -DOCULUSAUDIO_API="" -DOCULUSINPUT_API="" -DOCULUSLIBRARY_API="" -DOCULUSRIFT_API="" -DONESKYLOCALIZATIONSERVICE_API="" -DONLINEBLUEPRINTSUPPORT_API="" -DONLINESUBSYSTEMAMAZON_API="" -DONLINESUBSYSTEMAMAZON_PACKAGE=1 -DONLINESUBSYSTEMFACEBOOK_API="" -DONLINESUBSYSTEMFACEBOOK_PACKAGE=1 -DONLINESUBSYSTEMNULL_API="" -DONLINESUBSYSTEMNULL_PACKAGE=1 -DONLINESUBSYSTEMOCULUS_API="" -DONLINESUBSYSTEMOCULUS_PACKAGE=1 -DONLINESUBSYSTEMSTEAM_API="" -DONLINESUBSYSTEMSTEAM_PACKAGE=1 -DONLINESUBSYSTEMUTILS_API="" -DONLINESUBSYSTEMUTILS_PACKAGE=1 -DONLINESUBSYSTEM_API="" -DONLINESUBSYSTEM_PACKAGE=1 -DOODLEHANDLERCOMPONENT_API="" -DOPENGLDRV_API="" -DORIGINAL_FILE_NAME=\"UE4Editor-CLionSourceCodeAccess.dll\" -DORIGINAL_FILE_NAME=\"UE4Editor.exe\" -DOSVRINPUT_API="" -DOSVR_API="" -DOUTPUTLOG_API="" -DPACKAGEDEPENDENCYINFO_API="" -DPACKAGESDIALOG_API="" -DPACKETHANDLER_API="" -DPAKFILE_API="" -DPAPER2DEDITOR_API="" -DPAPER2D_API="" -DPAPERSPRITESHEETIMPORTER_API="" -DPAPERTILEDIMPORTER_API="" -DPARTY_API="" -DPARTY_PACKAGE=1 -DPERFCOUNTERS_API="" -DPERFORCESOURCECONTROL_API="" -DPERSONA_API="" -DPHAT_API="" -DPHYA_API="" -DPHYSXFORMATS_API="" -DPIPELINE_STATE_FILE_LOCATION=FPaths::GameSavedDir -DPIXELINSPECTORMODULE_API="" -DPLACEMENTMODE_API="" -DPLATFORM_SUPPORTS_MGPU=1 -DPLATFORM_WINDOWS=1 -DPLISTEDITOR_API="" -DPLUGINBROWSER_API="" -DPLUGINWARDEN_API="" -DPMC_API="" -DPORTALMESSAGES_API="" -DPORTALPROXIES_API="" -DPORTALRPC_API="" -DPORTALSERVICES_API="" -DPROCEDURALMESHCOMPONENTEDITOR_API="" -DPROCEDURALMESHCOMPONENT_API="" -DPROFILERCLIENT_API="" -DPROFILERMESSAGES_API="" -DPROFILERSERVICE_API="" -DPROFILER_API="" -DPROJECTLAUNCHER_API="" -DPROJECTSETTINGSVIEWER_API="" -DPROJECTS_API="" -DPROJECTTARGETPLATFORMEDITOR_API="" -DPROPERTYEDITOR_API="" -DQOS_API="" -DQOS_PACKAGE=1 -DRAWMESH_API="" -DREALTIMEPROFILER_API="" -DREFERENCEVIEWER_API="" -DRELIABILITYHANDLERCOMPONENT_API="" -DRENDERCORE_API="" -DRENDERER_API="" -DRESIDENCY_PIPELINE_DEPTH=6 -DRHI_API="" -DRUNTIMETESTS_API="" -DSANDBOXFILE_API="" -DSCENEDEPTHPICKERMODE_API="" -DSCENEOUTLINER_API="" -DSCREENSHOTCOMPARISONTOOLS_API="" -DSCREENSHOTCOMPARISON_API="" -DSCREENSHOTTOOLS_API="" -DSCRIPTEDITORPLUGIN_API="" -DSCRIPTPLUGIN_API="" -DSEQUENCERECORDERSECTIONS_API="" -DSEQUENCERECORDER_API="" -DSEQUENCERWIDGETS_API="" -DSEQUENCER_API="" -DSERIALIZATION_API="" -DSESSIONFRONTEND_API="" -DSESSIONMESSAGES_API="" -DSESSIONSERVICES_API="" -DSETTINGSEDITOR_API="" -DSETTINGS_API="" -DSHADERCOMPILERCOMMON_API="" -DSHADERCORE_API="" -DSHADERFORMATD3D_API="" -DSHADERFORMATOPENGL_API="" -DSHADERPREPROCESSOR_API="" -DSHAREDSETTINGSWIDGETS_API="" -DSIGNIFICANCEMANAGER_API="" -DSIMPLEHMD_API="" -DSIZEMAP_API="" -DSKELETALMESHEDITOR_API="" -DSKELETONEDITOR_API="" -DSLATECORE_API="" -DSLATENULLRENDERER_API="" -DSLATEREFLECTOR_API="" -DSLATEREMOTE_API="" -DSLATERHIRENDERER_API="" -DSLATE_API="" -DSLATE_REFLECTOR_HAS_DESKTOP_PLATFORM=1 -DSLATE_REFLECTOR_HAS_SESSION_SERVICES=1 -DSMARTSNAPPING_API="" -DSOCKETS_API="" -DSOCKETS_PACKAGE=1 -DSOUNDCLASSEDITOR_API="" -DSOUNDCUEEDITOR_API="" -DSOUNDMODIMPORTER_API="" -DSOUNDMOD_API="" -DSOUNDVISUALIZATIONS_API="" -DSOURCECODEACCESS_API="" -DSOURCECONTROLWINDOWS_API="" -DSOURCECONTROL_API="" -DSPEEDTREEIMPORTER_API="" -DSSL_API="" -DSSL_PACKAGE=1 -DSTANDALONERENDERER_API="" -DSTATICMESHEDITOR_API="" -DSTATSVIEWER_API="" -DSTEAMCONTROLLER_API="" -DSTEAMSDK_FOUND=1 -DSTEAMVRCONTROLLER_API="" -DSTEAMVR_API="" -DSTEREOPANORAMA_API="" -DSTREAMINGFILE_API="" -DSTREAMINGPAUSERENDERING_API="" -DSTRUCTBOX_API="" -DSUBVERSIONSOURCECONTROL_API="" -DSUB_ALLOCATED_DEFAULT_ALLOCATIONS=1 -DSUPERSEARCHEDITOR_API="" -DSUPERSEARCH_API="" -DSWARMINTERFACE_API="" -DSYNTHBENCHMARK_API="" -DTARGETDEVICESERVICES_API="" -DTARGETPLATFORM_API="" -DTASKGRAPH_API="" -DTCPMESSAGING_API="" -DTEXTUREALIGNMODE_API="" -DTEXTURECOMPRESSOR_API="" -DTEXTUREEDITOR_API="" -DTEXTUREFORMATASTC_API="" -DTEXTUREFORMATDXT_API="" -DTEXTUREFORMATINTELISPCTEXCOMP_API="" -DTEXTUREFORMATPVR_API="" -DTEXTUREFORMATUNCOMPRESSED_API="" -DTOOLBOX_API="" -DTRANSLATIONEDITOR_API="" -DTREEMAP_API="" -DTVOSTARGETPLATFORM_API="" -DUATHELPER_API="" -DUBT_COMPILED_PLATFORM=Win64 -DUBT_COMPILED_TARGET=Editor -DUDPMESSAGING_API="" -DUE4GAME_API="" -DUE_BUILD_DEVELOPMENT=1 -DUE_BUILD_MINIMAL=0 -DUE_EDITOR=1 -DUE_ENABLE_ICU=1 -DUMGEDITOR_API="" -DUMG_API="" -DUNDOHISTORY_API="" -DUNICODE -DUNREALAUDIOXAUDIO2_API="" -DUNREALAUDIO_API="" -DUNREALEDMESSAGES_API="" -DUNREALED_API="" -DUOBJECTPLUGIN_API="" -DUSERFEEDBACK_API="" -DUSE_CHECKS_IN_SHIPPING=0 -DUSE_LOGGING_IN_SHIPPING=0 -DUSE_NEW_ASYNC_IO=0 -DUSE_P4_API=1 -DUSE_STATIC_ROOT_SIGNATURE=0 -DUSE_STATS_WITHOUT_ENGINE=0 -DUTILITYSHADERS_API="" -DVECTORVM_API="" -DVIEWPORTINTERACTION_API="" -DVIEWPORTSNAPPING_API="" -DVISUALSTUDIOSOURCECODEACCESS_API="" -DVOICE_API="" -DVOICE_PACKAGE=1 -DVREDITOR_API="" -DVSACCESSOR_HAS_DTE=1 -DVULKANRHI_API="" -DVULKANSHADERFORMAT_API="" -DWEBBROWSERWIDGET_API="" -DWEBBROWSER_API="" -DWIDGETCAROUSEL_API="" -DWIN32=1 -DWINDOWSCLIENTTARGETPLATFORM_API="" -DWINDOWSDEVICEPROFILESELECTOR_API="" -DWINDOWSMOVIEPLAYER_API="" -DWINDOWSNOEDITORTARGETPLATFORM_API="" -DWINDOWSSERVERTARGETPLATFORM_API="" -DWINDOWSTARGETPLATFORM_API="" -DWINVER=0x0601 -DWITH_ANSEL=1 -DWITH_APEX=1 -DWITH_BOX2D=1 -DWITH_COREUOBJECT=1 -DWITH_DEV_AUTOMATION_TESTS=1 -DWITH_DIRECTXMATH=0 -DWITH_EDITOR=1 -DWITH_ENGINE=1 -DWITH_FREETYPE=1 -DWITH_GAMEPLAY_DEBUGGER=1 -DWITH_LOGGING_TO_MEMORY=0 -DWITH_OGGVORBIS=1 -DWITH_PERFCOUNTERS=1 -DWITH_PERF_AUTOMATION_TESTS=1 -DWITH_PHYSX=1 -DWITH_PLUGIN_SUPPORT=0 -DWITH_PORTAL_SERVICES=1 -DWITH_RECAST=1 -DWITH_RUNTIME_PHYSICS_COOKING -DWITH_SERVER_CODE=1 -DWITH_SSL=1 -DWITH_STEAMWORKS=1 -DWITH_UNREALEXR=1 -DWITH_UNREALJPEG=1 -DWITH_UNREALPNG=1 -DWITH_UNREAL_DEVELOPER_TOOLS=1 -DWMFMEDIAEDITOR_API="" -DWMFMEDIAFACTORY_API="" -DWMFMEDIA_API="" -DWORKSPACEMENUSTRUCTURE_API="" -DWORLDBROWSER_API="" -DXAUDIO2_API="" -DXMLPARSER_API="" -D_UNICODE -D_WIN32_WINNT=0x0601 -D__UNREAL__ -D__WINDOWS_DS__ -D__WINDOWS_WASAPI__ @CMakeFiles/pmcEditorFake.dir/includes_CXX.rsp -g ( ) -std=gnu++11 -v -dD -E
    g++.exe: error: (: No such file or directory
    g++.exe: error: ): No such file or directory
    Using built-in specs.
    COLLECT_GCC=C:\MinGW\bin\g++.exe
    Target: mingw32
    Configured with: ../src/gcc-4.9.3/configure --build=x86_64-pc-linux-gnu --host=mingw32 --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i586 --enable-languages=c,c++,objc,obj-c++,fortran,ada --enable-static --enable-shared --enable-threads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --enable-libstdcxx-debug --with-tune=generic --enable-nls
    Thread model: win32
    gcc version 4.9.3 (GCC) 

My g++.exe is exactly at that place so the error is quite confusing for me...

lazeravik commented 7 years ago

damn, i got the same issue. 😢 hope it gets fixed soon, till then using VS.

freeplay1919 commented 7 years ago

same error for me in 4.15 when loading clion from the editor :/