View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000771 | FSSCP | scripting | public | 2006-02-01 07:19 | 2006-02-01 17:25 |
| Reporter | pvh | Assigned To | taylor | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Summary | 0000771: lua broken | ||||
| Description | can't build due to lua.cpp, will look into it more closely and report if there is anything interesting | ||||
| Additional Information | just out of curiosity, is there any kind of automatic build going on? alternately, is there a policy of only allowing commits that build completely? | ||||
| Tags | No tags attached. | ||||
|
|
It compiles fine for me. What errors are you getting? |
|
|
Here's the error. I'm still working on tracking down more information: In file included from parse/lua.cpp:2: ./parse/lua.h:5:22: error: lauxlib.h: No such file or directory ./parse/lua.h:6:21: error: lualib.h: No such file or directory ./parse/lua.h:42: error: 'lua_CFunction' does not name a type <many more lua errors> |
|
|
The lua includes are not being included in my copy. Are the latest makefiles in, does something need committing, or do I need to autogen.sh? Manually adding -I../lua/ to ./code/Makefile worked for me and dfryer. |
|
|
I modified my top-level Makefile.am at the following line: AM_CXXFLAGS = -I./code -I./lua @D_CFLAGS@ Re-ran autogen.sh and then the world was at peace. |
|
|
Bah, I have system versions installed. That's why it always worked for me. Ok, updating the problem Makefile now. |
|
|
Fixered. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-02-01 07:19 | pvh | New Issue | |
| 2006-02-01 07:23 | taylor | Note Added: 0004614 | |
| 2006-02-01 07:33 | pvh | Note Added: 0004615 | |
| 2006-02-01 08:37 | pvh | Note Added: 0004619 | |
| 2006-02-01 10:19 | dfryer | Note Added: 0004620 | |
| 2006-02-01 14:23 | taylor | Note Added: 0004621 | |
| 2006-02-01 14:23 | taylor | Assigned To | WMCoolmon => taylor |
| 2006-02-01 17:25 | taylor | Status | assigned => resolved |
| 2006-02-01 17:25 | taylor | Resolution | open => fixed |
| 2006-02-01 17:25 | taylor | Note Added: 0004626 |