- $ cd system-curie/src/windows/
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/src/windows
- $ nano memory.c
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/src/windows
- $ cd ..
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/src
- $ cd ..
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
- $ ls
- AUTHORS README build-icemake.cmd build.sh doxyfile.internal src
- COPYING README.txt build-icemake.sh documentation icemake.sx tests
- CREDITS build build.cmd doxyfile include
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
- $ mkdir build_win
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
- $ cd build_win/
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/build_win
- $ mkdir curieinstall
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/build_win
- $ ../build.sh -dif ./build_win/curieinstall
- ../build.sh: line 6: ./build-icemake.sh: No such file or directory
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie/build_win
- $ cd ..
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
- $ ./build.sh -dif ./build_win/curieinstall
- cc -o build/icemake.o -c src/icemake.c -DPOSIX -DGCC -Iinclude/ -Iinclude/generi
- c/ -Iinclude/internal/ -Wall -pedantic --std=c99
- src/icemake.c: In function `sx_string_dir_prefix':
- src/icemake.c:130: warning: implicit declaration of function `snprintf'
- cc -o build/icemake-build.o -c src/icemake-build.c -DPOSIX -DGCC -Iinclude/ -Iin
- clude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- src/icemake-build.c: In function `prepend_includes_common':
- src/icemake-build.c:122: warning: implicit declaration of function `snprintf'
- cc -o build/icemake-install.o -c src/icemake-install.c -DPOSIX -DGCC -Iinclude/
- -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- src/icemake-install.c: In function `get_library_install_path':
- src/icemake-install.c:233: warning: implicit declaration of function `snprintf'
- cc -o build/icemake-link.o -c src/icemake-link.c -DPOSIX -DGCC -Iinclude/ -Iincl
- ude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- src/icemake-link.c: In function `map_includes_gcc':
- src/icemake-link.c:192: warning: implicit declaration of function `snprintf'
- cc -o build/icemake-crosslink.o -c src/icemake-crosslink.c -DPOSIX -DGCC -Iinclu
- de/ -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/icemake-stubs.o -c src/icemake-stubs.c -DPOSIX -DGCC -Iinclude/ -Iin
- clude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/sexpr.o -c src/sexpr.c -DPOSIX -DGCC -Iinclude/ -Iinclude/generic/ -
- Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/memory.o -c src/posix/memory.c -DPOSIX -DGCC -Iinclude/ -Iinclude/ge
- neric/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/memory-pool.o -c src/memory-pool.c -DPOSIX -DGCC -Iinclude/ -Iinclud
- e/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/memory-allocator.o -c src/memory-allocator.c -DPOSIX -DGCC -Iinclude
- / -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/io.o -c src/io.c -DPOSIX -DGCC -Iinclude/ -Iinclude/generic/ -Iinclu
- de/internal/ -Wall -pedantic --std=c99
- cc -o build/string.o -c src/string.c -DPOSIX -DGCC -Iinclude/ -Iinclude/generic/
- -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/io-system.o -c src/posix/io-system.c -DPOSIX -DGCC -Iinclude/ -Iincl
- ude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/sexpr-read-write.o -c src/sexpr-read-write.c -DPOSIX -DGCC -Iinclude
- / -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/sexpr-library.o -c src/sexpr-library.c -DPOSIX -DGCC -Iinclude/ -Iin
- clude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/tree.o -c src/tree.c -DPOSIX -DGCC -Iinclude/ -Iinclude/generic/ -Ii
- nclude/internal/ -Wall -pedantic --std=c99
- cc -o build/immutable.o -c src/immutable.c -DPOSIX -DGCC -Iinclude/ -Iinclude/ge
- neric/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/multiplex.o -c src/multiplex.c -DPOSIX -DGCC -Iinclude/ -Iinclude/ge
- neric/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/multiplex-signal.o -c src/multiplex-signal.c -DPOSIX -DGCC -Iinclude
- / -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/multiplex-process.o -c src/multiplex-process.c -DPOSIX -DGCC -Iinclu
- de/ -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/multiplex-io.o -c src/multiplex-io.c -DPOSIX -DGCC -Iinclude/ -Iincl
- ude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- cc -o build/multiplex-system.o -c src/posix/multiplex-system.c -DPOSIX -DGCC -Ii
- nclude/ -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- src/posix/multiplex-system.c: In function `a_select_with_fds':
- src/posix/multiplex-system.c:35: error: `fd_set' undeclared (first use in this f
- unction)
- src/posix/multiplex-system.c:35: error: (Each undeclared identifier is reported
- only once
- src/posix/multiplex-system.c:35: error: for each function it appears in.)
- src/posix/multiplex-system.c:35: error: parse error before "rset"
- src/posix/multiplex-system.c:38: warning: implicit declaration of function `FD_Z
- ERO'
- src/posix/multiplex-system.c:38: error: `rset' undeclared (first use in this fun
- ction)
- src/posix/multiplex-system.c:42: warning: implicit declaration of function `FD_S
- ET'
- src/posix/multiplex-system.c:45: error: `wset' undeclared (first use in this fun
- ction)
- src/posix/multiplex-system.c:52: warning: implicit declaration of function `sele
- ct'
- src/posix/multiplex-system.c:52: error: parse error before ')' token
- src/posix/multiplex-system.c:63: warning: implicit declaration of function `FD_I
- SSET'
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
- $ ./build.sh -t posix
- cc -o build/multiplex-system.o -c src/posix/multiplex-system.c -DPOSIX -DGCC -Ii
- nclude/ -Iinclude/generic/ -Iinclude/internal/ -Wall -pedantic --std=c99
- src/posix/multiplex-system.c: In function `a_select_with_fds':
- src/posix/multiplex-system.c:35: error: `fd_set' undeclared (first use in this f
- unction)
- src/posix/multiplex-system.c:35: error: (Each undeclared identifier is reported
- only once
- src/posix/multiplex-system.c:35: error: for each function it appears in.)
- src/posix/multiplex-system.c:35: error: parse error before "rset"
- src/posix/multiplex-system.c:38: warning: implicit declaration of function `FD_Z
- ERO'
- src/posix/multiplex-system.c:38: error: `rset' undeclared (first use in this fun
- ction)
- src/posix/multiplex-system.c:42: warning: implicit declaration of function `FD_S
- ET'
- src/posix/multiplex-system.c:45: error: `wset' undeclared (first use in this fun
- ction)
- src/posix/multiplex-system.c:52: warning: implicit declaration of function `sele
- ct'
- src/posix/multiplex-system.c:52: error: parse error before ')' token
- src/posix/multiplex-system.c:63: warning: implicit declaration of function `FD_I
- SSET'
- nax@acer-593ed37f2f ~/pcc/userlandia/system-curie
- $
Undefined
By: Guest | Date: Aug 7 2009 09:23 | Format: None | Expires: never | Size: 6.85 KB | Hits: 1290
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago