Questions tagged [darwin]

Darwin is the open-source core of macOS, iOS, tvOS and watchOS. It is derived from NeXTStep, Mach, and *BSD; the kernel is called XNU.

367 questions
0
votes
1 answer

Forbidden file/dir names in Linux Darwin and Windows_NT oses

I'm trying to come up with a conclusive list of rules of what is illegal in naming conventions for OSes that can run node.js. So far from reading many resources and similar questions on the internet this is what I found: illegal characters anywhere…
Jorayen
  • 1,737
  • 2
  • 21
  • 52
0
votes
0 answers

Setting Env variables to run Python and Anaconda in OSX

I'm trying to learn Anaconda while not ruining my Python development and projects. I remember (several machines ago) I was able to create(?) an environment variable in my PATH so I could run the OS X Python install by invoking 'python' and Python…
K Birch
  • 25
  • 1
  • 6
0
votes
1 answer

SO_RCVTIMEO wakes up too early

The Linux manpage for SO_RCVTIMEO says: Specify the receiving or sending timeouts until reporting an error... If an input or output function blocks for this period of time... [and] no data has been transferred and the timeout has been reached, then…
Drew
  • 8,675
  • 6
  • 43
  • 41
0
votes
1 answer

g++ ignore unrecognized command options

g++ will not allow me to build a package with an unrecognized command line option $ g++ -Wshorten-64-to-32 g++-5: error: unrecognized command line option '-Wshorten-64-to-32' I need g++ to allow this unrecognized command line option. Is this…
kilojoules
  • 9,768
  • 18
  • 77
  • 149
0
votes
1 answer

Faban workload generator and Darwin Streaming server (Media Streaming Benchmark)

I have followed the steps in the following documents and installed Darwin Streaming Server in an Ubuntu machine and Faban workload generator (client) in another ubuntu machine. (Actually as separate ubuntu EC2 instances in AWS…
0
votes
1 answer

Assembly: Exit Code Wrong

I am learning Assembly and I created a simple exit program. .section __DATA, __data .section __TEXT, __text .globl _main _main: movl $0x2000001, %eax #System call exit, offset by 0x00000 movl $1, %ebx #Exit Return code syscall …
safaiyeh
  • 1,655
  • 3
  • 16
  • 35
0
votes
3 answers

Installation date and virtual status of the machine( For Darwin, FreeBSD and NetBSD)

How do I determine installation date (when the system was first booted) for Linux,Darwin, FreeBSD and NetBSD? Also, Is there any way to get the virtual status of the these machines (whether the system is virtual or physical). I need output using…
0
votes
2 answers

Why does my alias not work for Excel on Mac OSx?

I am in Darwin Kernel 14.3.0 and I want to create an alias for launching excel. Here's what I added to my .bashrc file: alias excel=‘/usr/bin/open /Applications/Microsoft\ Office\ 2011/Microsoft\ Excel.app/Contents/MacOS/Microsoft\ Excel’ I am…
makansij
  • 9,303
  • 37
  • 105
  • 183
0
votes
2 answers

ranlib missing compiling GNU bash on iOS

I'm trying to compile GNU bash 4.3.30 on (and for) my iPad 2, iOS 8.4 using Clang, ld64, cctools, GNU make and the iOS 8.1 SDK. When processing libintl, cctools' ar "can't find or exec: /usr/bin/ranlib", causing make to exit with error 1. $…
osvein
  • 625
  • 2
  • 10
  • 31
0
votes
1 answer

libusb_claim_interface fails on mac osx

I have to use libusb 1.0 to communicate with CDC. It will work on linux but i'm testing on Mac 10.10.3. r = libusb_claim_interface(dev_handle, connection.usb_interface_index); // returns -3 log: 2015-07-02 23:43:13.901 xctest[66961:4625911] [TRACE …
4ntoine
  • 19,816
  • 21
  • 96
  • 220
0
votes
0 answers

What does osascript stand for?

I am trying this command osascript <
oystersauce8
  • 461
  • 5
  • 12
0
votes
1 answer

/usr/local/bin/qtpasswd: No such file or directory

I'm Trying to install Darwin Streaming Server on virtualbox ubuntu desktop amd64. Running the darwin setup at the end gives this ./Install: line 406: /usr/local/bin/qtpasswd: No such file or directory ./Install: line 406: /usr/local/bin/qtpasswd: No…
Shakil Abbas
  • 559
  • 1
  • 5
  • 16
0
votes
3 answers

libtool error "no option: -static" while installing/compiling openzwave

npm install openzwave fails - compilation fails. libtool error: no option "-static" Darwin 13.3.0 Darwin Kernel Version 13.3.0, MacBookPro11,2 Darwin gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at…
Brad Hein
  • 10,997
  • 12
  • 51
  • 74
0
votes
1 answer

What's the difference HLS(http live stream) and DSS(darwin streaming server)

I'm beginner developer. And I don't speak engilsh very well. sorry I want to broadcast live video from iPhone camera like iphone video call. In this case, which do I choice better, hls or dss. so, what's the functional difference HLS and DSS. Can…
iNoh
  • 1
  • 2
0
votes
1 answer

prepare content for rtsp streaming on Darwin

I'll try use Darwin streaming server. After installation mp4 samples work good. But when i add my files (with same format) it doesn't work. For example, that's play: rtsp://:7070/sample_h264_1mbit.mp4 and that isn't play:…
Stepan Loginov
  • 1,667
  • 4
  • 22
  • 49