Skip to content

Instantly share code, notes, and snippets.

@filipeuva
Created March 27, 2015 17:00
Show Gist options
  • Save filipeuva/282cdbe462896eda54e8 to your computer and use it in GitHub Desktop.
Save filipeuva/282cdbe462896eda54e8 to your computer and use it in GitHub Desktop.
UE4 Ubuntu
./UnrealEngine/GenerateProjectFiles.sh
Setting up Unreal Engine 4 project files...
+ xbuild Source/Programs/UnrealBuildTool/UnrealBuildTool_Mono.csproj /verbosity:quiet /nologo /p:TargetFrameworkVersion=v4.0 /p:Configuration=Development
/usr/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'Ionic.Zip.Reduced' not resolved
/usr/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'RPCUtility' not resolved
IOS/IOSToolChain.cs(13,7): error CS0246: The type or namespace name `Ionic' could not be found. Are you missing a using directive or an assembly reference?
IOS/IOSToolChain.cs(14,7): error CS0246: The type or namespace name `Ionic' could not be found. Are you missing a using directive or an assembly reference?
System/RPCUtilHelper.cs(10,7): error CS0246: The type or namespace name `RPCUtility' could not be found. Are you missing a using directive or an assembly reference?
System/RPCUtilHelper.cs(17,7): error CS0246: The type or namespace name `Ionic' could not be found. Are you missing a using directive or an assembly reference?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment