Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

No download info given for 'curl_proj' and its source directory #6

Closed
huy-lv opened this issue Nov 14, 2019 · 10 comments
Closed

No download info given for 'curl_proj' and its source directory #6

huy-lv opened this issue Nov 14, 2019 · 10 comments

Comments

@huy-lv
Copy link

huy-lv commented Nov 14, 2019

Hi, i have cloned your project and tried to run android example but got some errors:
No download info given for 'curl_proj' and its source directory

After a few minutes, i found CMakeList.txt file and I have tried to add GIT_REPOSITORY ... for mbedtls_proj and json_proj like this photo, but i cannot find the git repo for curl_proj

Could you tell me the correct url to make this work?

image

@helloIAmPau
Copy link
Collaborator

did you run make from the root folder of the project?
from the readme:

The make command downloads all the native dependencies you need to build the library on each platform. Once the make command finished, you are ready to link the platform-specific code to your iOS or Android project.

@huy-lv
Copy link
Author

huy-lv commented Nov 14, 2019

You said run git clone https://github.com/helloiampau/janus-client but this project seems not public.
Where should i run make command :(

@helloIAmPau
Copy link
Collaborator

That is the old URL of the repo, but all the commands are still valid. I'll update the readme with the new URL.

@huy-lv
Copy link
Author

huy-lv commented Nov 15, 2019

Thank you for updating new README, when i run make command from janus-mobile-sdk dir, it got an error, i'm using Window 10 with GNUWIN32 to run make command.
http://gnuwin32.sourceforge.net/packages/make.htm

image

@helloIAmPau
Copy link
Collaborator

Windows is not 100% supported.
You can use "WSL 2" to run linux applications on your box: https://docs.microsoft.com/en-us/windows/wsl/wsl2-install

@huy-lv
Copy link
Author

huy-lv commented Nov 16, 2019

I tried on Mac and got this problem, please help me to run it, i already installed NDK, Cmake from Android studio SDK manager.
fatal error: 'djinni_support.hpp' file not found

image

@helloIAmPau
Copy link
Collaborator

You right, I missed a dependency in my last commit. Please update to the master and check if it works. Thank you.

@huy-lv
Copy link
Author

huy-lv commented Nov 16, 2019

Thank you, the previous error gone but new one came :(
image

@helloIAmPau
Copy link
Collaborator

That is because Android Studio didn't get that you've updated the files. Try to clean/update the project.

@borhanreo
Copy link

borhanreo commented Sep 30, 2020

I face the same problem. even i run make successfully . could you help me please

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

No branches or pull requests

3 participants