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

Global namespace 'GitSourceControl' used already #94

Closed
kaidobit opened this issue Apr 3, 2019 · 5 comments
Closed

Global namespace 'GitSourceControl' used already #94

kaidobit opened this issue Apr 3, 2019 · 5 comments
Assignees
Labels

Comments

@kaidobit
Copy link

kaidobit commented Apr 3, 2019

Hey,

I'm working with a source build of the unreal engine and trying to install this plugin using this steps:

https://answers.unrealengine.com/questions/518976/how-to-install-plugins-in-sourcebuild.html

When executing the GenerateProjectFiles..bat it shows me this error

grafik

I know it's in german but it basically says, that the namespace 'GitSourceControl' is already used and it cannot compile becouse of that.

@MekuCube
Copy link
Contributor

MekuCube commented Apr 9, 2019

We didn't have this issue when we pulled and built the plugin, but we also built directly in Visual Studio 2019. Maybe that makes a difference?

@SRombauts SRombauts self-assigned this May 8, 2019
@SRombauts
Copy link
Owner

Sorry, you can't build this Git plugin v2 in the UnrealEngine Plugins directory because it already contains my Git plugin v1 (Plugins/Developer/GitSourceControl): well, you can delete this v1 folder, and put the v2 in place.

The usual and recommended way of building the v2 plugin is to put it directly in your project's on Plugins folder, instead of in the UnrealEngine one

Cheers!

@OdinVex
Copy link

OdinVex commented Mar 7, 2022

This most definitely needs to be added to the README...

@SRombauts
Copy link
Owner

Hi!

It is definitely writen quite clearly in the README.
Do you have any suggestion to improve the docs?

Install this Git Plugin (dev) into your Game Project
Unreal Engine comes with a stable version of this plugin, so no need to install it.

This alternate "Git development plugin" needs to be installed into a subfolder or your Game Project "Plugins" directory (that is, you cannot install it into the Engine Plugins directory):

<YourGameProject>/Plugins
You will obviously only be able to use the plugin within this project.

@OdinVex
Copy link

OdinVex commented Mar 9, 2022

Hi!
...

I had to remove the Engine/Plugin/Developer/GitSourceControl for it to compile on Linux. Yes, even as a Plugin for Project-only.

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

No branches or pull requests

4 participants