2

Xamarin have finally open sourced Android, iOS and Forms.

I have raised a forum issue regarding 2 Error(s) that I'm receiving when executing the make command after make prepare successfully installs all of the dependencies.

I'm aware that the Xamarin team is now using SO for support so I'm hoping that someone from the team can provide an answer to the errors I'm receiving.

Specifically the fact that one of the errors relate to a missing header file as part of mono:

/../../../external/mono/eglib/src/glib.h:22:26: fatal error: eglib-config.h: No such file or directory #include ^ compilation terminated. make: *** [obj/local/armeabi-v7a/objs/monodroid///__/external/mono/support/nl.o] Error 1 macuser@macusers-MacBook-Pro:~/Documents/TFS/xamarin-android/src/monodroid$

EDIT: I noticed that the xamarin-macios source mentioned using --recursive when cloning the repository. So I tried that with the xamarin-android repository and was able to get further than before, although I still receive the following error:

: error : Error initializing task XmlPeek: Not registered task XmlPeek. Build FAILED. Warnings:

1 Answer 1

2

: error : Error initializing task XmlPeek: Not registered task XmlPeek. Build FAILED. Warnings:

You will need a mono >= 4.4.0 . We added a working implementation of XmlPeek to mono in 4.4.0 .

Sign up to request clarification or add additional context in comments.

3 Comments

Thanks for the answer, I'll give it a shot and report back.
Beta 4.4 download link for anyone who's after it: mono-project.com/download/beta
After installing 4.4.0 it compiles successfully. Thanks for your help!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.