monsieurgustav / UE-OSC

OSC plugin for Unreal Engine 4 Blueprints
MIT License
323 stars 95 forks source link

Not compiling on version 4.21.2 #69

Closed LawrenceSelly closed 5 years ago

LawrenceSelly commented 5 years ago

Plugin refuses to compile on Unreal version 4.21.2

[2019.03.07-15.21.34:217][481]CompilerResultsLog: Error: D:/Unreal Projects/Summer_99_ForIgloo/Plugins/OSC/Source/OSC/Private/Common/OscDataElemStruct.h(7)  : Error: struct: 'OscDataElemStruct' conflicts with another type of the same name defined at D:\Unreal Projects\Summer_99_ForIgloo\Plugins\OSC\Source\OSC\Public\Common\OscDataElemStruct.h(6)
monsieurgustav commented 5 years ago

For some reason, you have 2 OscDataElemStruct.h files in the plugin sources. Something went wrong went you installed it. Remove the Plugins\OSC\Source folder content and download the source again.

LawrenceSelly commented 5 years ago

It was a direct download and install, I did not modify anything and there was no plugin folder before I created it for this.

Fresh basic project too.

Get Outlook for iOShttps://aka.ms/o0ukef


From: Guillaume Buisson notifications@github.com Sent: Thursday, March 7, 2019 7:35 pm To: monsieurgustav/UE4-OSC Cc: Lawrence Selly; Author Subject: Re: [monsieurgustav/UE4-OSC] Not compiling on version 4.21.2 (#69)

For some reason, you have 2 OscDataElemStruct.h files in the plugin sources. Something went wrong went you installed it. Remove the Plugins\OSC\Source folder content and download the source again.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/monsieurgustav/UE4-OSC/issues/69#issuecomment-470663790, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQ5CCREK3wz07_Ag3G8nLwFc8htk_eEIks5vUWoOgaJpZM4bjeXh.

monsieurgustav commented 5 years ago

Did you try?

algala2 commented 5 years ago

I have the same issues:

Error struct: 'OscDataElemStruct' conflicts with another type of the same name defined at D:\UE_4.21Pro\MyProject\Plugins\OSC\Source\OSC\Public\Common\OscDataElemStruct.h(6) MyProject D:\UE_4.21Pro\MyProject\Plugins\OSC\Source\OSC\Private\Common\OscDataElemStruct.h 7
with regards AlexG

monsieurgustav commented 5 years ago

OscDataElemStruct.h only exists in OSC/Source/OSC/Public/Common/. Previously, it was in OSC/Source/OSC/Private/Common/.

Your error means you copy pasted the plugin source onto an old version of the plugin. Remove the OSC folder completely and start again!

algala2 commented 5 years ago

Thank You -it works now AlexG