Jump to content
Not connected, Your IP: 18.219.189.247
Sign in to follow this  
zebulon

Issue when trying to compile Eddie 2.11 alpha under Linux

Recommended Posts

Hi,

 

I was told to try compiling this branch under Linux:

https://github.com/Clodo76/airvpn-client/tree/66243777b166ccfe89fd8539ba28d74459defdc9

However, it does not compile under Archlinux 64, with mono 4.4. I get this error:

 

 

Target CoreCompile:
Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:pdbonly /optimize+ /out:obj/Release/Lib.Core.dll /resource:obj/Release/AirVPN.Lib.Core.Properties.Resources.resources AreaInfo.cs AirExchange.cs Commands.cs CompatibilityManager.cs CountriesManager.cs XmlItem.cs OvpnManager.cs RemoteAccess.cs ProgramScope.cs TorControl.cs IpAddressRange.cs NetworkLockManager.cs NetworkLockPlugin.cs IpAddress.cs NetworkLocks/RoutingTable.cs RouteScope.cs RouteEntry.cs Debug.cs Process.cs ResourcesFiles.cs TemporaryFile.cs TemporaryFiles.cs UI/Chart.cs UI/Charts.cs Constants.cs Conversions.cs UI/Actions.cs CommandLine.cs UI/Colors.cs RandomGenerator.cs Stats.cs StatsEntry.cs Messages.cs Recovery.cs Engine.cs LogEntry.cs Platform.cs Properties/AssemblyInfo.cs Properties/Resources.Designer.cs ServerInfo.cs Software.cs Storage.cs Thread.cs Threads/Manifest.cs Threads/Session.cs Threads/Penalities.cs Threads/Pinger.cs TimeDelta.cs TrustCertificatePolicy.cs Utils.cs WebClientEx.cs /target:library /win32icon:Resources/icon.ico /define:TRACE /nostdlib /reference:/usr/lib/mono/2.0-api/System.dll /reference:/usr/lib/mono/2.0-api/System.Drawing.dll /reference:/usr/lib/mono/2.0-api/System.Xml.dll /reference:/usr/lib/mono/2.0-api/mscorlib.dll /warn:4
CSC: error CS2001: Source file `XmlItem.cs' could not be found
 

 

I cannot find XmlItem.cs anywhere in Eddie code, or in another library. Any idea? Thanks.

Share this post


Link to post

Try to remove this line and recompile. This is alpha branch.

 

I did a recursive grep for XmlItem.cs on the whole repository and could not find any reference to it. Any idea?

Share this post


Link to post

I did a bit of progress. I use xbuild to build the source:

 

xbuild /p:Configuration="Release" /p:Platform="x64" src/AirVPN.sln

 

but I get a lot of exceptions. Firstly, a lot of png files are missing:

Inner exception: Could not find file "/home/zebulon/airvpn_clodo76/airvpn-client/src/Lib.Forms/res/warning.png".

This is an example, there are around 10 png files missing (success.png, error.png, status_red.png, etc.)

Then after replacing them with a few personal PNGs, I get this error:

Inner exception: Could not find a part of the path "/home/zebulon/airvpn_clodo76/airvpn-client/src/Lib.Forms/Resources/skins.xml".

This directory does not exist.

Is it an issue with src/AirVPN.sln ?

 

Please note the problem occurs when building the x86 version too.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...