BHoM / BHoM/Unreal_Toolkit

Unreal_Toolkit: Compilation issues

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
3
Forks
2
PR merge metrics
No merged PRs in 30d

Description

## Compiling time (Unreal Compilation)

Compiling the code as explained in #8 is quite slow. On my machine it ranges from a minimum of roughly 60 seconds to a whopping `293.47` seconds last time I tried.
![image](https://user-images.githubusercontent.com/6352844/55638625-8c8e0b00-57bf-11e9-9117-da00f663a1ba.png)

This might be linked to #8 and see if things gets better once solved that.

## Warnings

In addition to that, there are two warnings that could be actually serious. There are worth looking at once #8 is solved.

The most worrisome is:
`CompilerResultsLog: Error: C:\Users\alombardi\OneDrive - BuroHappold\Documents\GitHub\Unreal_Toolkit\Unreal_Plugin\UnrealPluginProject\Plugins\Eel\BHoM\Source\Unreal_Toolkit\BHoMSocket.cpp(43) : warning C4191: 'type cast': unsafe conversion from 'void (__cdecl *)(ABHoMSocket *)' to 'LPTHREAD_START_ROUTINE'`

And, less worrisome:
`LogVSAccessor: Warning: Couldn't goto line number '1' in 'C:/Users/alombardi/OneDrive - BuroHappold/Documents/GitHub/Unreal_Toolkit/Unreal_Plugin/UnrealPluginProject/Source/UnrealPluginProject/UnrealPluginProjectGameModeBase.h'`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.