-
Failed to build [simple dub example](https://github.com/9il/atmosphere_gm_charts).
```
Building pyd ~master configuration "python27", build type debug.
Running dmd...
Building atmosphere_gm_charts ~m…
-
Mac OSX 10.10.2. Huge dump incoming (not sure how many of the linker errors are relevant).
```
$ cmake --version
cmake version 3.2.3
$ as -v
Apple Inc version cctools-870, GNU assembler version 1.38…
-
Has anyone tried building oiio on this configuration? I've experimented and Google'd a bunch but am coming up dry.
OSX 10.10.1, Xcode 6 beta 3
CMake fails on compiler validation. Other CMake based …
-
I tried to build VMime pn OS X Yosemite as per the instructions at http://www.vmime.org/public/documentation/book/vmime-book.pdf, but the first step (cmake -G "Unix Makefiles") failed. Following is th…
-
when I execute the command : make llvm -j4 after the make llvm_configure and came across the errors. Is there some clue to the linker error? Thanks
Assertion failed: (cfiStartsArray[i] != cfiStart…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR20212](https://bugs.llvm.org/show_bug.cgi?id=20212) |
| Status | RESOLVED FIXED |
| Importance | P…
-
```
sun@sun:~/rust$ make
cfg: version 1.0.0-dev (f55e66aae 2015-04-13) (built 2015-04-13)
cfg: build triple i686-unknown-linux-gnu
cfg: host triples i686-unknown-linux-gnu
cfg: target triples i686-unk…
Passw updated
9 years ago
-
Um, yeah. That's it really. I guess I'll illustrate to take up a couple more lines.
```
☞ ld --version
ld: unknown option: --version
☞ ld -v
@(#)PROGRAM:ld PROJECT:ld64-234.1
configured to suppo…
-
Looks like there might be a problem with the latest version (0.26) of poppler. Trying to build pdf2htmlEX (via Homebrew) fails with the following error.
```
1 error generated.
make[2]: *** [CMakeFile…
-
I tried building the app and it fail when linking Oracle. It is fixed by removing the `-s` from `set(CMAKE_CXX_FLAGS_RELEASE "-s -O2")`. I don't know if this is only a thing with Mavericks or if it's …