-
We need to write a comprehensive installation guide for OSX users
-
Hi,
Please add this for OSX (10.9) compilation support:
```
CC = clang
CFLAGS += -fPIC -Isqlite3 -Wall -arch i386 -arch x86_64
```
works perfectly.
-
The ini test fails, with this:
Joels-MacBook-Pro:D joelcnz$ dmd ini.d -main -unittest -ofut
Joels-MacBook-Pro:D joelcnz$ ./ut
0 ut 0x000000010d97525e _D4core7runtime…
-
Hello. Quick OSX test:
webserver.c:94: warning: passing argument 3 of ‘uv_read_start’ from incompatible pointer type
ld: library not found for -lrt
collect2: ld returned 1 exit status
Remove -lrt fo…
stuta updated
11 years ago
-
Is it normal that Python runs at 75% CPU when I move the mouse?
-
```
To preface this, I rarely write C++ so please review this patch carefully :) I
tested on OSX Lion and checked the build on my CentOS 5.5 box, unfortunately I
don't have a Windows box to test wit…
-
After changing `pty.h` to `util.h` I was able to get this to build on OSX. However, it just hangs when I try to execute a script, forcing me to completely close my terminal before being able to resume…
-
```
What steps will reproduce the problem?
--------------------------------------------
1. Download the latest GameKit build.
2. Use completely default settings in CMake except turning
OGREKIT_COMPIL…
-
```
What steps will reproduce the problem?
--------------------------------------------
1. Download the latest GameKit build.
2. Use completely default settings in CMake except turning
OGREKIT_COMPIL…
-
```
The Wii U Pro Controller will connect via Wjoy for about one second, then the
blue light goes off and the device automatically disconnects. I cannot get it
to stay connected for longer than abou…