On 4 sep, 10:42, mlutken <[EMAIL PROTECTED]> wrote: > I did not have any trouble getting javascript to work. > You can perhaps look into this, which I got to work. > > http://www.doxys.org/download/minimal.zip > > -Martin Lütken
Thanks a lot Martin, I try to compile minimal with the following commands : > ls > unzip minimal.zip > ls minimal minimal.zip > mkdir build > cd build > cmake -version cmake version 2.4-patch 3 > cmake ../minimal -DCBS_BUILD=1 I obtain the error : """ -- Check for working C compiler: gcc -- Check for working C compiler: gcc -- works -- Check size of void* -- Check size of void* - done -- Check for working CXX compiler: c++ -- Check for working CXX compiler: c++ -- works CMake Error: Error in cmake code at /home/cyril/affaires/kbee/minimal/minimal/CMakeLists.txt:9: INCLUDE Could not find include file: /cbs_common_rules.cbs Current CMake stack: /home/cyril/affaires/kbee/minimal/minimal/ CMakeLists.txt;/usr/share/CMake/Modules/CMakeCInformation.cmake;/usr/ share/CMake/Modules/CMakeCXXInformation.cmake;/cbs_common_rules.cbs CMake Error: Error in cmake code at /home/cyril/affaires/kbee/minimal/minimal/CMakeLists.txt:10: Unknown CMake command "BUILD_EXECUTABLE". -- Configuring done """ Can Minimal be compiled or is it an example to be read ? What is the cmake version you use, BULD_EXECUTABLE is recognized with 2.4-patch 3 ? I use a mandriva 2007 linux box. Thanks, Cyril. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
