aerospike 5.9.0 → 5.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/lib/binding/node-v108-darwin-arm64/aerospike.node +0 -0
- package/lib/binding/node-v108-darwin-x64/aerospike.node +0 -0
- package/lib/binding/node-v108-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.command.1.tlog +3 -0
- package/lib/binding/node-v108-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.read.1.tlog +1 -0
- package/lib/binding/node-v108-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.write.1.tlog +3 -0
- package/lib/binding/node-v108-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/aerospike-core-client.lastbuildstate +2 -0
- package/lib/binding/node-v108-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/unsuccessfulbuild +0 -0
- package/lib/binding/node-v108-win32-x64/aerospike.dll +0 -0
- package/lib/binding/node-v108-win32-x64/aerospike.node +0 -0
- package/lib/binding/node-v115-darwin-arm64/aerospike.node +0 -0
- package/lib/binding/node-v115-darwin-x64/aerospike.node +0 -0
- package/lib/binding/node-v115-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.command.1.tlog +3 -0
- package/lib/binding/node-v115-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.read.1.tlog +1 -0
- package/lib/binding/node-v115-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/CustomBuild.write.1.tlog +3 -0
- package/lib/binding/node-v115-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/aerospike-core-client.lastbuildstate +2 -0
- package/lib/binding/node-v115-win32-x64/aerospike-core-client/aerospik.95E228AA.tlog/unsuccessfulbuild +0 -0
- package/lib/binding/node-v115-win32-x64/aerospike.dll +0 -0
- package/lib/binding/node-v115-win32-x64/aerospike.node +0 -0
- package/lib/binding/node-v120-darwin-arm64/aerospike.node +0 -0
- package/lib/binding/node-v120-darwin-x64/aerospike.node +0 -0
- package/lib/binding/node-v120-darwin-x64/node-v120-darwin-x64/aerospike.node +0 -0
- package/lib/binding/node-v120-win32-x64/aerospike.dll +0 -0
- package/lib/binding/node-v120-win32-x64/aerospike.node +0 -0
- package/lib/binding/node-v120-win32-x64/event_core.dll +0 -0
- package/lib/binding/node-v120-win32-x64/getopt.dll +0 -0
- package/lib/binding/node-v120-win32-x64/libeay32.dll +0 -0
- package/lib/binding/node-v120-win32-x64/pthreadVC2.dll +0 -0
- package/lib/binding/node-v120-win32-x64/ssleay32.dll +0 -0
- package/lib/binding/node-v120-win32-x64/zlib.dll +0 -0
- package/lib/binding/openssl@1/node-v108-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@1/node-v108-linux-x64/aerospike.node +0 -0
- package/lib/binding/openssl@1/node-v115-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@1/node-v115-linux-x64/aerospike.node +0 -0
- package/lib/binding/openssl@1/node-v120-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@1/node-v120-linux-x64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v108-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v108-linux-x64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v115-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v115-linux-x64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v120-linux-arm64/aerospike.node +0 -0
- package/lib/binding/openssl@3/node-v120-linux-x64/aerospike.node +0 -0
- package/lib/client.js +1 -1
- package/package.json +3 -3
- package/scripts/build-package.ps1 +16 -0
- package/scripts/build-package.sh +1 -0
- package/scripts/prebuiltBinding.js +19 -3
- package/src/main/client.cc +1 -1
- package/src/main/enums/exp_enum.cc +1 -0
- package/test/exp.js +9 -0
- package/scripts/build-c-client.sh-cclient-output.log +0 -365
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ It supports the following operating systems:
|
|
|
18
18
|
- Amazon Linux 2023
|
|
19
19
|
- Ubuntu 20.04/22.04 (Focal Fossa, Jammy Jellyfish)
|
|
20
20
|
- Many Linux distributions compatible with one of the above OS releases.
|
|
21
|
-
- macOS 12/13
|
|
21
|
+
- macOS 12/13/14
|
|
22
22
|
|
|
23
23
|
The client is compatible with arm64, aarch64, and x86_64 architectures.
|
|
24
24
|
|
|
@@ -71,7 +71,7 @@ record using the Aerospike database.
|
|
|
71
71
|
```js
|
|
72
72
|
const Aerospike = require('aerospike')
|
|
73
73
|
|
|
74
|
-
// INSERT HOSTNAME AND PORT NUMBER OF
|
|
74
|
+
// INSERT HOSTNAME AND PORT NUMBER OF AEROSPIKE SERVER NODE HERE!
|
|
75
75
|
const config = {
|
|
76
76
|
hosts: '192.168.33.10:3000',
|
|
77
77
|
}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
2
|
+
call call "pwsh" "../scripts/build-c-client.ps1" "-Configuration" "Release" "-NodeLibFile" "C:/Users/Administrator/AppData/Local/node-gyp/Cache/18.19.0/x64/node.lib"
|
|
3
|
+
if %errorlevel% neq 0 exit /b %errorlevel%
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
2
|
+
C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\AEROSPIKE-CLIENT-C-OUTPUT\INCLUDE\AEROSPIKE\AEROSPIKE.H
|
|
3
|
+
C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\AEROSPIKE-CLIENT-C-OUTPUT\LIB\AEROSPIKE.LIB
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
2
|
+
call call "pwsh" "../scripts/build-c-client.ps1" "-Configuration" "Release" "-NodeLibFile" "C:/Users/Administrator/AppData/Local/node-gyp/Cache/20.11.0/x64/node.lib"
|
|
3
|
+
if %errorlevel% neq 0 exit /b %errorlevel%
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
^C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\BINDING.GYP
|
|
2
|
+
C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\AEROSPIKE-CLIENT-C-OUTPUT\INCLUDE\AEROSPIKE\AEROSPIKE.H
|
|
3
|
+
C:\USERS\ADMINISTRATOR\DOCUMENTS\AEROSPIKE-CLIENT-NODEJS\AEROSPIKE-CLIENT-C-OUTPUT\LIB\AEROSPIKE.LIB
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/client.js
CHANGED
|
@@ -1471,7 +1471,7 @@ Client.prototype.batchWrite = function (records, policy, callback) {
|
|
|
1471
1471
|
* const Aerospike = require('aerospike')
|
|
1472
1472
|
* var path = require('path');
|
|
1473
1473
|
*
|
|
1474
|
-
* // INSERT HOSTNAME AND PORT NUMBER OF
|
|
1474
|
+
* // INSERT HOSTNAME AND PORT NUMBER OF AEROSPIKE SERVER NODE HERE!
|
|
1475
1475
|
* const config = {
|
|
1476
1476
|
* hosts: '192.168.33.10:3000',
|
|
1477
1477
|
* // Timeouts disabled, latency dependent on server location. Configure as needed.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aerospike",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.10.0",
|
|
4
4
|
"description": "Aerospike Client Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aerospike",
|
|
@@ -59,7 +59,8 @@
|
|
|
59
59
|
"bindings": "^1.5.0",
|
|
60
60
|
"minimatch": "^3.1.2",
|
|
61
61
|
"nan": "^2.17.0",
|
|
62
|
-
"node-gyp": "^8.4.1"
|
|
62
|
+
"node-gyp": "^8.4.1",
|
|
63
|
+
"npm-run-all": "^4.1.5"
|
|
63
64
|
},
|
|
64
65
|
"devDependencies": {
|
|
65
66
|
"@types/node": "^17.0.45",
|
|
@@ -71,7 +72,6 @@
|
|
|
71
72
|
"husky": "^7.0.4",
|
|
72
73
|
"mocha": "^9.2.2",
|
|
73
74
|
"mocha-clean": "^1.0.0",
|
|
74
|
-
"npm-run-all": "^4.1.5",
|
|
75
75
|
"nyc": "^15.1.0",
|
|
76
76
|
"p-throttle": "^3.1.0",
|
|
77
77
|
"semver": "^7.5.4",
|
|
@@ -36,7 +36,23 @@ function build_nodejs_client {
|
|
|
36
36
|
|
|
37
37
|
build_nodejs_client v18
|
|
38
38
|
Copy-Item -Recurse build\release\* lib\binding\node-v108-win32-x64
|
|
39
|
+
Remove-Item .\lib\binding\node-v108-win32-x64\obj
|
|
40
|
+
Remove-Item .\lib\binding\node-v108-win32-x64\aerospike.pdb
|
|
41
|
+
Remove-Item .\lib\binding\node-v108-win32-x64\aerospike.ipdb
|
|
42
|
+
Remove-Item .\lib\binding\node-v108-win32-x64\aerospike.iobj
|
|
43
|
+
|
|
39
44
|
build_nodejs_client v20
|
|
40
45
|
Copy-Item -Recurse build\release\* lib\binding\node-v115-win32-x64
|
|
46
|
+
Remove-Item -Recurse .\lib\binding\node-v115-win32-x64\obj
|
|
47
|
+
Remove-Item .\lib\binding\node-v115-win32-x64\aerospike.pdb
|
|
48
|
+
Remove-Item .\lib\binding\node-v115-win32-x64\aerospike.ipdb
|
|
49
|
+
Remove-Item .\lib\binding\node-v115-win32-x64\aerospike.iobj
|
|
50
|
+
|
|
51
|
+
build_nodejs_client v21
|
|
52
|
+
Copy-Item -Recurse build\release\* lib\binding\node-v120-win32-x64
|
|
53
|
+
Remove-Item -Recurse .\lib\binding\node-v120-win32-x64\obj
|
|
54
|
+
Remove-Item .\lib\binding\node-v120-win32-x64\aerospike.pdb
|
|
55
|
+
Remove-Item .\lib\binding\node-v120-win32-x64\aerospike.ipdb
|
|
56
|
+
Remove-Item .\lib\binding\node-v120-win32-x64\aerospike.iobj
|
|
41
57
|
|
|
42
58
|
nvm use v18.12.1
|
package/scripts/build-package.sh
CHANGED
|
@@ -11,40 +11,56 @@ const rm = util.promisify(fs.rm)
|
|
|
11
11
|
const arch = await os.arch()
|
|
12
12
|
|
|
13
13
|
if (platform === 'darwin') {
|
|
14
|
+
rm('lib/binding/node-v120-win32-x64', { recursive: true, force: true })
|
|
14
15
|
rm('lib/binding/node-v115-win32-x64', { recursive: true, force: true })
|
|
15
16
|
rm('lib/binding/node-v108-win32-x64', { recursive: true, force: true })
|
|
16
17
|
if (arch === 'x64') {
|
|
18
|
+
rm('lib/binding/node-v120-darwin-arm64', { recursive: true, force: true })
|
|
17
19
|
rm('lib/binding/node-v115-darwin-arm64', { recursive: true, force: true })
|
|
18
20
|
rm('lib/binding/node-v108-darwin-arm64', { recursive: true, force: true })
|
|
19
21
|
} else {
|
|
22
|
+
rm('lib/binding/node-v120-darwin-x64', { recursive: true, force: true })
|
|
20
23
|
rm('lib/binding/node-v115-darwin-x64', { recursive: true, force: true })
|
|
21
24
|
rm('lib/binding/node-v108-darwin-x64', { recursive: true, force: true })
|
|
22
25
|
}
|
|
23
26
|
await rm('lib/binding/openssl@3', { recursive: true, force: true })
|
|
24
27
|
await rm('lib/binding/openssl@1', { recursive: true, force: true })
|
|
25
28
|
} else if (platform === 'win32') {
|
|
29
|
+
rm('lib/binding/node-v120-darwin-arm64', { recursive: true, force: true })
|
|
26
30
|
rm('lib/binding/node-v115-darwin-arm64', { recursive: true, force: true })
|
|
27
31
|
rm('lib/binding/node-v108-darwin-arm64', { recursive: true, force: true })
|
|
32
|
+
rm('lib/binding/node-v120-darwin-x64', { recursive: true, force: true })
|
|
28
33
|
rm('lib/binding/node-v115-darwin-x64', { recursive: true, force: true })
|
|
29
34
|
rm('lib/binding/node-v108-darwin-x64', { recursive: true, force: true })
|
|
30
35
|
await rm('lib/binding/openssl@3', { recursive: true, force: true })
|
|
31
36
|
await rm('lib/binding/openssl@1', { recursive: true, force: true })
|
|
32
37
|
} else {
|
|
38
|
+
rm('lib/binding/node-v120-win32-x64', { recursive: true, force: true })
|
|
33
39
|
rm('lib/binding/node-v115-win32-x64', { recursive: true, force: true })
|
|
34
40
|
rm('lib/binding/node-v108-win32-x64', { recursive: true, force: true })
|
|
41
|
+
rm('lib/binding/node-v120-darwin-arm64', { recursive: true, force: true })
|
|
35
42
|
rm('lib/binding/node-v115-darwin-arm64', { recursive: true, force: true })
|
|
36
43
|
rm('lib/binding/node-v108-darwin-arm64', { recursive: true, force: true })
|
|
44
|
+
rm('lib/binding/node-v120-darwin-x64', { recursive: true, force: true })
|
|
37
45
|
rm('lib/binding/node-v115-darwin-x64', { recursive: true, force: true })
|
|
38
46
|
rm('lib/binding/node-v108-darwin-x64', { recursive: true, force: true })
|
|
39
47
|
|
|
40
|
-
const output = await exec(
|
|
41
|
-
const version = output.stdout
|
|
42
|
-
|
|
48
|
+
const output = await exec("ldd --version | awk 'NR==1{print $NF}'")
|
|
49
|
+
const version = Number(output.stdout)
|
|
50
|
+
|
|
51
|
+
let openssl
|
|
52
|
+
if (version < 2.33) {
|
|
53
|
+
openssl = '1'
|
|
54
|
+
} else {
|
|
55
|
+
openssl = '3'
|
|
56
|
+
}
|
|
43
57
|
|
|
44
58
|
if (arch === 'x64') {
|
|
59
|
+
await rename('lib/binding/openssl@' + openssl + '/node-v120-linux-x64', 'lib/binding/node-v120-linux-x64')
|
|
45
60
|
await rename('lib/binding/openssl@' + openssl + '/node-v115-linux-x64', 'lib/binding/node-v115-linux-x64')
|
|
46
61
|
await rename('lib/binding/openssl@' + openssl + '/node-v108-linux-x64', 'lib/binding/node-v108-linux-x64')
|
|
47
62
|
} else {
|
|
63
|
+
await rename('lib/binding/openssl@' + openssl + '/node-v120-linux-arm64', 'lib/binding/node-v120-linux-arm64')
|
|
48
64
|
await rename('lib/binding/openssl@' + openssl + '/node-v115-linux-arm64', 'lib/binding/node-v115-linux-arm64')
|
|
49
65
|
await rename('lib/binding/openssl@' + openssl + '/node-v108-linux-arm64', 'lib/binding/node-v108-linux-arm64')
|
|
50
66
|
}
|
package/src/main/client.cc
CHANGED
|
@@ -128,6 +128,7 @@ Local<Object> exp_opcode_values()
|
|
|
128
128
|
|
|
129
129
|
Local<Object> exp_type = Nan::New<Object>();
|
|
130
130
|
set(exp_type, "NIL", as_exp_type::AS_EXP_TYPE_NIL);
|
|
131
|
+
set(exp_type, "BOOL", as_exp_type::AS_EXP_TYPE_BOOL);
|
|
131
132
|
set(exp_type, "INT", as_exp_type::AS_EXP_TYPE_INT);
|
|
132
133
|
set(exp_type, "STR", as_exp_type::AS_EXP_TYPE_STR);
|
|
133
134
|
set(exp_type, "LIST", as_exp_type::AS_EXP_TYPE_LIST);
|
package/test/exp.js
CHANGED
|
@@ -86,6 +86,15 @@ describe('Aerospike.exp', function () {
|
|
|
86
86
|
})
|
|
87
87
|
})
|
|
88
88
|
|
|
89
|
+
describe('eq on bool bin', function () {
|
|
90
|
+
it('evaluates to true if an integer bin equals the given value', async function () {
|
|
91
|
+
const key = await createRecord({ boolVal: true })
|
|
92
|
+
|
|
93
|
+
await testNoMatch(key, exp.eq(exp.binBool('boolVal'), exp.bool(false)))
|
|
94
|
+
await testMatch(key, exp.eq(exp.binBool('boolVal'), exp.bool(true)))
|
|
95
|
+
})
|
|
96
|
+
})
|
|
97
|
+
|
|
89
98
|
describe('eq on map bin', function () {
|
|
90
99
|
it('evaluates to true if a map bin matches a value', async function () {
|
|
91
100
|
const key = await createRecord({ map: { c: 1, b: 2, a: 3 } })
|
|
@@ -1,365 +0,0 @@
|
|
|
1
|
-
make -e -C /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common libaerospike-common.a
|
|
2
|
-
make[1]: Entering directory '/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common'
|
|
3
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_aerospike.o -c src/main/aerospike/as_aerospike.c
|
|
4
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_arraylist.o -c src/main/aerospike/as_arraylist.c
|
|
5
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_arraylist_hooks.o -c src/main/aerospike/as_arraylist_hooks.c
|
|
6
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_arraylist_iterator.o -c src/main/aerospike/as_arraylist_iterator.c
|
|
7
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_arraylist_iterator_hooks.o -c src/main/aerospike/as_arraylist_iterator_hooks.c
|
|
8
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_boolean.o -c src/main/aerospike/as_boolean.c
|
|
9
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_buffer.o -c src/main/aerospike/as_buffer.c
|
|
10
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_buffer_pool.o -c src/main/aerospike/as_buffer_pool.c
|
|
11
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_bytes.o -c src/main/aerospike/as_bytes.c
|
|
12
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_double.o -c src/main/aerospike/as_double.c
|
|
13
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_geojson.o -c src/main/aerospike/as_geojson.c
|
|
14
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_integer.o -c src/main/aerospike/as_integer.c
|
|
15
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_iterator.o -c src/main/aerospike/as_iterator.c
|
|
16
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_list.o -c src/main/aerospike/as_list.c
|
|
17
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_log.o -c src/main/aerospike/as_log.c
|
|
18
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_map.o -c src/main/aerospike/as_map.c
|
|
19
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_module.o -c src/main/aerospike/as_module.c
|
|
20
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_msgpack.o -c src/main/aerospike/as_msgpack.c
|
|
21
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_msgpack_ext.o -c src/main/aerospike/as_msgpack_ext.c
|
|
22
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_msgpack_serializer.o -c src/main/aerospike/as_msgpack_serializer.c
|
|
23
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_nil.o -c src/main/aerospike/as_nil.c
|
|
24
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_orderedmap.o -c src/main/aerospike/as_orderedmap.c
|
|
25
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_pair.o -c src/main/aerospike/as_pair.c
|
|
26
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_password.o -c src/main/aerospike/as_password.c
|
|
27
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_queue.o -c src/main/aerospike/as_queue.c
|
|
28
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_queue_mt.o -c src/main/aerospike/as_queue_mt.c
|
|
29
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_random.o -c src/main/aerospike/as_random.c
|
|
30
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_rec.o -c src/main/aerospike/as_rec.c
|
|
31
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_result.o -c src/main/aerospike/as_result.c
|
|
32
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_serializer.o -c src/main/aerospike/as_serializer.c
|
|
33
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_stream.o -c src/main/aerospike/as_stream.c
|
|
34
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_string.o -c src/main/aerospike/as_string.c
|
|
35
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_string_builder.o -c src/main/aerospike/as_string_builder.c
|
|
36
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_thread_pool.o -c src/main/aerospike/as_thread_pool.c
|
|
37
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_timer.o -c src/main/aerospike/as_timer.c
|
|
38
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_val.o -c src/main/aerospike/as_val.c
|
|
39
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/as_vector.o -c src/main/aerospike/as_vector.c
|
|
40
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/crypt_blowfish.o -c src/main/aerospike/crypt_blowfish.c
|
|
41
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/aerospike/ssl_util.o -c src/main/aerospike/ssl_util.c
|
|
42
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/citrusleaf/cf_alloc.o -c src/main/citrusleaf/cf_alloc.c
|
|
43
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/citrusleaf/cf_b64.o -c src/main/citrusleaf/cf_b64.c
|
|
44
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/citrusleaf/cf_clock.o -c src/main/citrusleaf/cf_clock.c
|
|
45
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/citrusleaf/cf_crypto.o -c src/main/citrusleaf/cf_crypto.c
|
|
46
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/citrusleaf/cf_digest.o -c src/main/citrusleaf/cf_digest.c
|
|
47
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/citrusleaf/cf_ll.o -c src/main/citrusleaf/cf_ll.c
|
|
48
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/citrusleaf/cf_queue.o -c src/main/citrusleaf/cf_queue.c
|
|
49
|
-
cc -Isrc/include -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -march=nocona -finline-functions -rdynamic -o target/Linux-x86_64/obj/common/citrusleaf/cf_random.o -c src/main/citrusleaf/cf_random.c
|
|
50
|
-
ar rcs target/Linux-x86_64/lib/libaerospike-common.a target/Linux-x86_64/obj/common/aerospike/as_aerospike.o target/Linux-x86_64/obj/common/aerospike/as_arraylist.o target/Linux-x86_64/obj/common/aerospike/as_arraylist_hooks.o target/Linux-x86_64/obj/common/aerospike/as_arraylist_iterator.o target/Linux-x86_64/obj/common/aerospike/as_arraylist_iterator_hooks.o target/Linux-x86_64/obj/common/aerospike/as_boolean.o target/Linux-x86_64/obj/common/aerospike/as_buffer.o target/Linux-x86_64/obj/common/aerospike/as_buffer_pool.o target/Linux-x86_64/obj/common/aerospike/as_bytes.o target/Linux-x86_64/obj/common/aerospike/as_double.o target/Linux-x86_64/obj/common/aerospike/as_geojson.o target/Linux-x86_64/obj/common/aerospike/as_integer.o target/Linux-x86_64/obj/common/aerospike/as_iterator.o target/Linux-x86_64/obj/common/aerospike/as_list.o target/Linux-x86_64/obj/common/aerospike/as_log.o target/Linux-x86_64/obj/common/aerospike/as_map.o target/Linux-x86_64/obj/common/aerospike/as_module.o target/Linux-x86_64/obj/common/aerospike/as_msgpack.o target/Linux-x86_64/obj/common/aerospike/as_msgpack_ext.o target/Linux-x86_64/obj/common/aerospike/as_msgpack_serializer.o target/Linux-x86_64/obj/common/aerospike/as_nil.o target/Linux-x86_64/obj/common/aerospike/as_orderedmap.o target/Linux-x86_64/obj/common/aerospike/as_pair.o target/Linux-x86_64/obj/common/aerospike/as_password.o target/Linux-x86_64/obj/common/aerospike/as_queue.o target/Linux-x86_64/obj/common/aerospike/as_queue_mt.o target/Linux-x86_64/obj/common/aerospike/as_random.o target/Linux-x86_64/obj/common/aerospike/as_rec.o target/Linux-x86_64/obj/common/aerospike/as_result.o target/Linux-x86_64/obj/common/aerospike/as_serializer.o target/Linux-x86_64/obj/common/aerospike/as_stream.o target/Linux-x86_64/obj/common/aerospike/as_string.o target/Linux-x86_64/obj/common/aerospike/as_string_builder.o target/Linux-x86_64/obj/common/aerospike/as_thread_pool.o target/Linux-x86_64/obj/common/aerospike/as_timer.o target/Linux-x86_64/obj/common/aerospike/as_val.o target/Linux-x86_64/obj/common/aerospike/as_vector.o target/Linux-x86_64/obj/common/aerospike/crypt_blowfish.o target/Linux-x86_64/obj/common/aerospike/ssl_util.o target/Linux-x86_64/obj/common/citrusleaf/cf_alloc.o target/Linux-x86_64/obj/common/citrusleaf/cf_b64.o target/Linux-x86_64/obj/common/citrusleaf/cf_clock.o target/Linux-x86_64/obj/common/citrusleaf/cf_crypto.o target/Linux-x86_64/obj/common/citrusleaf/cf_digest.o target/Linux-x86_64/obj/common/citrusleaf/cf_ll.o target/Linux-x86_64/obj/common/citrusleaf/cf_queue.o target/Linux-x86_64/obj/common/citrusleaf/cf_random.o
|
|
51
|
-
make[1]: Leaving directory '/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common'
|
|
52
|
-
make -e -C /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua COMMON=/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common LUAMOD=/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua EXT_CFLAGS=-DAS_MOD_LUA_CLIENT
|
|
53
|
-
make[1]: Entering directory '/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua'
|
|
54
|
-
make -C /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua CFLAGS="-Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g" a
|
|
55
|
-
make[2]: Entering directory '/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua'
|
|
56
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lapi.o lapi.c
|
|
57
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lcode.o lcode.c
|
|
58
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lctype.o lctype.c
|
|
59
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o ldebug.o ldebug.c
|
|
60
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o ldo.o ldo.c
|
|
61
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o ldump.o ldump.c
|
|
62
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lfunc.o lfunc.c
|
|
63
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lgc.o lgc.c
|
|
64
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o llex.o llex.c
|
|
65
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lmem.o lmem.c
|
|
66
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lobject.o lobject.c
|
|
67
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lopcodes.o lopcodes.c
|
|
68
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lparser.o lparser.c
|
|
69
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lstate.o lstate.c
|
|
70
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lstring.o lstring.c
|
|
71
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o ltable.o ltable.c
|
|
72
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o ltm.o ltm.c
|
|
73
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lundump.o lundump.c
|
|
74
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lvm.o lvm.c
|
|
75
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lzio.o lzio.c
|
|
76
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o ltests.o ltests.c
|
|
77
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lauxlib.o lauxlib.c
|
|
78
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lbaselib.o lbaselib.c
|
|
79
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o ldblib.o ldblib.c
|
|
80
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o liolib.o liolib.c
|
|
81
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lmathlib.o lmathlib.c
|
|
82
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o loslib.o loslib.c
|
|
83
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o ltablib.o ltablib.c
|
|
84
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lstrlib.o lstrlib.c
|
|
85
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lutf8lib.o lutf8lib.c
|
|
86
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o loadlib.o loadlib.c
|
|
87
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o lcorolib.o lcorolib.c
|
|
88
|
-
gcc -Wall -O2 -std=c99 -DLUA_USE_LINUX -fPIC -fno-stack-protector -fno-common -march=nocona -g -I/usr/local/opt/openssl/include:-I/usr/local/opt/zlib/include -c -o linit.o linit.c
|
|
89
|
-
ar rc liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o ltests.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o lutf8lib.o loadlib.o lcorolib.o linit.o
|
|
90
|
-
ranlib liblua.a
|
|
91
|
-
make[2]: Leaving directory '/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua'
|
|
92
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua.o -c src/main/mod_lua.c
|
|
93
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua_aerospike.o -c src/main/mod_lua_aerospike.c
|
|
94
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua_bytes.o -c src/main/mod_lua_bytes.c
|
|
95
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua_geojson.o -c src/main/mod_lua_geojson.c
|
|
96
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua_iterator.o -c src/main/mod_lua_iterator.c
|
|
97
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua_list.o -c src/main/mod_lua_list.c
|
|
98
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua_map.o -c src/main/mod_lua_map.c
|
|
99
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua_record.o -c src/main/mod_lua_record.c
|
|
100
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua_reg.o -c src/main/mod_lua_reg.c
|
|
101
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua_stream.o -c src/main/mod_lua_stream.c
|
|
102
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua_system.o -c src/main/mod_lua_system.c
|
|
103
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -DAS_MOD_LUA_CLIENT -DAS_MOD_LUA_CLIENT -finline-functions -rdynamic -o target/Linux-x86_64/obj/mod_lua_val.o -c src/main/mod_lua_val.c
|
|
104
|
-
make -e -C /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common prepare
|
|
105
|
-
make[2]: Entering directory '/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common'
|
|
106
|
-
cp src/include/aerospike/as_map_iterator.h target/Linux-x86_64/include/aerospike/as_map_iterator.h
|
|
107
|
-
cp src/include/aerospike/as_double.h target/Linux-x86_64/include/aerospike/as_double.h
|
|
108
|
-
cp src/include/aerospike/as_buffer_pool.h target/Linux-x86_64/include/aerospike/as_buffer_pool.h
|
|
109
|
-
cp src/include/aerospike/as_integer.h target/Linux-x86_64/include/aerospike/as_integer.h
|
|
110
|
-
cp src/include/aerospike/as_types.h target/Linux-x86_64/include/aerospike/as_types.h
|
|
111
|
-
cp src/include/aerospike/as_module.h target/Linux-x86_64/include/aerospike/as_module.h
|
|
112
|
-
cp src/include/aerospike/as_log_macros.h target/Linux-x86_64/include/aerospike/as_log_macros.h
|
|
113
|
-
cp src/include/aerospike/as_arch.h target/Linux-x86_64/include/aerospike/as_arch.h
|
|
114
|
-
cp src/include/aerospike/as_queue.h target/Linux-x86_64/include/aerospike/as_queue.h
|
|
115
|
-
cp src/include/aerospike/as_hashmap_iterator.h target/Linux-x86_64/include/aerospike/as_hashmap_iterator.h
|
|
116
|
-
cp src/include/aerospike/as_orderedmap.h target/Linux-x86_64/include/aerospike/as_orderedmap.h
|
|
117
|
-
cp src/include/aerospike/as_sleep.h target/Linux-x86_64/include/aerospike/as_sleep.h
|
|
118
|
-
cp src/include/aerospike/as_dir.h target/Linux-x86_64/include/aerospike/as_dir.h
|
|
119
|
-
cp src/include/aerospike/as_nil.h target/Linux-x86_64/include/aerospike/as_nil.h
|
|
120
|
-
cp src/include/aerospike/as_std.h target/Linux-x86_64/include/aerospike/as_std.h
|
|
121
|
-
cp src/include/aerospike/as_queue_mt.h target/Linux-x86_64/include/aerospike/as_queue_mt.h
|
|
122
|
-
cp src/include/aerospike/as_vector.h target/Linux-x86_64/include/aerospike/as_vector.h
|
|
123
|
-
cp src/include/aerospike/as_thread_pool.h target/Linux-x86_64/include/aerospike/as_thread_pool.h
|
|
124
|
-
cp src/include/aerospike/as_result.h target/Linux-x86_64/include/aerospike/as_result.h
|
|
125
|
-
cp src/include/aerospike/as_monitor.h target/Linux-x86_64/include/aerospike/as_monitor.h
|
|
126
|
-
cp src/include/aerospike/as_atomic_gcc.h target/Linux-x86_64/include/aerospike/as_atomic_gcc.h
|
|
127
|
-
cp src/include/aerospike/as_stream.h target/Linux-x86_64/include/aerospike/as_stream.h
|
|
128
|
-
cp src/include/aerospike/as_pair.h target/Linux-x86_64/include/aerospike/as_pair.h
|
|
129
|
-
cp src/include/aerospike/as_bytes.h target/Linux-x86_64/include/aerospike/as_bytes.h
|
|
130
|
-
cp src/include/aerospike/as_timer.h target/Linux-x86_64/include/aerospike/as_timer.h
|
|
131
|
-
cp src/include/aerospike/as_atomic_win.h target/Linux-x86_64/include/aerospike/as_atomic_win.h
|
|
132
|
-
cp src/include/aerospike/as_random.h target/Linux-x86_64/include/aerospike/as_random.h
|
|
133
|
-
cp src/include/aerospike/as_buffer.h target/Linux-x86_64/include/aerospike/as_buffer.h
|
|
134
|
-
cp src/include/aerospike/ssl_util.h target/Linux-x86_64/include/aerospike/ssl_util.h
|
|
135
|
-
cp src/include/aerospike/as_string_builder.h target/Linux-x86_64/include/aerospike/as_string_builder.h
|
|
136
|
-
cp src/include/aerospike/as_stringmap.h target/Linux-x86_64/include/aerospike/as_stringmap.h
|
|
137
|
-
cp src/include/aerospike/as_list.h target/Linux-x86_64/include/aerospike/as_list.h
|
|
138
|
-
cp src/include/aerospike/as_rec.h target/Linux-x86_64/include/aerospike/as_rec.h
|
|
139
|
-
cp src/include/aerospike/as_aerospike.h target/Linux-x86_64/include/aerospike/as_aerospike.h
|
|
140
|
-
cp src/include/aerospike/as_password.h target/Linux-x86_64/include/aerospike/as_password.h
|
|
141
|
-
cp src/include/aerospike/as_map.h target/Linux-x86_64/include/aerospike/as_map.h
|
|
142
|
-
cp src/include/aerospike/as_thread.h target/Linux-x86_64/include/aerospike/as_thread.h
|
|
143
|
-
cp src/include/aerospike/as_val.h target/Linux-x86_64/include/aerospike/as_val.h
|
|
144
|
-
cp src/include/aerospike/as_msgpack_serializer.h target/Linux-x86_64/include/aerospike/as_msgpack_serializer.h
|
|
145
|
-
cp src/include/aerospike/as_hashmap.h target/Linux-x86_64/include/aerospike/as_hashmap.h
|
|
146
|
-
cp src/include/aerospike/as_list_iterator.h target/Linux-x86_64/include/aerospike/as_list_iterator.h
|
|
147
|
-
cp src/include/aerospike/as_util.h target/Linux-x86_64/include/aerospike/as_util.h
|
|
148
|
-
cp src/include/aerospike/as_boolean.h target/Linux-x86_64/include/aerospike/as_boolean.h
|
|
149
|
-
cp src/include/aerospike/as_msgpack.h target/Linux-x86_64/include/aerospike/as_msgpack.h
|
|
150
|
-
cp src/include/aerospike/as_arraylist_iterator.h target/Linux-x86_64/include/aerospike/as_arraylist_iterator.h
|
|
151
|
-
cp src/include/aerospike/as_arraylist.h target/Linux-x86_64/include/aerospike/as_arraylist.h
|
|
152
|
-
cp src/include/aerospike/as_udf_context.h target/Linux-x86_64/include/aerospike/as_udf_context.h
|
|
153
|
-
cp src/include/aerospike/as_atomic.h target/Linux-x86_64/include/aerospike/as_atomic.h
|
|
154
|
-
cp src/include/aerospike/as_msgpack_ext.h target/Linux-x86_64/include/aerospike/as_msgpack_ext.h
|
|
155
|
-
cp src/include/aerospike/as_geojson.h target/Linux-x86_64/include/aerospike/as_geojson.h
|
|
156
|
-
cp src/include/aerospike/as_string.h target/Linux-x86_64/include/aerospike/as_string.h
|
|
157
|
-
cp src/include/aerospike/as_log.h target/Linux-x86_64/include/aerospike/as_log.h
|
|
158
|
-
cp src/include/aerospike/as_serializer.h target/Linux-x86_64/include/aerospike/as_serializer.h
|
|
159
|
-
cp src/include/aerospike/as_iterator.h target/Linux-x86_64/include/aerospike/as_iterator.h
|
|
160
|
-
cp src/include/citrusleaf/cf_ll.h target/Linux-x86_64/include/citrusleaf/cf_ll.h
|
|
161
|
-
cp src/include/citrusleaf/alloc.h target/Linux-x86_64/include/citrusleaf/alloc.h
|
|
162
|
-
cp src/include/citrusleaf/cf_b64.h target/Linux-x86_64/include/citrusleaf/cf_b64.h
|
|
163
|
-
cp src/include/citrusleaf/cf_random.h target/Linux-x86_64/include/citrusleaf/cf_random.h
|
|
164
|
-
cp src/include/citrusleaf/cf_crypto.h target/Linux-x86_64/include/citrusleaf/cf_crypto.h
|
|
165
|
-
cp src/include/citrusleaf/cf_hash_math.h target/Linux-x86_64/include/citrusleaf/cf_hash_math.h
|
|
166
|
-
cp src/include/citrusleaf/cf_queue.h target/Linux-x86_64/include/citrusleaf/cf_queue.h
|
|
167
|
-
cp src/include/citrusleaf/cf_clock.h target/Linux-x86_64/include/citrusleaf/cf_clock.h
|
|
168
|
-
cp src/include/citrusleaf/cf_digest.h target/Linux-x86_64/include/citrusleaf/cf_digest.h
|
|
169
|
-
cp src/include/citrusleaf/cf_byte_order.h target/Linux-x86_64/include/citrusleaf/cf_byte_order.h
|
|
170
|
-
make[2]: Leaving directory '/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common'
|
|
171
|
-
ar rcs target/Linux-x86_64/lib/libmod_lua.a target/Linux-x86_64/obj/mod_lua.o target/Linux-x86_64/obj/mod_lua_aerospike.o target/Linux-x86_64/obj/mod_lua_bytes.o target/Linux-x86_64/obj/mod_lua_geojson.o target/Linux-x86_64/obj/mod_lua_iterator.o target/Linux-x86_64/obj/mod_lua_list.o target/Linux-x86_64/obj/mod_lua_map.o target/Linux-x86_64/obj/mod_lua_record.o target/Linux-x86_64/obj/mod_lua_reg.o target/Linux-x86_64/obj/mod_lua_stream.o target/Linux-x86_64/obj/mod_lua_system.o target/Linux-x86_64/obj/mod_lua_val.o
|
|
172
|
-
cc -shared -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -o target/Linux-x86_64/lib/libmod_lua.so target/Linux-x86_64/obj/mod_lua.o target/Linux-x86_64/obj/mod_lua_aerospike.o target/Linux-x86_64/obj/mod_lua_bytes.o target/Linux-x86_64/obj/mod_lua_geojson.o target/Linux-x86_64/obj/mod_lua_iterator.o target/Linux-x86_64/obj/mod_lua_list.o target/Linux-x86_64/obj/mod_lua_map.o target/Linux-x86_64/obj/mod_lua_record.o target/Linux-x86_64/obj/mod_lua_reg.o target/Linux-x86_64/obj/mod_lua_stream.o target/Linux-x86_64/obj/mod_lua_system.o target/Linux-x86_64/obj/mod_lua_val.o
|
|
173
|
-
cp -p src/include/aerospike/mod_lua_aerospike.h target/Linux-x86_64/include/aerospike/mod_lua_aerospike.h
|
|
174
|
-
cp -p src/include/aerospike/mod_lua_bytes.h target/Linux-x86_64/include/aerospike/mod_lua_bytes.h
|
|
175
|
-
cp -p src/include/aerospike/mod_lua_config.h target/Linux-x86_64/include/aerospike/mod_lua_config.h
|
|
176
|
-
cp -p src/include/aerospike/mod_lua_geojson.h target/Linux-x86_64/include/aerospike/mod_lua_geojson.h
|
|
177
|
-
cp -p src/include/aerospike/mod_lua.h target/Linux-x86_64/include/aerospike/mod_lua.h
|
|
178
|
-
cp -p src/include/aerospike/mod_lua_iterator.h target/Linux-x86_64/include/aerospike/mod_lua_iterator.h
|
|
179
|
-
cp -p src/include/aerospike/mod_lua_list.h target/Linux-x86_64/include/aerospike/mod_lua_list.h
|
|
180
|
-
cp -p src/include/aerospike/mod_lua_map.h target/Linux-x86_64/include/aerospike/mod_lua_map.h
|
|
181
|
-
cp -p src/include/aerospike/mod_lua_record.h target/Linux-x86_64/include/aerospike/mod_lua_record.h
|
|
182
|
-
cp -p src/include/aerospike/mod_lua_reg.h target/Linux-x86_64/include/aerospike/mod_lua_reg.h
|
|
183
|
-
cp -p src/include/aerospike/mod_lua_stream.h target/Linux-x86_64/include/aerospike/mod_lua_stream.h
|
|
184
|
-
cp -p src/include/aerospike/mod_lua_val.h target/Linux-x86_64/include/aerospike/mod_lua_val.h
|
|
185
|
-
make[1]: Leaving directory '/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua'
|
|
186
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_aerospike.h target/Linux-x86_64/include/aerospike/as_aerospike.h
|
|
187
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_arch.h target/Linux-x86_64/include/aerospike/as_arch.h
|
|
188
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_arraylist.h target/Linux-x86_64/include/aerospike/as_arraylist.h
|
|
189
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_arraylist_iterator.h target/Linux-x86_64/include/aerospike/as_arraylist_iterator.h
|
|
190
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_atomic_gcc.h target/Linux-x86_64/include/aerospike/as_atomic_gcc.h
|
|
191
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_atomic.h target/Linux-x86_64/include/aerospike/as_atomic.h
|
|
192
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_atomic_win.h target/Linux-x86_64/include/aerospike/as_atomic_win.h
|
|
193
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_boolean.h target/Linux-x86_64/include/aerospike/as_boolean.h
|
|
194
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_buffer.h target/Linux-x86_64/include/aerospike/as_buffer.h
|
|
195
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_buffer_pool.h target/Linux-x86_64/include/aerospike/as_buffer_pool.h
|
|
196
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_bytes.h target/Linux-x86_64/include/aerospike/as_bytes.h
|
|
197
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_dir.h target/Linux-x86_64/include/aerospike/as_dir.h
|
|
198
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_double.h target/Linux-x86_64/include/aerospike/as_double.h
|
|
199
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_geojson.h target/Linux-x86_64/include/aerospike/as_geojson.h
|
|
200
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_hashmap.h target/Linux-x86_64/include/aerospike/as_hashmap.h
|
|
201
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_hashmap_iterator.h target/Linux-x86_64/include/aerospike/as_hashmap_iterator.h
|
|
202
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_integer.h target/Linux-x86_64/include/aerospike/as_integer.h
|
|
203
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_iterator.h target/Linux-x86_64/include/aerospike/as_iterator.h
|
|
204
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_list.h target/Linux-x86_64/include/aerospike/as_list.h
|
|
205
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_list_iterator.h target/Linux-x86_64/include/aerospike/as_list_iterator.h
|
|
206
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_log.h target/Linux-x86_64/include/aerospike/as_log.h
|
|
207
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_log_macros.h target/Linux-x86_64/include/aerospike/as_log_macros.h
|
|
208
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_map.h target/Linux-x86_64/include/aerospike/as_map.h
|
|
209
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_map_iterator.h target/Linux-x86_64/include/aerospike/as_map_iterator.h
|
|
210
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_module.h target/Linux-x86_64/include/aerospike/as_module.h
|
|
211
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_monitor.h target/Linux-x86_64/include/aerospike/as_monitor.h
|
|
212
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_msgpack_ext.h target/Linux-x86_64/include/aerospike/as_msgpack_ext.h
|
|
213
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_msgpack.h target/Linux-x86_64/include/aerospike/as_msgpack.h
|
|
214
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_msgpack_serializer.h target/Linux-x86_64/include/aerospike/as_msgpack_serializer.h
|
|
215
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_nil.h target/Linux-x86_64/include/aerospike/as_nil.h
|
|
216
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_orderedmap.h target/Linux-x86_64/include/aerospike/as_orderedmap.h
|
|
217
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_pair.h target/Linux-x86_64/include/aerospike/as_pair.h
|
|
218
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_password.h target/Linux-x86_64/include/aerospike/as_password.h
|
|
219
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_queue.h target/Linux-x86_64/include/aerospike/as_queue.h
|
|
220
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_queue_mt.h target/Linux-x86_64/include/aerospike/as_queue_mt.h
|
|
221
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_random.h target/Linux-x86_64/include/aerospike/as_random.h
|
|
222
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_rec.h target/Linux-x86_64/include/aerospike/as_rec.h
|
|
223
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_result.h target/Linux-x86_64/include/aerospike/as_result.h
|
|
224
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_serializer.h target/Linux-x86_64/include/aerospike/as_serializer.h
|
|
225
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_sleep.h target/Linux-x86_64/include/aerospike/as_sleep.h
|
|
226
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_std.h target/Linux-x86_64/include/aerospike/as_std.h
|
|
227
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_stream.h target/Linux-x86_64/include/aerospike/as_stream.h
|
|
228
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_string_builder.h target/Linux-x86_64/include/aerospike/as_string_builder.h
|
|
229
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_string.h target/Linux-x86_64/include/aerospike/as_string.h
|
|
230
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_stringmap.h target/Linux-x86_64/include/aerospike/as_stringmap.h
|
|
231
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_thread.h target/Linux-x86_64/include/aerospike/as_thread.h
|
|
232
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_thread_pool.h target/Linux-x86_64/include/aerospike/as_thread_pool.h
|
|
233
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_timer.h target/Linux-x86_64/include/aerospike/as_timer.h
|
|
234
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_types.h target/Linux-x86_64/include/aerospike/as_types.h
|
|
235
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_udf_context.h target/Linux-x86_64/include/aerospike/as_udf_context.h
|
|
236
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_util.h target/Linux-x86_64/include/aerospike/as_util.h
|
|
237
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_val.h target/Linux-x86_64/include/aerospike/as_val.h
|
|
238
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/as_vector.h target/Linux-x86_64/include/aerospike/as_vector.h
|
|
239
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/aerospike/ssl_util.h target/Linux-x86_64/include/aerospike/ssl_util.h
|
|
240
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/citrusleaf/alloc.h target/Linux-x86_64/include/citrusleaf/alloc.h
|
|
241
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/citrusleaf/cf_b64.h target/Linux-x86_64/include/citrusleaf/cf_b64.h
|
|
242
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/citrusleaf/cf_byte_order.h target/Linux-x86_64/include/citrusleaf/cf_byte_order.h
|
|
243
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/citrusleaf/cf_clock.h target/Linux-x86_64/include/citrusleaf/cf_clock.h
|
|
244
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/citrusleaf/cf_ll.h target/Linux-x86_64/include/citrusleaf/cf_ll.h
|
|
245
|
-
cp /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include/citrusleaf/cf_queue.h target/Linux-x86_64/include/citrusleaf/cf_queue.h
|
|
246
|
-
make -e -C /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common prepare
|
|
247
|
-
make[1]: Entering directory '/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common'
|
|
248
|
-
make[1]: Nothing to be done for 'prepare'.
|
|
249
|
-
make[1]: Leaving directory '/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common'
|
|
250
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/_bin.o -c src/main/aerospike/_bin.c
|
|
251
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/aerospike.o -c src/main/aerospike/aerospike.c
|
|
252
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/aerospike_batch.o -c src/main/aerospike/aerospike_batch.c
|
|
253
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/aerospike_index.o -c src/main/aerospike/aerospike_index.c
|
|
254
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/aerospike_info.o -c src/main/aerospike/aerospike_info.c
|
|
255
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/aerospike_key.o -c src/main/aerospike/aerospike_key.c
|
|
256
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/aerospike_query.o -c src/main/aerospike/aerospike_query.c
|
|
257
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/aerospike_scan.o -c src/main/aerospike/aerospike_scan.c
|
|
258
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/aerospike_stats.o -c src/main/aerospike/aerospike_stats.c
|
|
259
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/aerospike_udf.o -c src/main/aerospike/aerospike_udf.c
|
|
260
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_address.o -c src/main/aerospike/as_address.c
|
|
261
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_admin.o -c src/main/aerospike/as_admin.c
|
|
262
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_async.o -c src/main/aerospike/as_async.c
|
|
263
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_batch.o -c src/main/aerospike/as_batch.c
|
|
264
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_bit_operations.o -c src/main/aerospike/as_bit_operations.c
|
|
265
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_cdt_ctx.o -c src/main/aerospike/as_cdt_ctx.c
|
|
266
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_cdt_internal.o -c src/main/aerospike/as_cdt_internal.c
|
|
267
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_command.o -c src/main/aerospike/as_command.c
|
|
268
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_config.o -c src/main/aerospike/as_config.c
|
|
269
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_cluster.o -c src/main/aerospike/as_cluster.c
|
|
270
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_error.o -c src/main/aerospike/as_error.c
|
|
271
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_event.o -c src/main/aerospike/as_event.c
|
|
272
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_event_ev.o -c src/main/aerospike/as_event_ev.c
|
|
273
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_event_uv.o -c src/main/aerospike/as_event_uv.c
|
|
274
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_event_event.o -c src/main/aerospike/as_event_event.c
|
|
275
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_event_none.o -c src/main/aerospike/as_event_none.c
|
|
276
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_exp_operations.o -c src/main/aerospike/as_exp_operations.c
|
|
277
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_exp.o -c src/main/aerospike/as_exp.c
|
|
278
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_hll_operations.o -c src/main/aerospike/as_hll_operations.c
|
|
279
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_host.o -c src/main/aerospike/as_host.c
|
|
280
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_info.o -c src/main/aerospike/as_info.c
|
|
281
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_job.o -c src/main/aerospike/as_job.c
|
|
282
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_key.o -c src/main/aerospike/as_key.c
|
|
283
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_list_operations.o -c src/main/aerospike/as_list_operations.c
|
|
284
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_lookup.o -c src/main/aerospike/as_lookup.c
|
|
285
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_map_operations.o -c src/main/aerospike/as_map_operations.c
|
|
286
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_node.o -c src/main/aerospike/as_node.c
|
|
287
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_operations.o -c src/main/aerospike/as_operations.c
|
|
288
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_partition.o -c src/main/aerospike/as_partition.c
|
|
289
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_partition_tracker.o -c src/main/aerospike/as_partition_tracker.c
|
|
290
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_peers.o -c src/main/aerospike/as_peers.c
|
|
291
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_pipe.o -c src/main/aerospike/as_pipe.c
|
|
292
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_policy.o -c src/main/aerospike/as_policy.c
|
|
293
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_proto.o -c src/main/aerospike/as_proto.c
|
|
294
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_query.o -c src/main/aerospike/as_query.c
|
|
295
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_query_validate.o -c src/main/aerospike/as_query_validate.c
|
|
296
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_record.o -c src/main/aerospike/as_record.c
|
|
297
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_record_hooks.o -c src/main/aerospike/as_record_hooks.c
|
|
298
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_record_iterator.o -c src/main/aerospike/as_record_iterator.c
|
|
299
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_scan.o -c src/main/aerospike/as_scan.c
|
|
300
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_shm_cluster.o -c src/main/aerospike/as_shm_cluster.c
|
|
301
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_socket.o -c src/main/aerospike/as_socket.c
|
|
302
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_tls.o -c src/main/aerospike/as_tls.c
|
|
303
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/as_udf.o -c src/main/aerospike/as_udf.c
|
|
304
|
-
cc -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -std=gnu99 -g -Wall -fPIC -O3 -fno-common -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I/home/dpelini/Documents/pand/aerospike-client-nodejs/libuv-v1.45.0/include -DAS_USE_LIBUV -finline-functions -rdynamic -o target/Linux-x86_64/obj/aerospike/version.o -c src/main/aerospike/version.c
|
|
305
|
-
ar rcs target/Linux-x86_64/lib/libaerospike.a target/Linux-x86_64/obj/aerospike/_bin.o target/Linux-x86_64/obj/aerospike/aerospike.o target/Linux-x86_64/obj/aerospike/aerospike_batch.o target/Linux-x86_64/obj/aerospike/aerospike_index.o target/Linux-x86_64/obj/aerospike/aerospike_info.o target/Linux-x86_64/obj/aerospike/aerospike_key.o target/Linux-x86_64/obj/aerospike/aerospike_query.o target/Linux-x86_64/obj/aerospike/aerospike_scan.o target/Linux-x86_64/obj/aerospike/aerospike_stats.o target/Linux-x86_64/obj/aerospike/aerospike_udf.o target/Linux-x86_64/obj/aerospike/as_address.o target/Linux-x86_64/obj/aerospike/as_admin.o target/Linux-x86_64/obj/aerospike/as_async.o target/Linux-x86_64/obj/aerospike/as_batch.o target/Linux-x86_64/obj/aerospike/as_bit_operations.o target/Linux-x86_64/obj/aerospike/as_cdt_ctx.o target/Linux-x86_64/obj/aerospike/as_cdt_internal.o target/Linux-x86_64/obj/aerospike/as_command.o target/Linux-x86_64/obj/aerospike/as_config.o target/Linux-x86_64/obj/aerospike/as_cluster.o target/Linux-x86_64/obj/aerospike/as_error.o target/Linux-x86_64/obj/aerospike/as_event.o target/Linux-x86_64/obj/aerospike/as_event_ev.o target/Linux-x86_64/obj/aerospike/as_event_uv.o target/Linux-x86_64/obj/aerospike/as_event_event.o target/Linux-x86_64/obj/aerospike/as_event_none.o target/Linux-x86_64/obj/aerospike/as_exp_operations.o target/Linux-x86_64/obj/aerospike/as_exp.o target/Linux-x86_64/obj/aerospike/as_hll_operations.o target/Linux-x86_64/obj/aerospike/as_host.o target/Linux-x86_64/obj/aerospike/as_info.o target/Linux-x86_64/obj/aerospike/as_job.o target/Linux-x86_64/obj/aerospike/as_key.o target/Linux-x86_64/obj/aerospike/as_list_operations.o target/Linux-x86_64/obj/aerospike/as_lookup.o target/Linux-x86_64/obj/aerospike/as_map_operations.o target/Linux-x86_64/obj/aerospike/as_node.o target/Linux-x86_64/obj/aerospike/as_operations.o target/Linux-x86_64/obj/aerospike/as_partition.o target/Linux-x86_64/obj/aerospike/as_partition_tracker.o target/Linux-x86_64/obj/aerospike/as_peers.o target/Linux-x86_64/obj/aerospike/as_pipe.o target/Linux-x86_64/obj/aerospike/as_policy.o target/Linux-x86_64/obj/aerospike/as_proto.o target/Linux-x86_64/obj/aerospike/as_query.o target/Linux-x86_64/obj/aerospike/as_query_validate.o target/Linux-x86_64/obj/aerospike/as_record.o target/Linux-x86_64/obj/aerospike/as_record_hooks.o target/Linux-x86_64/obj/aerospike/as_record_iterator.o target/Linux-x86_64/obj/aerospike/as_scan.o target/Linux-x86_64/obj/aerospike/as_shm_cluster.o target/Linux-x86_64/obj/aerospike/as_socket.o target/Linux-x86_64/obj/aerospike/as_tls.o target/Linux-x86_64/obj/aerospike/as_udf.o target/Linux-x86_64/obj/aerospike/version.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/target/Linux-x86_64/obj/common/aerospike/*.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/target/Linux-x86_64/obj/common/citrusleaf/*.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/target/Linux-x86_64/obj/*.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lapi.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lauxlib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lbaselib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lcode.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lcorolib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lctype.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ldblib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ldebug.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ldo.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ldump.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lfunc.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lgc.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/linit.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/liolib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/llex.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lmathlib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lmem.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/loadlib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lobject.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lopcodes.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/loslib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lparser.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lstate.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lstring.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lstrlib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ltable.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ltablib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ltests.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ltm.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lundump.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lutf8lib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lvm.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lzio.o
|
|
306
|
-
cc -shared -Isrc/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/src/include -I/home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua -o target/Linux-x86_64/lib/libaerospike.so target/Linux-x86_64/obj/aerospike/_bin.o target/Linux-x86_64/obj/aerospike/aerospike.o target/Linux-x86_64/obj/aerospike/aerospike_batch.o target/Linux-x86_64/obj/aerospike/aerospike_index.o target/Linux-x86_64/obj/aerospike/aerospike_info.o target/Linux-x86_64/obj/aerospike/aerospike_key.o target/Linux-x86_64/obj/aerospike/aerospike_query.o target/Linux-x86_64/obj/aerospike/aerospike_scan.o target/Linux-x86_64/obj/aerospike/aerospike_stats.o target/Linux-x86_64/obj/aerospike/aerospike_udf.o target/Linux-x86_64/obj/aerospike/as_address.o target/Linux-x86_64/obj/aerospike/as_admin.o target/Linux-x86_64/obj/aerospike/as_async.o target/Linux-x86_64/obj/aerospike/as_batch.o target/Linux-x86_64/obj/aerospike/as_bit_operations.o target/Linux-x86_64/obj/aerospike/as_cdt_ctx.o target/Linux-x86_64/obj/aerospike/as_cdt_internal.o target/Linux-x86_64/obj/aerospike/as_command.o target/Linux-x86_64/obj/aerospike/as_config.o target/Linux-x86_64/obj/aerospike/as_cluster.o target/Linux-x86_64/obj/aerospike/as_error.o target/Linux-x86_64/obj/aerospike/as_event.o target/Linux-x86_64/obj/aerospike/as_event_ev.o target/Linux-x86_64/obj/aerospike/as_event_uv.o target/Linux-x86_64/obj/aerospike/as_event_event.o target/Linux-x86_64/obj/aerospike/as_event_none.o target/Linux-x86_64/obj/aerospike/as_exp_operations.o target/Linux-x86_64/obj/aerospike/as_exp.o target/Linux-x86_64/obj/aerospike/as_hll_operations.o target/Linux-x86_64/obj/aerospike/as_host.o target/Linux-x86_64/obj/aerospike/as_info.o target/Linux-x86_64/obj/aerospike/as_job.o target/Linux-x86_64/obj/aerospike/as_key.o target/Linux-x86_64/obj/aerospike/as_list_operations.o target/Linux-x86_64/obj/aerospike/as_lookup.o target/Linux-x86_64/obj/aerospike/as_map_operations.o target/Linux-x86_64/obj/aerospike/as_node.o target/Linux-x86_64/obj/aerospike/as_operations.o target/Linux-x86_64/obj/aerospike/as_partition.o target/Linux-x86_64/obj/aerospike/as_partition_tracker.o target/Linux-x86_64/obj/aerospike/as_peers.o target/Linux-x86_64/obj/aerospike/as_pipe.o target/Linux-x86_64/obj/aerospike/as_policy.o target/Linux-x86_64/obj/aerospike/as_proto.o target/Linux-x86_64/obj/aerospike/as_query.o target/Linux-x86_64/obj/aerospike/as_query_validate.o target/Linux-x86_64/obj/aerospike/as_record.o target/Linux-x86_64/obj/aerospike/as_record_hooks.o target/Linux-x86_64/obj/aerospike/as_record_iterator.o target/Linux-x86_64/obj/aerospike/as_scan.o target/Linux-x86_64/obj/aerospike/as_shm_cluster.o target/Linux-x86_64/obj/aerospike/as_socket.o target/Linux-x86_64/obj/aerospike/as_tls.o target/Linux-x86_64/obj/aerospike/as_udf.o target/Linux-x86_64/obj/aerospike/version.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/target/Linux-x86_64/obj/common/aerospike/*.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/common/target/Linux-x86_64/obj/common/citrusleaf/*.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/mod-lua/target/Linux-x86_64/obj/*.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lapi.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lauxlib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lbaselib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lcode.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lcorolib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lctype.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ldblib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ldebug.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ldo.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ldump.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lfunc.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lgc.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/linit.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/liolib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/llex.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lmathlib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lmem.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/loadlib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lobject.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lopcodes.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/loslib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lparser.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lstate.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lstring.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lstrlib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ltable.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ltablib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ltests.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/ltm.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lundump.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lutf8lib.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lvm.o /home/dpelini/Documents/pand/aerospike-client-nodejs/aerospike-client-c/modules/lua/lzio.o
|
|
307
|
-
cp -p src/include/aerospike/aerospike_batch.h target/Linux-x86_64/include/aerospike/aerospike_batch.h
|
|
308
|
-
cp -p src/include/aerospike/aerospike.h target/Linux-x86_64/include/aerospike/aerospike.h
|
|
309
|
-
cp -p src/include/aerospike/aerospike_index.h target/Linux-x86_64/include/aerospike/aerospike_index.h
|
|
310
|
-
cp -p src/include/aerospike/aerospike_info.h target/Linux-x86_64/include/aerospike/aerospike_info.h
|
|
311
|
-
cp -p src/include/aerospike/aerospike_key.h target/Linux-x86_64/include/aerospike/aerospike_key.h
|
|
312
|
-
cp -p src/include/aerospike/aerospike_query.h target/Linux-x86_64/include/aerospike/aerospike_query.h
|
|
313
|
-
cp -p src/include/aerospike/aerospike_scan.h target/Linux-x86_64/include/aerospike/aerospike_scan.h
|
|
314
|
-
cp -p src/include/aerospike/aerospike_stats.h target/Linux-x86_64/include/aerospike/aerospike_stats.h
|
|
315
|
-
cp -p src/include/aerospike/aerospike_udf.h target/Linux-x86_64/include/aerospike/aerospike_udf.h
|
|
316
|
-
cp -p src/include/aerospike/as_address.h target/Linux-x86_64/include/aerospike/as_address.h
|
|
317
|
-
cp -p src/include/aerospike/as_admin.h target/Linux-x86_64/include/aerospike/as_admin.h
|
|
318
|
-
cp -p src/include/aerospike/as_async.h target/Linux-x86_64/include/aerospike/as_async.h
|
|
319
|
-
cp -p src/include/aerospike/as_async_proto.h target/Linux-x86_64/include/aerospike/as_async_proto.h
|
|
320
|
-
cp -p src/include/aerospike/as_batch.h target/Linux-x86_64/include/aerospike/as_batch.h
|
|
321
|
-
cp -p src/include/aerospike/as_bin.h target/Linux-x86_64/include/aerospike/as_bin.h
|
|
322
|
-
cp -p src/include/aerospike/as_bit_operations.h target/Linux-x86_64/include/aerospike/as_bit_operations.h
|
|
323
|
-
cp -p src/include/aerospike/as_cdt_ctx.h target/Linux-x86_64/include/aerospike/as_cdt_ctx.h
|
|
324
|
-
cp -p src/include/aerospike/as_cdt_internal.h target/Linux-x86_64/include/aerospike/as_cdt_internal.h
|
|
325
|
-
cp -p src/include/aerospike/as_cdt_order.h target/Linux-x86_64/include/aerospike/as_cdt_order.h
|
|
326
|
-
cp -p src/include/aerospike/as_cluster.h target/Linux-x86_64/include/aerospike/as_cluster.h
|
|
327
|
-
cp -p src/include/aerospike/as_command.h target/Linux-x86_64/include/aerospike/as_command.h
|
|
328
|
-
cp -p src/include/aerospike/as_config.h target/Linux-x86_64/include/aerospike/as_config.h
|
|
329
|
-
cp -p src/include/aerospike/as_conn_pool.h target/Linux-x86_64/include/aerospike/as_conn_pool.h
|
|
330
|
-
cp -p src/include/aerospike/as_cpu.h target/Linux-x86_64/include/aerospike/as_cpu.h
|
|
331
|
-
cp -p src/include/aerospike/as_error.h target/Linux-x86_64/include/aerospike/as_error.h
|
|
332
|
-
cp -p src/include/aerospike/as_event.h target/Linux-x86_64/include/aerospike/as_event.h
|
|
333
|
-
cp -p src/include/aerospike/as_event_internal.h target/Linux-x86_64/include/aerospike/as_event_internal.h
|
|
334
|
-
cp -p src/include/aerospike/as_exp.h target/Linux-x86_64/include/aerospike/as_exp.h
|
|
335
|
-
cp -p src/include/aerospike/as_exp_operations.h target/Linux-x86_64/include/aerospike/as_exp_operations.h
|
|
336
|
-
cp -p src/include/aerospike/as_hll_operations.h target/Linux-x86_64/include/aerospike/as_hll_operations.h
|
|
337
|
-
cp -p src/include/aerospike/as_host.h target/Linux-x86_64/include/aerospike/as_host.h
|
|
338
|
-
cp -p src/include/aerospike/as_info.h target/Linux-x86_64/include/aerospike/as_info.h
|
|
339
|
-
cp -p src/include/aerospike/as_job.h target/Linux-x86_64/include/aerospike/as_job.h
|
|
340
|
-
cp -p src/include/aerospike/as_key.h target/Linux-x86_64/include/aerospike/as_key.h
|
|
341
|
-
cp -p src/include/aerospike/as_listener.h target/Linux-x86_64/include/aerospike/as_listener.h
|
|
342
|
-
cp -p src/include/aerospike/as_list_operations.h target/Linux-x86_64/include/aerospike/as_list_operations.h
|
|
343
|
-
cp -p src/include/aerospike/as_lookup.h target/Linux-x86_64/include/aerospike/as_lookup.h
|
|
344
|
-
cp -p src/include/aerospike/as_map_operations.h target/Linux-x86_64/include/aerospike/as_map_operations.h
|
|
345
|
-
cp -p src/include/aerospike/as_node.h target/Linux-x86_64/include/aerospike/as_node.h
|
|
346
|
-
cp -p src/include/aerospike/as_operations.h target/Linux-x86_64/include/aerospike/as_operations.h
|
|
347
|
-
cp -p src/include/aerospike/as_partition_filter.h target/Linux-x86_64/include/aerospike/as_partition_filter.h
|
|
348
|
-
cp -p src/include/aerospike/as_partition.h target/Linux-x86_64/include/aerospike/as_partition.h
|
|
349
|
-
cp -p src/include/aerospike/as_partition_tracker.h target/Linux-x86_64/include/aerospike/as_partition_tracker.h
|
|
350
|
-
cp -p src/include/aerospike/as_peers.h target/Linux-x86_64/include/aerospike/as_peers.h
|
|
351
|
-
cp -p src/include/aerospike/as_pipe.h target/Linux-x86_64/include/aerospike/as_pipe.h
|
|
352
|
-
cp -p src/include/aerospike/as_policy.h target/Linux-x86_64/include/aerospike/as_policy.h
|
|
353
|
-
cp -p src/include/aerospike/as_poll.h target/Linux-x86_64/include/aerospike/as_poll.h
|
|
354
|
-
cp -p src/include/aerospike/as_proto.h target/Linux-x86_64/include/aerospike/as_proto.h
|
|
355
|
-
cp -p src/include/aerospike/as_query.h target/Linux-x86_64/include/aerospike/as_query.h
|
|
356
|
-
cp -p src/include/aerospike/as_query_validate.h target/Linux-x86_64/include/aerospike/as_query_validate.h
|
|
357
|
-
cp -p src/include/aerospike/as_record.h target/Linux-x86_64/include/aerospike/as_record.h
|
|
358
|
-
cp -p src/include/aerospike/as_record_iterator.h target/Linux-x86_64/include/aerospike/as_record_iterator.h
|
|
359
|
-
cp -p src/include/aerospike/as_scan.h target/Linux-x86_64/include/aerospike/as_scan.h
|
|
360
|
-
cp -p src/include/aerospike/as_shm_cluster.h target/Linux-x86_64/include/aerospike/as_shm_cluster.h
|
|
361
|
-
cp -p src/include/aerospike/as_socket.h target/Linux-x86_64/include/aerospike/as_socket.h
|
|
362
|
-
cp -p src/include/aerospike/as_status.h target/Linux-x86_64/include/aerospike/as_status.h
|
|
363
|
-
cp -p src/include/aerospike/as_tls.h target/Linux-x86_64/include/aerospike/as_tls.h
|
|
364
|
-
cp -p src/include/aerospike/as_udf.h target/Linux-x86_64/include/aerospike/as_udf.h
|
|
365
|
-
cp -p src/include/aerospike/version.h target/Linux-x86_64/include/aerospike/version.h
|