Changes between Version 7 and Version 8 of Frequently Asked Questions


Ignore:
Timestamp:
Feb 14, 2010, 4:32:23 PM (14 years ago)
Author:
Joel Porquet
Comment:

that may always help

Legend:

Unmodified
Added
Removed
Modified
  • Frequently Asked Questions

    v7 v8  
    22
    33= Installation issues =
     4
     5== Subversion client ==
     6
     7When I compile soclib platforms, I get the following types of error:
     8
     9{{{
     10soclib/soclib/lib/elf_file_loader/src/elf_file_loader.cpp:40:23: error: dpp/foreach: File or directory not found
     11soclib/soclib/lib/elf_file_loader/src/elf_file_loader.cpp:42:24: error: elfpp/object: File or directory not found
     12soclib/soclib/lib/elf_file_loader/src/elf_file_loader.cpp:43:24: error: elfpp/symbol: File or directory not found
     13soclib/soclib/lib/elf_file_loader/src/elf_file_loader.cpp:44:25: error: elfpp/section: File or directory not found
     14}}}
     15
     16You probably use a Subversion client that does not understand `svn:externals` directives (see http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html). Therefore, the `checkout` you did on SoCLib's repository is incomplete.
     17Please, try with a "vanilla" subversion client instead.
    418
    519== OS version misdetection ==
     
    4155== Utilities compilation going wrong ==
    4256
    43  When I try to compile the Soclib tools I am getting the following error:
     57 When I try to compile the Soclib tools I get the following error:
    4458
    4559{{{