How do I tell which version of monotouch I have installed? - xamarin.ios

How do I tell which version of monotouch I have installed?

There's several ways to get the version number.
From the terminal you can do:
$ /Developer/MonoTouch/usr/bin/mtouch --version
mtouch 5.3.5.1340204820
or
$ cat /Developer/MonoTouch/Version
5.3.5
Also from MonoDevelop you can do About MonoDevelop then select Version Information and this will give you (a lot of data, including MonoTouch version)
...
Monotouch: 5.3.5
...

Related

version `GLIBC_2.33' not found

I'm using .net core on Linux specifically Manjaro 20.2.1, I'm learning .net core, I want to use EF commands, but it's slightly different how its works on Linux, I had installed the dotnet-ef tool whit this command:
dotnet tool install --global dotnet-ef --version 5.0.3
So when I try to run donet ef throws me this error:
/home/$USERNAME/.dotnet/tools/dotnet-ef: /snap/core18/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/libstdc++.so.6)
But it seems that the GLIBC version that it's installed on my distro is: 2.33-3, and its seems that the version that it's looking for it's specifically the 2.33.
How I can get rid of this problem?
It seems that something in dotnet depends on GLIBC 2.33 but dotnet is tied to core18 which is using GLIBC 2.27.
λ snap list
Name Version Rev Tracking Publisher Notes
core 16-2.48.2.1 10823 latest/stable canonical✓ core
core18 20210128 1988 latest/stable canonical✓ base
dotnet-sdk 5.0.103 112 latest/stable dotnetcore✓ classic
λ file /snap/core18/current/lib/x86_64-linux-gnu/libc.so.6
/snap/core18/current/lib/x86_64-linux-gnu/libc.so.6: symbolic link to libc-2.27.so

Haxe 3.4.0 installer used 'haxelib version' still reflects 3.3.0

I wanted to use Visual Studio Code for HaxeFlixel development and the Haxe extension noted that I needed Haxe 3.4.0. I went ahead and downloaded the new installer from the website and installed it on my laptop running Windows 10. However after installing it turned out that calling 'haxelib version' in the command prompt it still returned 3.3.0.
I tried rebooting. Uninstalling then rebooting and installing again. I could find nothing in the system environmental variables that could cause it. Tried updating the Haxe on my Desktop, and had the same issue. Which is running windows 8.1 on it.
Does someone know what might be the cause? Thank you for your time in advance.
To check the Haxe version, use haxe -version. haxelib is a separate application and can have a version number that's different from the compiler's version.
Haxelib 3.3.0 appears to be the version shipped with Haxe 3.4.0-rc.1.

How to install kate5

I tried to install the latest version of kde editor kate, but nothing changed.
I took the source code: git clone git://anongit.kde.org/kate;
I followed http://kate-editor.org/get-it/'s instructions;
Now, when I run ~/kde/usr/bin/kate-v is the same version that was:
$ ~/kde/usr/bin/kate -v
Qt: 4.8.6
Plataforma de desenvolvimento KDE: 4.14.1
Kate: 3.14.1
How I do to install the lastest version?
Grateful
First of all: the version in the About dialog is built from the KDE version, so it does not all reflect whether you are running a self-compiled one or not. Second, you should run Kate with all environment variables properly set - just running the executable will probably load the wrong ktexteditor.so library.
The easiest way to get Kate5 is to install a distribution that ships Kate5 (probably along with Plasma 5).
If you already have a KDE Frameworks 5 (KF5) environment available, then you can also build Kate5 from sources by following the build instructions. These were updated in June 2015.
If you are still on KDE 4.x and you have no KDE Frameworks 5 packages installed, then you also need to build KDE Frameworks 5 from sources. In this case, you have to follow the KF5 build instructions. If you've questions, feel free to ask on kde-frameworks-devel#kde.org and/or on the Kate mailing list.

2014 haskell cabal update hangs on mac

I initially installed haskell platform ( 2013 version; 7.6.3 ghc ) on my mac. Everything was working great. Just now saw the haskell platform website again and found new version was released ( Haskell Platform 2014.2.0.0 for Mac OS X, 64bit ). I installed it, and un-installed the older version using uninstall-hs.
Now when i type "cabal" or "cabal update" on my terminal, it hangs. Actually when i look into Activity Monitor, i can see that it is invoking some "sh script & possibly some find command" infinitely. I initially guess may be it is building some indexes. but it has been running for an hr or so.
Please advice. I cannot install any other package using cabal.
As suggested by Zeta, you can remove (or to be safe, backup) ~/.cabal and ~/.ghc first. I also have a Mac OS X 10.9.4 and recently upgraded. I ran the uninstall-hs script, and installed the new Haskell Platform 2014. Even without backing up those directories though, I still had an event free uninstall/update.
Also, ensure to double check your paths in your ~/.bash_profile, as they will need to be updated.
Here is an example of mine, to hopefully give you some clues as what may need to be done.
# Haskell / Cabal
export PATH="$HOME/Library/Haskell/bin:$PATH"
export PATH="$HOME/Library/Haskell/ghc-7.8.3-x86_64/lib/cabal-install-1.20.0.3/bin:$PATH"
export PATH="$HOME/.emacs.d/hslint:$PATH"
export PATH="$HOME/Library/Haskell/ghc-7.8.3-x86_64/lib/cgrep-6.4.4/bin:$PATH"
As for cabal try $ which cabal and cabal -V to verify you are running the latest 1.20 cabal version and that it's set in your $PATH.

Eclipse with Intel C Compiler ICC

I am trying to use icc with Eclipse on Ubuntu 12.04. icc works perfectly from the commandline.
After installing icc I have installed eclipse-platform using apt-get.
I am following instructions give here : http://www.wrgrid.group.shef.ac.uk/icebergdocs/intelv14docs/en_US/get_started_lc.htm
After following these steps I get the following error :
Cannot complete the install because one or more required items could not be found.
Software being installed: Intel(R) C++ Compiler XE 14.0 for Linux* OS 8.1.0 (com.intel.compiler.cdt.feature.group 8.1.0)
Missing requirement: Intel C/C++ Standard Make Build UI 8.1.0 (com.intel.compiler.cdt.make.ui 8.1.0) requires 'bundle org.eclipse.cdt.make.ui 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Intel(R) C++ Compiler XE 14.0 for Linux* OS 8.1.0 (com.intel.compiler.cdt.feature.group 8.1.0)
To: com.intel.compiler.cdt.make.ui [8.1.0]
Please help me resolve this. What could have gone wrong?
Please note the requirement include both eclipse and CDT. You could install both of them with
$ sudo apt-get install eclipse-cdt
Only eclipse-platform in ubuntu repo does not cover the CDT part.
If it still not work, you could consider download a standalone version of Eclipse IDE for C/C++ Developers here.
http://www.eclipse.org/downloads/
The latest version of Intel's chain of compilers available in Cluster Studio XE 2013/Parallel Studio XE 2013/ C++ Studio XE 2013/ Composer XE 2013 will work on:
Eclipse Kepler 4.3 with CDT 8.0.0 installed.
Do not download Eclipse Kepler for C++ as it comes bundled with a CDT version higher than 8.0.0 which is not supported by the Intel plugin.
Therefore, download Eclipse Kepler standard, and then download cdt-master-8.0.0.zip (available from http://www.eclipse.org/cdt/downloads.php). In Eclipse, click on Help>Install New Software>Add>point to the cdt-master-8.0.0.zip archive.
After the installation is complete and Eclipse restarted, go to to Help>Install New Software>Add and add the location where the eclipse_support/cdt8.0/eclipse folder is located.
On my system, it is located here:
/opt/intel/composer_xe_2013_sp1.2.144/eclipse_support/cdt8.0/eclipse
In the Install window, unclick Group items by category.
Yes, we know that our tools should be upwards compatible. The devs are working to fix these issues in the XE 2015 line of products.
Sources: Intel employee.

Resources