-
Commit dcd1e73 and following are supposed to 'integrate' [libcmini](https://github.com/mfro0/libcmini) into FreeMiNT (originally to make COPS usable with and without MiNT).
As the original author o…
mfro0 updated
4 years ago
-
make
gcc -o et minilib.c -I . et.c
In file included from minilib.c:1:
minilib.h:59:10: fatal error: minilib/include/minilib_header.h: No such file or directory
#include "minilib/include/minilib…
texrg updated
5 years ago
-
`minilib` v1.3.0 introduced a change which is not compatible in node 6 and lower.
The offending [line](https://github.com/isaacs/minizlib/blob/v1.3.0/constants.js#L2) -
```
const { ZLIB_VERNUM } …
-
I am just trying to run a pydap server in its most simple configuration, to serve netcdf files.
I installed pydap as follows:
```
pip install Pydap[server,handlers.netcdf]
```
Then I ran a py…
-
gcc7, in its infinite braindeadedness, warns when a switch's case statement will fall through, and this causes 1 warning in regexp.c:
egexp.c:125:11: warning: this statement may fall through [-…
-
Here is a simple **pavement.py** in which the user tries to overwrite Paver's default `minilib` task:
``` python
import paver
from paver.setuputils import setup
from paver.easy import task
import pav…
-
for example "^28\d{15,16}$"
-
1, minilib newlib libc 该如何选用?
2, 启用ptheads 是否需要其它组件配合?
-
http://code.google.com/p/paver/issues/detail?id=48
Almad updated
6 years ago
-
Example **pavement.py** file with dependencies (_plumbum_, for example) declared via "install_requires":
``` python
from paver.setuputils import setup
setup(
name="TEST",
version="0.1",
description=…