View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002660 | DarkRadiant | Design/Coding | public | 26.02.2011 15:38 | 29.09.2011 18:54 |
Reporter | downer | Assigned To | |||
Priority | normal | Severity | normal | Reproducibility | always |
Status | closed | Resolution | not fixable | ||
Platform | Linux | OS | Fedora | OS Version | 14 Upd-Testing |
Product Version | 1.5.0 | ||||
Summary | 0002660: Spaces in path to darkradiant will cause linker errors | ||||
Description | I get this error if there is a space in the path to DarkRadiant: CXXLD libscenegraph.la /bin/sed: can't read 3/darkradiant/libs/math/libmath.la: No such file or directory libtool: link: `3/darkradiant/libs/math/libmath.la' is not a valid libtool archive make[3]: *** [libscenegraph.la] Error 1 make[3]: Leaving directory `/home/tom/sunken/doom 3/darkradiant/libs/scene' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/tom/sunken/doom 3/darkradiant/libs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/tom/sunken/doom 3/darkradiant' make: *** [all] Error 2 | ||||
Tags | No tags attached. | ||||
I can reproduce the error in Ubuntu, but I can't really fix this, as this is a libtool problem it seems: I've found another bug report on the web (in a different project) where people were running into the same problem: http://bind10.isc.org/ticket/1041#comment:8 So, I guess the solution is not to use spaces in your compilation root, or maybe use softlinks to obscure these spaces. |
|