You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. svn checkout http://afrimesh.googlecode.com/svn/trunk/ afrimesh-read-only
2. Type make
3.
What is the expected output? What do you see instead?
I expected a successful build.
BUT.....this is what I saw:
In file included from modules/mod_config.c:33:
modules/mod_config.h:35:18: error: uci.h: No such file or directory
In file included from modules/mod_config.c:33:
modules/mod_config.h:67: warning: ‘struct uci_option’ declared inside
parameter list
modules/mod_config.h:67: warning: its scope is only this definition or
declaration, which is probably not what you want
modules/mod_config.c: In function ‘config_evaluate’:
modules/mod_config.c:78: warning: assignment makes pointer from integer without
a cast
modules/mod_config.c: In function ‘config_val’:
modules/mod_config.c:205: error: storage size of ‘ptr’ isn’t known
modules/mod_config.c:208: warning: initialization from incompatible pointer type
modules/mod_config.c:209: error: ‘UCI_OK’ undeclared (first use in this
function)
What version of the product are you using? On what operating system?
Linux twilight 2.6.32-34-generic-pae #77-Ubuntu SMP Tue Sep 13 21:16:18 UTC
2011 i686 GNU/Linux
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 17 May 2012 at 12:59
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 May 2012 at 12:59The text was updated successfully, but these errors were encountered: