-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac make iOs-arm64=1 failure #7
Comments
ohNetGenerated depends on binaries from the ohNet project. You can fetch them by first
|
Thank you very much for your reply.
Now I have the following error:
Ramons-MBP:ohNetGenerated ramonharomarques$ ./go fetch --all --platform=iOs-arm64
File "<string>", line 1
import os,sys;print os.path.realpath(sys.argv[1])
^
SyntaxError: invalid syntax
usage: dirname path
File "<string>", line 1
import os,sys;print os.path.realpath(sys.argv[1])
^
SyntaxError: invalid syntax
File "<string>", line 1
import os,sys;print os.path.realpath(sys.argv[1])
^
SyntaxError: invalid syntax
File "<string>", line 1
import os,sys;print os.path.realpath(sys.argv[1])
^
SyntaxError: invalid syntax
File "<string>", line 1
import os,sys;print os.path.realpath(sys.argv[1])
^
SyntaxError: invalid syntax
OHDEVTOOLS_ROOT not set.
Tried looking in .
Please set OHDEVTOOLS_ROOT to point to the location of the ohdevtools scripts.
… On 15 Jun 2018, at 16:37, Simon Chisholm ***@***.***> wrote:
./go fetch --all --platform=iOs-arm64
|
Have you checked out the ohdevtools repo to the same directory as ohNetGenerated? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to make the library for iOS and I am running from mac OSX termial
That's the error I get
CROSS_COMPILE:
Machine reported by compiler is: x86_64-apple-darwin17.6.0
Machine reported by uname is: Darwin
Building for system iOs and architecture arm64
mkdir -p Generated
o Generated/Devices.mak OpenHome/Net/T4/Templates/DvUpnpMakeDevices.tt -a xml:OpenHome/Net/Service/Services.xml
make: o: No such file or directory
make: [Generated/Devices.mak] Error 1 (ignored)
Attention: a makefile has been re-generated.
mkdir -p Generated
o Generated/Proxies.mak OpenHome/Net/T4/Templates/CpUpnpMakeProxies.tt -a xml:OpenHome/Net/Service/Services.xml
make: o: No such file or directory
make: [Generated/Proxies.mak] Error 1 (ignored)
Attention: a makefile has been re-generated.
mkdir -p Build/Obj/iOS-arm64/Release/
mkdir -p Build/Include
mkdir -p Build/Include/OpenHome
mkdir -p Build/Include/OpenHome/Net
mkdir -p Build/Include/OpenHome/Net/Core
mkdir -p Build/Include/OpenHome/Net/C
mkdir -p Build/Include/OpenHome/Net/Cpp
rsync -u OpenHome/Net/ControlPoint/Proxies/.h Build/Include/OpenHome/Net/Core
rsync -u OpenHome/Net/Device/Providers/.h Build/Include/OpenHome/Net/Core
rsync -u OpenHome/Net/Bindings/C/ControlPoint/Proxies/.h Build/Include/OpenHome/Net/C
rsync -u OpenHome/Net/Bindings/C/Device/Providers/.h Build/Include/OpenHome/Net/C
rsync -u OpenHome/Net/Bindings/Cpp/ControlPoint/Proxies/.h Build/Include/OpenHome/Net/Cpp
rsync -u OpenHome/Net/Bindings/Cpp/Device/Providers/.h Build/Include/OpenHome/Net/Cpp
make: *** No rule to make target
dependencies/iOs-arm64/ohNet-iOs-arm64-Release/lib/libohNetCore.a', needed by
proxies'. Stop.The text was updated successfully, but these errors were encountered: