Skip to content
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

Build error #24

Open
MrP0w3r opened this issue Sep 12, 2023 · 1 comment
Open

Build error #24

MrP0w3r opened this issue Sep 12, 2023 · 1 comment

Comments

@MrP0w3r
Copy link

MrP0w3r commented Sep 12, 2023

Hi all,

Ran into this error when attempting to build:
(Running UE5.0.3 on Windows10)

UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Public\Messages\sensor_msgs\ROSMsgCompressedImage.h(50): error C2143: syntax error: missing ';' before ''
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Public\Messages\sensor_msgs\ROSMsgCompressedImage.h(50): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Public\Messages\sensor_msgs\ROSMsgCompressedImage.h(50): error C2238: unexpected token(s) preceding ';'
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Private\Messages\sensor_msgs\ROSMsgCompressedImage.cpp(10): error C2065: 'ImageWrapperModule': undeclared identifier
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Private\Messages\sensor_msgs\ROSMsgCompressedImage.cpp(63): error C2065: 'ImageWrapperModule': undeclared identifier
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Private\Messages\sensor_msgs\ROSMsgCompressedImage.cpp(84): error C2065: 'ImageWrapperModule': undeclared identifier
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Private\Messages\sensor_msgs\ROSMsgCompressedImage.cpp(84): error C2737: 'DetectedFormat': const object must be initialized
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Private\Messages\sensor_msgs\ROSMsgCompressedImage.cpp(89): error C2065: 'ImageWrapperModule': undeclared identifier
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Private\ROSBridgeConnection.cpp(134): error C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Private\Socket\TCPConnection.cpp(124): error C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Private\Socket\TCPConnection.cpp(154): error C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Private\Socket\WebSockConnection.cpp(4): fatal error C1083: Cannot open include file: 'HttpModule.h': No such file or directory
PackagingResults: Error: missing ';' before '
'
UATHelper: Packaging (Windows): [11/15] Compile ROSTestGameModeBase.cpp
UATHelper: Packaging (Windows): [12/15] Compile Module.Rosbridge2Unreal.gen.cpp
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Public\Messages\sensor_msgs\ROSMsgCompressedImage.h(50): error C2143: syntax error: missing ';' before ''
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Public\Messages\sensor_msgs\ROSMsgCompressedImage.h(50): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
UATHelper: Packaging (Windows): E:\UnrealProjects\Project\Plugins\ROSBridge2Unreal\Source\Rosbridge2Unreal\Public\Messages\sensor_msgs\ROSMsgCompressedImage.h(50): error C2238: unexpected token(s) preceding ';'
PackagingResults: Error: missing ';' before '
'

Any help would be greatly appreciated, thanks!

@PhDittmann
Copy link

Does #23 help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants