
Je vais de ce pas installer php, au sens large, avec tout les packages que me trouveras sudo apt-get install php

Merci Lionel Debroux, et desole de ma stupidite

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5-cli is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
php7.0-cli
E: Package 'php5-cli' has no installation candidate
git pull --rebase
devrait aider)make[4]: Leaving directory '/home/neuronix/Ndless/ndless/src/tools/MakeQnAInst'
make -C XORInstaller
make[4]: Entering directory '/home/neuronix/Ndless/ndless/src/tools/XORInstaller'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/neuronix/Ndless/ndless/src/tools/XORInstaller'
make -C MakeChunkDispatch
make[4]: Entering directory '/home/neuronix/Ndless/ndless/src/tools/MakeChunkDispatch'
g++ MakeChunkDispatch.cpp -o MakeChunkDispatch
In file included from /usr/include/c++/5/cstdint:35:0,
from MakeChunkDispatch.cpp:31:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support \
^
MakeChunkDispatch.cpp:37:2: error: ‘uint32_t’ does not name a type
uint32_t next;
^
MakeChunkDispatch.cpp:38:2: error: ‘uint32_t’ does not name a type
uint32_t prev;
^
MakeChunkDispatch.cpp:39:2: error: ‘uint32_t’ does not name a type
uint32_t free;
^
MakeChunkDispatch.cpp:40:2: error: ‘uint32_t’ does not name a type
uint32_t pool;
^
MakeChunkDispatch.cpp: In function ‘int main(int, char**)’:
MakeChunkDispatch.cpp:51:2: error: ‘uint32_t’ was not declared in this scope
uint32_t target_ptr = strtol(argv[1], nullptr, 0);
^
MakeChunkDispatch.cpp:52:11: error: expected ‘;’ before ‘dispatch_start’
uint32_t dispatch_start = strtol(argv[2], nullptr, 0);
^
MakeChunkDispatch.cpp:53:11: error: expected ‘;’ before ‘dispatch_end’
uint32_t dispatch_end = dispatch_start + 1024*1024;
^
MakeChunkDispatch.cpp:54:11: error: expected ‘;’ before ‘dispatch_indices’
uint32_t dispatch_indices = (dispatch_end - dispatch_start) / 4;
^
MakeChunkDispatch.cpp:56:11: error: expected ‘;’ before ‘chunk_ptr’
uint32_t chunk_ptr = dispatch_end;
^
MakeChunkDispatch.cpp:57:15: error: expected ‘;’ before ‘dispatch_index’
for(uint32_t dispatch_index = 0; dispatch_index < dispatch_indices; ++dispatch_index, chunk_ptr += sizeof(chunk) - 4)
^
MakeChunkDispatch.cpp:57:35: error: ‘dispatch_index’ was not declared in this scope
for(uint32_t dispatch_index = 0; dispatch_index < dispatch_indices; ++dispatch_index, chunk_ptr += sizeof(chunk) - 4)
^
MakeChunkDispatch.cpp:57:52: error: ‘dispatch_indices’ was not declared in this scope
for(uint32_t dispatch_index = 0; dispatch_index < dispatch_indices; ++dispatch_index, chunk_ptr += sizeof(chunk) - 4)
^
MakeChunkDispatch.cpp:57:88: error: ‘chunk_ptr’ was not declared in this scope
for(uint32_t dispatch_index = 0; dispatch_index < dispatch_indices; ++dispatch_index, chunk_ptr += sizeof(chunk) - 4)
^
MakeChunkDispatch.cpp:59:12: error: expected ‘;’ before ‘pointer’
uint32_t pointer = chunk_ptr + 0x10;
^
MakeChunkDispatch.cpp:60:13: error: ‘pointer’ was not declared in this scope
write(1, &pointer, 4);
^
MakeChunkDispatch.cpp:63:11: error: expected ‘;’ before ‘chunks_end’
uint32_t chunks_end = dispatch_end + sizeof(chunk) * dispatch_indices;
^
MakeChunkDispatch.cpp:64:15: error: expected ‘;’ before ‘dispatch_index’
for(uint32_t dispatch_index = 0; dispatch_index < dispatch_indices; ++dispatch_index)
^
MakeChunkDispatch.cpp:64:35: error: ‘dispatch_index’ was not declared in this scope
for(uint32_t dispatch_index = 0; dispatch_index < dispatch_indices; ++dispatch_index)
^
MakeChunkDispatch.cpp:64:52: error: ‘dispatch_indices’ was not declared in this scope
for(uint32_t dispatch_index = 0; dispatch_index < dispatch_indices; ++dispatch_index)
^
MakeChunkDispatch.cpp:66:12: error: expected ‘;’ before ‘local_chunks_end’
uint32_t local_chunks_end = chunks_end - dispatch_index * 4;
^
MakeChunkDispatch.cpp:68:5: error: ‘struct chunk’ has no member named ‘next’
c.next = local_chunks_end;
^
MakeChunkDispatch.cpp:68:12: error: ‘local_chunks_end’ was not declared in this scope
c.next = local_chunks_end;
^
MakeChunkDispatch.cpp:69:5: error: ‘struct chunk’ has no member named ‘prev’
c.prev = target_ptr;
^
MakeChunkDispatch.cpp:69:12: error: ‘target_ptr’ was not declared in this scope
c.prev = target_ptr;
^
MakeChunkDispatch.cpp:70:5: error: ‘struct chunk’ has no member named ‘free’
c.free = 0;
^
MakeChunkDispatch.cpp:71:5: error: ‘struct chunk’ has no member named ‘pool’
c.pool = 0x13A00000; // Area of zeros
^
<builtin>: recipe for target 'MakeChunkDispatch' failed
make[4]: *** [MakeChunkDispatch] Error 1
make[4]: Leaving directory '/home/neuronix/Ndless/ndless/src/tools/MakeChunkDispatch'
Makefile:10: recipe for target 'build-MakeChunkDispatch' failed
make[3]: *** [build-MakeChunkDispatch] Error 2
make[3]: Leaving directory '/home/neuronix/Ndless/ndless/src/tools'
Makefile:9: recipe for target 'build-tools' failed
make[2]: *** [build-tools] Error 2
make[2]: Leaving directory '/home/neuronix/Ndless/ndless/src'
Makefile:9: recipe for target 'build-src' failed
make[1]: *** [build-src] Error 2
make[1]: Leaving directory '/home/neuronix/Ndless/ndless'
Makefile:19: recipe for target 'build-ndless' failed
make: *** [build-ndless] Error 2
Return to Native: Ndless, Linux, ...
Users browsing this forum: ClaudeBot [spider] and 5 guests