View Issue Details

IDProjectCategoryView StatusLast Update
0000771FSSCPscriptingpublic2006-02-01 17:25
Reporterpvh Assigned Totaylor  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Summary0000771: lua broken
Descriptioncan't build due to lua.cpp, will look into it more closely and report if there is anything interesting
Additional Informationjust out of curiosity, is there any kind of automatic build going on? alternately, is there a policy of only allowing commits that build completely?
TagsNo tags attached.

Activities

taylor

2006-02-01 07:23

administrator   ~0004614

It compiles fine for me. What errors are you getting?

pvh

2006-02-01 07:33

reporter   ~0004615

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>

pvh

2006-02-01 08:37

reporter   ~0004619

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.

dfryer

2006-02-01 10:19

reporter   ~0004620

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.

taylor

2006-02-01 14:23

administrator   ~0004621

Bah, I have system versions installed. That's why it always worked for me.

Ok, updating the problem Makefile now.

taylor

2006-02-01 17:25

administrator   ~0004626

Fixered.

Issue History

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