From: John L. <jla...@gm...> - 2012-09-17 03:01:04
|
On Sun, Sep 16, 2012 at 1:39 AM, M. Edward (Ed) Borasky <zn...@zn...> wrote: > I'm trying to build wxLua from source (Subversion) on a 64-bit Fedora > 17 system. I ran "cmake" and "make" and everything worked. But when I > try "make install" it seems to be missing a header file: > > make install > Install the project... > -- Install configuration: "Release" > -- Installing: /home/znmeb/Projects/znmeb-private/ZeroBrane/wxlua/trunk/wxLua/build/install/share/wxlua/wxLua-config.cmake > > -- Installing: /home/znmeb/Projects/znmeb-private/ZeroBrane/wxlua/trunk/wxLua/build/install/include/wxlua/wxlstate.h > -- Installing: /home/znmeb/Projects/znmeb-private/ZeroBrane/wxlua/trunk/wxLua/build/install/include/wxlua/wxlua.h > CMake Error at cmake_install.cmake:97 (FILE): > file INSTALL cannot find > "/home/znmeb/Projects/znmeb-private/ZeroBrane/wxlua/trunk/wxLua/apps/..//modules/wxlua/xlua_bind.h". > > make: *** [install] Error 1 > > Is there something else I need to install? Nope, I have recently moved some files around and accidentally deleted the 'w' in "wxlua_bind.h" Fixed in SVN. Thanks for reporting, John |