Giter VIP home page Giter VIP logo

lindo's People

Contributors

acivier-serial avatar axel012 avatar clover-lindo avatar dazornsama avatar flashacker-neo avatar juliencoutault avatar nalligator avatar ninodlc avatar prixe avatar riaddaima avatar sylvaincreps avatar zenoxs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lindo's Issues

Multiple Accounts Can't set password

I'm trying to set a password for multiple accounts but, I can't set it like before.
Please help can we just remove the passwords ? No one is going to steal my computer and steal dofus items. xd

Incorrect password

Cannot connect since 01/21/2020 update. It says that password is incorrect but I can connect on mobile app.

Feature Request - Preferred Maps

Just had a thought today and figured it would be an easy but extremely useful utility
(depending on the information you can retrieve from the client)

Preferred Maps:

  • A settings tab that allows you to configure coordinates of maps (Good, Neutral, Bad)
  • An indicator dot on the client that compares your %position to the settings (Green, Yellow, Red)

Essentially, this would allow players to see weather the map they're standing on is their preferred map or somewhere they should avoid combat. This would be extremely useful to anybody who regularly fights mobs in a specific area.

ARM architecture support

Is it possible to add ARM architecture support for computers/chromebooks with ARM processors ?

Here is what I get when I try to run Lindo on my Chromebook (MediaTek Helio P60T) : 

cannot execute binary file: Exec format error

I don't know if adding arm64 as a parameter in the build command is enough to make it work : 

"release:linux": "electron-builder --linux --x64 --arm64"

Bug with space character on some UI elements

Hi, first of all, TY for the app and support,

The problem i have is the following: When i try to search for an item on the market (i'm buyin an item) and the item happen to have a space on its name, the search return empty. Apparently the problem is caused because my "space" is being replaced with an "o" like character.

Steps to reproduce:
1 - Click on the "k" item on the screen to open the market interface.
2 - Click on the search field.
3 - Type a item with a space on the name (ex. raid rayve) and press enter.
4 - I get the message: No category contains items that match "raidorayve"

I'm running windows 10 pro (portuguese). Changing the language of lindo, the game or the OS had no impact on the problem.
I've attached the screenshot of the problem. This only happens in the market buy section, i can filter the items im selling even with spaces on the name:

error
normal
.

wayland error

Lindo do not execute on wayland.
It return this error message :

(Lindo:7238): Gtk-WARNING **: xx:xx:xx.xxx: cannot open display: wayland-0

Even with root privilege, the same error occurs.

Error launching app: Unable to find Electron app

I tried to install this on Kubuntu 18.04 but got the below errors:

0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]~prestart: [email protected]
6 info lifecycle [email protected]~start: [email protected]
7 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]~start: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/seru/Apps/lindo/node_modules/.bin:/home/seru/gems/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
9 verbose lifecycle [email protected]~start: CWD: /home/seru/Apps/lindo
10 silly lifecycle [email protected]~start: Args: [ '-c', 'electron ./' ]
11 silly lifecycle [email protected]~start: Returned: code: 1  signal: null
12 info lifecycle [email protected]~start: Failed to exec start script
13 verbose stack Error: [email protected] start: `electron ./`
13 verbose stack Exit status 1
13 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
13 verbose stack     at EventEmitter.emit (events.js:182:13)
13 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack     at ChildProcess.emit (events.js:182:13)
13 verbose stack     at maybeClose (internal/child_process.js:962:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
14 verbose pkgid [email protected]
15 verbose cwd /home/seru/Apps/lindo
16 verbose Linux 4.15.0-43-generic
17 verbose argv "/usr/bin/node" "/usr/bin/npm" "start"
18 verbose node v10.15.0
19 verbose npm  v6.6.0
20 error code ELIFECYCLE
21 error errno 1
22 error [email protected] start: `electron ./`
22 error Exit status 1
23 error Failed at the [email protected] start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
```

Interface graphique comme sur tablette

Bonjour,

Est-il possible de mettre l'interface comme sur tablette avec la barre des sorts en bas ? Je ne trouve pas dans les options ^^
sinon comptez vous ajouter la possibilité ?
Merci!

Lindo error when I try to open it

Please, help me with this error in lindo: "An error occured in your settings, they will be reseted: Syntax Error: Unexpected token < in JSON at position 0"

Whan should i do?

Segmentation fault[ERR]

I have a problem, when i try to execute ./Lindo in the terminal i get this error: Segmentation fault

i use Manjaro with XFCE4 and this problem appear after update the System

Changing in-game settings for one account resets settings from other accounts

When multiple accounts are running on the same window, each one creates a copy of the settings of all accounts. Meaning that changing the settings of one account won't affect the copies existing on other tabs.
Since these settings are shared in the local storage (or cookies? I don't remember), it means that validating the settings on one account will rollback any setting changed on other tabs.

Currently, the other solution to edit settings for multiple accounts on the same window is start only one account, change the settings, log out then restart with the second account etc.

A problem when I'm trying to do npm-install

Hello, @JulienCoutault .

I'm an indie game developer I'm good at C# and Unity, blender. But I'm clearly new in Node.js, Angular and electron. I wanna add new features to our lindo. I wanna be usefull if you help me to fix my small issue or issues with time :) so please how can I upgrade node-sass version of lindo to 4.13.0. or I should downgrade my node.js ?

Whenever I try to do npm install it gives me an error. I've try to upgrade an downgrade my node-sass -v, and tried to install node js 12x. node didn't work.
I also tried deleting and installing without "package-lock.json"

My versions are:
Node v13.0.1
Npm v6.12.1
node-sass       4.13.0  (Wrapper)       [JavaScript]
libsass         3.5.4   (Sass Compiler) [C/C++]

My versions:
Node v13.0.1
Npm v6.12.1
node-sass 4.13.0 (Wrapper) [JavaScript]
libsass 3.5.4 (Sass Compiler) [C/C++]

2019-11-05T14_43_30_497Z-debug.log

here is my error log:
50999 verbose stack Error: [email protected] postinstall: `node scripts/build.js`
50999 verbose stack Exit status 1
50999 verbose stack     at EventEmitter.<anonymous> (C:\Users\barisgun\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
50999 verbose stack     at EventEmitter.emit (events.js:210:5)
50999 verbose stack     at ChildProcess.<anonymous> (C:\Users\barisgun\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
50999 verbose stack     at ChildProcess.emit (events.js:210:5)
50999 verbose stack     at maybeClose (internal/child_process.js:1028:16)
50999 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
51000 verbose pkgid [email protected]
51001 verbose cwd C:\Users\barisgun\lindo
51002 verbose Windows_NT 10.0.18362
51003 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\barisgun\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install"
51004 verbose node v13.0.1
51005 verbose npm  v6.12.1
51006 error code ELIFECYCLE
51007 error errno 1
51008 error [email protected] postinstall: `node scripts/build.js`
51008 error Exit status 1
51009 error Failed at the [email protected] postinstall script.
51009 error This is probably not a problem with npm. There is likely additional logging output above.
51010 verbose exit [ 1, true ]



Enemies creature mode activated on hide mounts during fights

I've been using this client for a while with my gilfriend and we are both having the same issue, whenever the "hide mounts during fights" feature is enabled all enemies enter creature mode every time we start a new combat.
I'm not sure if this is a bug or if this is on purpose.
PS: Toggling creature mode on and off again will solve this issue.

View Reference

Erreur lors de l'étape "npm install"

Bonjour,

Côté machine, je suis sous Ubuntu 18.04 avec node 11.15.0.

Après avoir récupéré projet avec git clone, je fais npm install et au bout de quelques instants l'installation s'interrompt avec le log suivant:

```42117 verbose stack Error: [email protected] postinstall: node scripts/build.js

42117 verbose stack Exit status 1

42117 verbose stack at EventEmitter.(/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)

42117 verbose stack at EventEmitter.emit (events.js:210:5)

42117 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)

42117 verbose stack at ChildProcess.emit (events.js:210:5)

42117 verbose stack at maybeClose (internal/child_process.js:1028:16)

42117 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)

42118 verbose pkgid [email protected]

42119 verbose cwd /home/etienne/developpement/electron/lindo

42120 verbose Linux 5.0.0-36-generic

42121 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"

42122 verbose node v13.1.0

42123 verbose npm v6.12.1

42124 error code ELIFECYCLE

42125 error errno 1

42126 error [email protected] postinstall: node scripts/build.js

42126 error Exit status 1

42127 error Failed at the [email protected] postinstall script.

42127 error This is probably not a problem with npm. There is likely additional logging output above.

42128 verbose exit [ 1, true ]```

J'ai testé diverses solutions par rapport à node-sass, si quelqu'un à une piste je suis preneur :-).

Merci d'avance.

Audio problem

I disabled game-audio.
After i wanted to edit shorcuts.
When i opened the shortcuts window, audio toggled on, without changing the icon on the below window.
The audio was still working when i closed the shortcuts window!

I think that is a bug :)

npm install faling on macOS Catalina

Command run: npm run build:dev

[email protected] install /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/fsevents
node install

node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.4/fse-v1.2.4-node-v72-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:221:
In file included from ../../nan/nan_converters.h:67:
../../nan/nan_converters_43_inl.h:22:1: warning: 'ToBoolean' is deprecated: ToBoolean can never throw. Use Local version. [-Wdeprecated-declarations]
X(Boolean)
^
../../nan/nan_converters_43_inl.h:18:12: note: expanded from macro 'X'
val->To ## TYPE(isolate->GetCurrentContext())
^
:204:1: note: expanded from here
ToBoolean
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:2567:3: note: 'ToBoolean' has been explicitly marked deprecated here
V8_DEPRECATED("ToBoolean can never throw. Use Local version.",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:221:
In file included from ../../nan/nan_converters.h:67:
../../nan/nan_converters_43_inl.h:40:1: warning: 'BooleanValue' is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
X(bool, Boolean)
^
../../nan/nan_converters_43_inl.h:37:15: note: expanded from macro 'X'
return val->NAME ## Value(isolate->GetCurrentContext());
^
:211:1: note: expanded from here
BooleanValue
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:2605:3: note: 'BooleanValue' has been explicitly marked deprecated here
V8_DEPRECATED("BooleanValue can never throw. Use Isolate version.",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:222:
In file included from ../../nan/nan_new.h:189:
../../nan/nan_implementation_12_inl.h:103:42: error: no viable conversion from 'v8::Isolate *' to 'Localv8::Context'
return scope.Escape(v8::Function::New( isolate
^~~~~~~
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:183:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'v8::Isolate *' to 'const v8::Localv8::Context &' for 1st argument
class Local {
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:183:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'v8::Isolate ' to 'v8::Localv8::Context &&' for 1st argument
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:187:13: note: candidate template ignored: could not match 'Local' against 'v8::Isolate '
V8_INLINE Local(Local that)
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:4171:22: note: passing argument to parameter 'context' here
Local context, FunctionCallback callback,
^
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:222:
In file included from ../../nan/nan_new.h:189:
../../nan/nan_implementation_12_inl.h:337:37: error: too few arguments to function call, expected 2, have 1
return v8::StringObject::New(value).Asv8::StringObject();
~~~~~~~~~~~~~~~~~~~~~ ^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:5426:3: note: 'New' declared here
static Local New(Isolate
isolate, Local value);
^
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:222:
In file included from ../../nan/nan_new.h:189:
../../nan/nan_implementation_12_inl.h:337:58: error: expected '(' for function-style cast or type construction
return v8::StringObject::New(value).Asv8::StringObject();
~~~~~~~~~~~~~~~~^
../../nan/nan_implementation_12_inl.h:337:60: error: expected expression
return v8::StringObject::New(value).Asv8::StringObject();
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:1063:44: error: no matching member function for call to 'ToString'
v8::Localv8::String string = from->ToString();
~~~~~~^~~~~~~~
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:2572:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal ToString(
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:2588:31: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local ToString(Isolate
isolate) const);
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:1073:37: error: cannot initialize a parameter of type 'v8::Isolate ' with an lvalue of type 'char '
length_ = string->WriteUtf8(str_, static_cast(len), 0, flags);
^~~~
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:2782:26: note: passing argument to parameter 'isolate' here
int WriteUtf8(Isolate
isolate, char
buffer, int length = -1,
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:1847:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
New(persistentHandle)->Set(New(key).ToLocalChecked(), value);
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:1853:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
New(persistentHandle)->Set(key, value);
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:1859:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
New(persistentHandle)->Set(index, value);
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3411:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:1865:32: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations]
New(persistentHandle)->Get(New(key).ToLocalChecked()));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3457:3: note: 'Get' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", Local Get(Local key));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:1871:48: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations]
return scope.Escape(New(persistentHandle)->Get(key));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3457:3: note: 'Get' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", Local Get(Local key));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:6:
../../nan/nan.h:1876:48: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations]
return scope.Escape(New(persistentHandle)->Get(index));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3461:3: note: 'Get' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", Local Get(uint32_t index));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:2690:
../../nan/nan_object_wrap.h:24:25: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraitsv8::Object >'
assert(persistent().IsNearDeath());
~~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? _assert_rtn(func, FILE, LINE, #e) : (void)0)
^
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:2690:
../../nan/nan_object_wrap.h:67:18: warning: 'MarkIndependent' is deprecated: Weak objects are always considered independent. Use TracedGlobal when trying to use EmbedderHeapTracer. Use a strong handle when trying to keep an object alive. [-Wdeprecated-declarations]
persistent().MarkIndependent();
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:563:3: note: 'MarkIndependent' has been explicitly marked deprecated here
V8_DEPRECATED(
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:2690:
../../nan/nan_object_wrap.h:124:26: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraitsv8::Object >'
assert(wrap->handle
.IsNearDeath());
~~~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(func, FILE, LINE, #e) : (void)0)
^
../fsevents.cc:50:32: error: no template named 'Handle' in namespace 'v8'
static void Initialize(v8::Handlev8::Object exports);
~~~~^
../fsevents.cc:63:6: warning: field 'async_resource' will be initialized after field 'lockStarted' [-Wreorder]
: async_resource("fsevents:FSEvents"), lockStarted(false) {
^
In file included from ../fsevents.cc:82:
../src/constants.cc:89:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagNone").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagNone));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:90:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagMustScanSubDirs").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagMustScanSubDirs));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:91:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagUserDropped").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagUserDropped));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:92:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagKernelDropped").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagKernelDropped));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:93:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagEventIdsWrapped").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagEventIdsWrapped));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:94:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagHistoryDone").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagHistoryDone));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:95:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagRootChanged").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagRootChanged));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:96:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagMount").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagMount));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:97:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagUnmount").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagUnmount));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:98:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagItemCreated").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagItemCreated));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:99:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagItemRemoved").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagItemRemoved));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:100:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagItemInodeMetaMod").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagItemInodeMetaMod));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:101:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagItemRenamed").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagItemRenamed));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:102:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagItemModified").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagItemModified));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:103:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagItemFinderInfoMod").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagItemFinderInfoMod));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:104:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagItemChangeOwner").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagItemChangeOwner));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:105:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagItemXattrMod").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagItemXattrMod));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:106:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagItemIsFile").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagItemIsFile));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:107:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagItemIsDir").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagItemIsDir));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../fsevents.cc:82:
../src/constants.cc:108:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
object->Set(Nan::Newv8::String("kFSEventStreamEventFlagItemIsSymlink").ToLocalChecked(), Nan::Newv8::Integer(kFSEventStreamEventFlagItemIsSymlink));
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
../fsevents.cc:85:16: error: variable has incomplete type 'void'
void FSEvents::Initialize(v8::Handlev8::Object exports) {
^
../fsevents.cc:85:31: error: no member named 'Handle' in namespace 'v8'
void FSEvents::Initialize(v8::Handlev8::Object exports) {
~~~~^
../fsevents.cc:85:48: error: expected '(' for function-style cast or type construction
void FSEvents::Initialize(v8::Handlev8::Object exports) {
~~~~~~~~~~^
../fsevents.cc:85:50: error: use of undeclared identifier 'exports'
void FSEvents::Initialize(v8::Handlev8::Object exports) {
^
../fsevents.cc:85:58: error: expected ';' after top level declarator
void FSEvents::Initialize(v8::Handlev8::Object exports) {
^
;
30 warnings and 14 errors generated.
make: *** [Release/obj.target/fse/fsevents.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:210:5)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 19.0.0
gyp ERR! command "/usr/local/Cellar/node/12.12.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64" "--napi_version=5" "--node_abi_napi=napi"
gyp ERR! cwd /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/fsevents
gyp ERR! node -v v12.12.0
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/Cellar/node/12.12.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node --module_name=fse --module_path=/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64 --napi_version=5 --node_abi_napi=napi' (1)
node-pre-gyp ERR! stack at ChildProcess. (/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:210:5)
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1021:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
node-pre-gyp ERR! System Darwin 19.0.0
node-pre-gyp ERR! command "/usr/local/Cellar/node/12.12.0/bin/node" "/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/fsevents
node-pre-gyp ERR! node -v v12.12.0
node-pre-gyp ERR! node-pre-gyp -v v0.10.0
node-pre-gyp ERR! not ok
Failed to execute '/usr/local/Cellar/node/12.12.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node --module_name=fse --module_path=/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64 --napi_version=5 --node_abi_napi=napi' (1)

[email protected] install /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/webpack-dev-server/node_modules/fsevents
node install

node-pre-gyp WARN Using request for node-pre-gyp https download
[fsevents] Success: "/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/webpack-dev-server/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node" is installed via remote

[email protected] install /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-sass
node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.3/darwin-x64-72_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.9.3/darwin-x64-72_binding.node":

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.

  export HTTP_PROXY=http://example.com:1234

or configure npm proxy via

  npm config set proxy http://example.com:8080

[email protected] postinstall /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/webpack/node_modules/uglifyjs-webpack-plugin
node lib/post_install.js

[email protected] postinstall /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-sass
node scripts/build.js

Building: /usr/local/Cellar/node/12.12.0/bin/node /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [
gyp verb cli '/usr/local/Cellar/node/12.12.0/bin/node',
gyp verb cli '/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library='
gyp verb cli ]
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb which succeeded python2 /usr/bin/python2
gyp verb check python version /usr/bin/python2 -c "import sys; print "2.7.16 gyp verb check python version .%s.%s" % sys.version_info[:3];" returned: %j
gyp verb get node dir no --target version specified, falling back to host node version: 12.12.0
gyp verb command install [ '12.12.0' ]
gyp verb install input version string "12.12.0"
gyp verb install installing version: 12.12.0
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: 12.12.0
gyp verb build dir attempting to create "build" dir: /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-sass/build/config.gypi
gyp verb config.gypi checking for gypi file: /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-sass/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /usr/bin/python2
gyp info spawn args [
gyp info spawn args '/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-sass/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/bruno/.node-gyp/12.12.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/bruno/.node-gyp/12.12.0',
gyp info spawn args '-Dnode_gyp_dir=/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/Users/bruno/.node-gyp/12.12.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-sass',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.'
gyp info spawn args ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /Users/bruno/.node-gyp/12.12.0
gyp verb which succeeded for make /usr/bin/make
gyp info spawn make
gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o ../src/libsass/src/ast_fwd_decl.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/backtrace.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/backtrace.o ../src/libsass/src/backtrace.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp
cc '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c
../src/libsass/src/cencode.c:50:5: warning: declaration does not declare anything [-Wmissing-declarations]
attribute ((fallthrough));
^
../src/libsass/src/cencode.c:64:5: warning: declaration does not declare anything [-Wmissing-declarations]
attribute ((fallthrough));
^
2 warnings generated.
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/check_nesting.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/check_nesting.o ../src/libsass/src/check_nesting.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o ../src/libsass/src/memory/SharedPtr.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/operators.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/operators.o ../src/libsass/src/operators.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/subset_map.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/subset_map.o ../src/libsass/src/subset_map.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.4"' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp
rm -f Release/sass.a && ./gyp-mac-tool filter-libtool libtool -static -o Release/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o Release/obj.target/libsass/src/libsass/src/backtrace.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/check_nesting.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/operators.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/subset_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
c++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/bruno/.node-gyp/12.12.0/include/node -I/Users/bruno/.node-gyp/12.12.0/src -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/config -I/Users/bruno/.node-gyp/12.12.0/deps/openssl/openssl/include -I/Users/bruno/.node-gyp/12.12.0/deps/uv/include -I/Users/bruno/.node-gyp/12.12.0/deps/zlib -I/Users/bruno/.node-gyp/12.12.0/deps/v8/include -I../../nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++1y -stdlib=libc++ -fno-rtti -fno-exceptions -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw -c -o Release/obj.target/binding/src/binding.o ../src/binding.cpp
In file included from ../src/binding.cpp:1:
In file included from ../../nan/nan.h:221:
In file included from ../../nan/nan_converters.h:67:
../../nan/nan_converters_43_inl.h:22:1: warning: 'ToBoolean' is deprecated: ToBoolean can never throw. Use Local version. [-Wdeprecated-declarations]
X(Boolean)
^
../../nan/nan_converters_43_inl.h:18:12: note: expanded from macro 'X'
val->To ## TYPE(isolate->GetCurrentContext())
^
:72:1: note: expanded from here
ToBoolean
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:2567:3: note: 'ToBoolean' has been explicitly marked deprecated here
V8_DEPRECATED("ToBoolean can never throw. Use Local version.",
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../src/binding.cpp:1:
In file included from ../../nan/nan.h:221:
In file included from ../../nan/nan_converters.h:67:
../../nan/nan_converters_43_inl.h:40:1: warning: 'BooleanValue' is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
X(bool, Boolean)
^
../../nan/nan_converters_43_inl.h:37:15: note: expanded from macro 'X'
return val->NAME ## Value(isolate->GetCurrentContext());
^
:79:1: note: expanded from here
BooleanValue
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:2605:3: note: 'BooleanValue' has been explicitly marked deprecated here
V8_DEPRECATED("BooleanValue can never throw. Use Isolate version.",
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../src/binding.cpp:1:
In file included from ../../nan/nan.h:222:
In file included from ../../nan/nan_new.h:189:
../../nan/nan_implementation_12_inl.h:103:42: error: no viable conversion from 'v8::Isolate *' to 'Localv8::Context'
return scope.Escape(v8::Function::New( isolate
^~~~~~~
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:183:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'v8::Isolate ' to 'const v8::Localv8::Context &' for 1st argument
class Local {
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:183:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'v8::Isolate ' to 'v8::Localv8::Context &&' for 1st argument
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:187:13: note: candidate template ignored: could not match 'Local' against 'v8::Isolate '
V8_INLINE Local(Local that)
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:4171:22: note: passing argument to parameter 'context' here
Local context, FunctionCallback callback,
^
In file included from ../src/binding.cpp:1:
In file included from ../../nan/nan.h:222:
In file included from ../../nan/nan_new.h:189:
../../nan/nan_implementation_12_inl.h:337:37: error: too few arguments to function call, expected 2, have 1
return v8::StringObject::New(value).Asv8::StringObject();
~~~~~~~~~~~~~~~~~~~~~ ^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:5426:3: note: 'New' declared here
static Local New(Isolate
isolate, Local value);
^
In file included from ../src/binding.cpp:1:
In file included from ../../nan/nan.h:222:
In file included from ../../nan/nan_new.h:189:
../../nan/nan_implementation_12_inl.h:337:58: error: expected '(' for function-style cast or type construction
return v8::StringObject::New(value).Asv8::StringObject();
~~~~~~~~~~~~~~~~^
../../nan/nan_implementation_12_inl.h:337:60: error: expected expression
return v8::StringObject::New(value).Asv8::StringObject();
^
In file included from ../src/binding.cpp:1:
../../nan/nan.h:1063:44: error: no matching member function for call to 'ToString'
v8::Localv8::String string = from->ToString();
~~~~~~^~~~~~~~
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:2572:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal ToString(
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:2588:31: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local ToString(Isolate
isolate) const);
^
In file included from ../src/binding.cpp:1:
../../nan/nan.h:1073:37: error: cannot initialize a parameter of type 'v8::Isolate ' with an lvalue of type 'char '
length_ = string->WriteUtf8(str_, static_cast(len), 0, flags);
^~~~
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:2782:26: note: passing argument to parameter 'isolate' here
int WriteUtf8(Isolate
isolate, char
buffer, int length = -1,
^
In file included from ../src/binding.cpp:1:
../../nan/nan.h:1847:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
New(persistentHandle)->Set(New(key).ToLocalChecked(), value);
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../src/binding.cpp:1:
../../nan/nan.h:1853:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
New(persistentHandle)->Set(key, value);
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../src/binding.cpp:1:
../../nan/nan.h:1859:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
New(persistentHandle)->Set(index, value);
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:3411:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../src/binding.cpp:1:
../../nan/nan.h:1865:32: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations]
New(persistentHandle)->Get(New(key).ToLocalChecked()));
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:3457:3: note: 'Get' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", Local Get(Local key));
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../src/binding.cpp:1:
../../nan/nan.h:1871:48: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations]
return scope.Escape(New(persistentHandle)->Get(key));
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:3457:3: note: 'Get' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", Local Get(Local key));
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../src/binding.cpp:1:
../../nan/nan.h:1876:48: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations]
return scope.Escape(New(persistentHandle)->Get(index));
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:3461:3: note: 'Get' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", Local Get(uint32_t index));
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../src/binding.cpp:1:
In file included from ../../nan/nan.h:2690:
../../nan/nan_object_wrap.h:24:25: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraitsv8::Object >'
assert(persistent().IsNearDeath());
~~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? _assert_rtn(func, FILE, LINE, #e) : (void)0)
^
In file included from ../src/binding.cpp:1:
In file included from ../../nan/nan.h:2690:
../../nan/nan_object_wrap.h:67:18: warning: 'MarkIndependent' is deprecated: Weak objects are always considered independent. Use TracedGlobal when trying to use EmbedderHeapTracer. Use a strong handle when trying to keep an object alive. [-Wdeprecated-declarations]
persistent().MarkIndependent();
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:563:3: note: 'MarkIndependent' has been explicitly marked deprecated here
V8_DEPRECATED(
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
In file included from ../src/binding.cpp:1:
In file included from ../../nan/nan.h:2690:
../../nan/nan_object_wrap.h:124:26: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraitsv8::Object >'
assert(wrap->handle
.IsNearDeath());
~~~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(func, FILE, LINE, #e) : (void)0)
^
In file included from ../src/binding.cpp:1:
../../nan/nan.h:2370:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
recv->Set(name, GetFunction(tpl).ToLocalChecked());
^
../../nan/nan.h:2386:8: note: in instantiation of function template specialization 'Nan::imp::SetMethodAux<v8::Localv8::Object >' requested here
imp::SetMethodAux(recv, fn_name, t, static_cast<T
>(0));
^
../src/binding.cpp:351:8: note: in instantiation of function template specialization 'Nan::SetMethod<v8::Object, Local>' requested here
Nan::SetMethod(target, "render", render);
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version",
^
/Users/bruno/.node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
declarator attribute((deprecated(message)))
^
10 warnings and 8 errors generated.
make: *** [Release/obj.target/binding/src/binding.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:210:5)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 19.0.0
gyp ERR! command "/usr/local/Cellar/node/12.12.0/bin/node" "/Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /Users/bruno/Documents/Dev/dofus-traderjs/lindo/node_modules/node-sass
gyp ERR! node -v v12.12.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
npm WARN [email protected] No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/7zip-bin-linux):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"any"} (current: {"os":"darwin","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/7zip-bin-win):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"any"} (current: {"os":"darwin","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] install: node install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/bruno/.npm/_logs/2019-11-19T23_28_08_487Z-debug.log

Unable to build

Hi all,

Pour commencer, je suis très rouillé dans ce type de projets et je n'ai jamais travaillé sur de vrais projets electron/angular.

Je viens de découvrir lindo et ai pour objectif d'ajouter un script pour une première automatisation de déplacements puis extraction des prix en hôtel de vente.

Je tourne sur Kali linux dans une VM toute fraiche.

/lindo$ npm -v
8.10.0
/lindo$ nodejs -v
v16.14.2

La commande /lindo$ npm ci s'est terminée avec pas mal d'erreurs.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]

Du coup, à tors ou à raison, je suis passé par npm install --legacy-peer-deps --force.

Suite à ça je voulais lancer le build mais j'ai l'erreur suivante que je n'arrive pas à passer :

┌──(kali㉿kali)-[~/Documents/projects/lindo]
└─$ npm run build:dev    
résultat
> [email protected] build:dev
> npm run build:electron:dev && ng build --watch


> [email protected] build:electron:dev
> tsc -p electron/ && ncp electron/i18n dist/electron/i18n

electron/windows/main-window.ts:58:17 - error TS2322: Type '{ defaultFontSize: number; defaultEncoding: string; backgroundThrottling: false; allowRunningInsecureContent: true; webSecurity: false; partition: string; nodeIntegration: true; contextIsolation: false; enableRemoteModule: true; }' is not assignable to type 'WebPreferences'.
  Object literal may only specify known properties, and 'enableRemoteModule' does not exist in type 'WebPreferences'.

58                 enableRemoteModule: true
                   ~~~~~~~~~~~~~~~~~~~~~~~~

  node_modules/electron/electron.d.ts:13098:5
    13098     webPreferences?: WebPreferences;
              ~~~~~~~~~~~~~~
    The expected type comes from property 'webPreferences' which is declared here on type 'BrowserWindowConstructorOptions'

electron/windows/update-window.ts:32:17 - error TS2322: Type '{ webSecurity: false; nodeIntegration: true; contextIsolation: false; enableRemoteModule: true; }' is not assignable to type 'WebPreferences'.
  Object literal may only specify known properties, and 'enableRemoteModule' does not exist in type 'WebPreferences'.

32                 enableRemoteModule: true
                   ~~~~~~~~~~~~~~~~~~~~~~~~

  node_modules/electron/electron.d.ts:13098:5
    13098     webPreferences?: WebPreferences;
              ~~~~~~~~~~~~~~
    The expected type comes from property 'webPreferences' which is declared here on type 'BrowserWindowConstructorOptions'


Found 2 errors.

Je ne vois pas vraiment d'où le problème vient. J'ai donc lancé la première commande du build:dev avec le résultat suivant :
/lindo $ tsc -p electron/

résultat
└─$ tsc -p electron/
electron/settings/settings.ts:129:21 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?

129                     resolve();
                        ~~~~~~~~~

  ../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
    33     new <T>(executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => void): Promise<T>;
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~
    An argument for 'value' was not provided.

electron/update/update-app.ts:50:21 - error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?

50                     resolve();
                       ~~~~~~~~~

  ../../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts:33:34
    33     new <T>(executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => void): Promise<T>;
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~
    An argument for 'value' was not provided.

electron/windows/main-window.ts:58:17 - error TS2322: Type '{ defaultFontSize: number; defaultEncoding: string; backgroundThrottling: false; allowRunningInsecureContent: true; webSecurity: false; partition: string; nodeIntegration: true; contextIsolation: false; enableRemoteModule: true; }' is not assignable to type 'WebPreferences'.
  Object literal may only specify known properties, and 'enableRemoteModule' does not exist in type 'WebPreferences'.

58                 enableRemoteModule: true
                   ~~~~~~~~~~~~~~~~~~~~~~~~

  node_modules/electron/electron.d.ts:13098:5
    13098     webPreferences?: WebPreferences;
              ~~~~~~~~~~~~~~
    The expected type comes from property 'webPreferences' which is declared here on type 'BrowserWindowConstructorOptions'

electron/windows/update-window.ts:32:17 - error TS2322: Type '{ webSecurity: false; nodeIntegration: true; contextIsolation: false; enableRemoteModule: true; }' is not assignable to type 'WebPreferences'.
  Object literal may only specify known properties, and 'enableRemoteModule' does not exist in type 'WebPreferences'.

32                 enableRemoteModule: true
                   ~~~~~~~~~~~~~~~~~~~~~~~~

  node_modules/electron/electron.d.ts:13098:5
    13098     webPreferences?: WebPreferences;
              ~~~~~~~~~~~~~~
    The expected type comes from property 'webPreferences' which is declared here on type 'BrowserWindowConstructorOptions'


Found 4 errors in 4 files.

Errors  Files
     1  electron/settings/settings.ts:129
     1  electron/update/update-app.ts:50
     1  electron/windows/main-window.ts:58
     1  electron/windows/update-window.ts:32

Je suis un peu perdu, si vous avez quelques conseils, je suis preneur ;)

-- Val

Ecran gris sur la v2.0.0 beta 8 version mac

Bonjour,

Je me suis rendu compte que la release beta 8 sur la version mac OS présente un bug au lancement de l'application, l'écran reste gris et ce après avoir testé sur deux différentes machines :

  • Macbook Pro 2015 macOS Sierra
  • Mac Pro 2009 macOS Yosemite

BAIXEI O DOFUS LINDO PELO SITE E TOMEI HACK

baixei o dofus lindo pelo site e alguns dias depois tomei hack,
nunca passei minha senha para ninguem e uso apenas pelo meu computador pessoal e porem so mexeram nos itens mais importantes e nas kamas.

(Lindo:4060): Pango-ERROR

(Lindo:4060): Pango-ERROR **: 17:38:01.125: Harfbuzz version too old (1.4.2)

trap' para punto de parada/seguimiento (core' generado)

Server settings set to "Early" blocks Lindo when Early servers are off

Description

If Lindo is set to pull files from the Early version of Dofus Touch, but the Early servers are off, the update can't complete, preventing Lindo from starting. The user can't revert the setting from the interface.

Idea of solution

This should "fix" many cases of users stuck in the downloading process.

When an error is detected during the downloading process, or if the percentage hasn't moved during 20-30s, we could show a button that will allow the user to:

  • Clear the game folder,
  • Then, set the server setting back to production servers (not Early),
  • Finally, restart Lindo (and thus the downloading process)

Mac OS infinite downloading

Today I downloaded Lindo 2.6.0.
It is being hanged on updating forever with progress bar filled in completely.
Here are the logs from console if I run TouchEmu from Contents/MacOS folder:

info: [UPDATE] Checking for updates
info: [UPDATE] Downloading manifests
info: [UPDATE] Lindo manifest downloaded
info: [UPDATE] Dofus Touch manifest downloaded
info: [UPDATE] Assets map downloaded
info: [UPDATE] Manifests downloaded
info: [UPDATE] Updating required files
info: [UPDATE] Downloaded missing files from one manifest
info: [UPDATE] Downloaded missing files from one manifest
info: [UPDATE] Getting new versions numbers
info: [UPDATE] Applying regex...
info: [UPDATE] Regex applied. Saving files
info: [UPDATE] Files saved
info: [UPDATE] buildVersion: 1.53.6, appVersion: 3.2.5

I am on Big Sur 11.6 Mac OS

optimzed emulator

Hi, How do I optimize the emulator? consumes a lot of processor resources

RAM consumption

I'm playing on the same map of the arena, and the RAM increase about 300MB every fight.

Change character doesn't change anything to this.
Here's my ram before stopping lindo and after launching it again, and logging with the same amount of accounts :

image
image

Do you have an idea of what can cause this increase of ram every fight ?

Erreur au lancement / téléchargement

Hello,

J'ai une erreur de lancement lié au téléchargement, sur la dernière version du git. Voici mes logs :

info: [UPDATE] Checking for updates
info: [UPDATE] Updating required files
info: [UPDATE] Downloaded missing files from one manifest
info: [UPDATE] Downloaded missing files from one manifest
info: [UPDATE] Getting new versions numbers
info: [UPDATE] Applying regex...
info: [UPDATE] Regex applied. Saving files
info: [UPDATE] Files saved
info: [UPDATE] buildVersion: 1.43.13, appVersion: 1.16.9
info: [UPDATE] Failed on queued function! Retrying... (1)
info: [UPDATE] Failed on queued function! Retrying... (1)
info: [UPDATE] Failed on queued function! Retrying... (1)
info: [UPDATE] Failed on queued function! Retrying... (1)
info: [UPDATE] Failed on queued function! Retrying... (1)

Des idées pour résoudre cela ?

Merci

tunneling socket could not be established Ubuntu 16.04

Hi, i'm using ubuntu 16.04. When I launch lindo (version 2.1.3), I get this :

info: [SETTING] Checking settings integrity..
info: [SETTING] Settings are correct.
info: [UPDATE] Check the application version..
info: [UPDATE] Application is up to date.
info: [UPDATE] Game update started..
info: [UPDATE] Checking for updates
error: tunneling socket could not be established, cause=write EPROTO 140109182671488:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../../vendor/node/deps/openssl/openssl/ssl/s23_clnt.c:797:

I'm using OpenSSL 1.0.2l (25 May 2017).

Thanks for your help.

LightGreen.png - Update Bug

So today i opened my lindo and he couldn't update because the launcher couldn't find the file "LightGreen.png" and delete it from "\AppData\Roaming\Lindo\game\assets\ui\bars", a solution for this is creating an LightGreen.png file an put on the directory and open lindo again, it worked for me and may help others until this bug is fixed.

Sorry for my bad english.

Risque de takedown DMCA du repo

Salut, je viens juste pour vous prévenir qu’il y a un risque très important que ce repo se fasse takedown. TouchEmu, un autre émulateur (ou plutôt fork de no-emu amélioré), vient d’être takedown.
Le lien du dmca: https://github.com/github/dmca/blob/master/2018/2018-02-09-Ankama.md
La procédure est assez lente puisque c’est Ankama mais d’ici 2 mois environ vous allez recevoir la même chose je pense ;).
Bonne continuation pour le développement et essayez d’avoir un gitlab (ou github mais c’est payant) privé de backup au cas ou, on sait jamais !

Performance issues

Hello

I feel a strong performance issues when I play more than 2 hours.
Macbook fan is working full and battery going 0 faster than normal games.

Why is that happen?

MacBook Pro (15-inch 2019)
2,3 GHz 8-Core Intel Core i9
16 GB 2400 MHz DDR4
Radeon Pro 560X 4 GB

Spoofer per character tab

Ankama have implement a new method to detect the people with the emulator. I imagined that the way that they do that is asking for the Mac address of the device or something that they can ask from an Android / IOS phone that the emulator don't have it.

Feature Request - Show the group level and the stars of the monsters out of combat

Hello,

I don't know if this is the right place to request a new feature in the game.

There is the possibility that they add a functionality to be able to see the level of the party, the stars and the experience of the monsters out of combat without having to click and hold.
That is to say, it would serve to be able to see the information of the monsters, which is displayed in a similar way to how the life information bar in combat, but in this case it shows the level of the group, the stars and the experience that will give of the monsters. This would be out of combat on each map, which can be turned on and off with a keyboard shortcut.

Hope you see it as an improvement.

Greetings!

Nope

C:\Work\lindo\lindo [master ≡ +0 ~1 -0 !]> npm run release:win

[email protected] release:win C:\Work\lindo\lindo
build --win --x64 --ia32

• electron-builder version=19.55.3
• loaded configuration file=package.json ("build" field)
• writing effective config file=releases\electron-builder.yaml
• no native production dependencies
• packaging platform=win32 arch=x64 electron=1.8.2 appOutDir=releases\win-unpacked
Error: Application entry file "dist\electron\main.js" in the "C:\Work\lindo\lindo\releases\win-unpacked\resources\app.asar" does not exist. Seems like a wrong configuration.
at error (C:\Work\lindo\lindo\node_modules\electron-builder-lib\src\asar\asarFileChecker.ts:7:12)
at C:\Work\lindo\lindo\node_modules\electron-builder-lib\src\asar\asarFileChecker.ts:33:11
at Generator.next ()
at C:\Work\lindo\lindo\node_modules\graceful-fs\polyfills.js:287:18
at FSReqWrap.oncomplete (fs.js:155:5)
From previous event:
at checkFileInArchive (C:\Work\lindo\lindo\node_modules\electron-builder-lib\out\asar\asarFileChecker.js:46:21)
at C:\Work\lindo\lindo\node_modules\electron-builder-lib\src\platformPackager.ts:323:13
at Generator.next ()
From previous event:
at WinPackager.checkFileInPackage (C:\Work\lindo\lindo\node_modules\electron-builder-lib\out\platformPackager.js:408:11)
at C:\Work\lindo\lindo\node_modules\electron-builder-lib\src\platformPackager.ts:371:16
at Generator.next ()
at C:\Work\lindo\lindo\node_modules\graceful-fs\polyfills.js:287:18
at FSReqWrap.oncomplete (fs.js:155:5)
From previous event:
at WinPackager.sanityCheckPackage (C:\Work\lindo\lindo\node_modules\electron-builder-lib\out\platformPackager.js:426:11)
at C:\Work\lindo\lindo\node_modules\electron-builder-lib\src\platformPackager.ts:213:16
at Generator.next ()
at runCallback (timers.js:705:18)
at tryOnImmediate (timers.js:676:5)
at processImmediate (timers.js:658:5)
From previous event:
at WinPackager.doPack (C:\Work\lindo\lindo\node_modules\electron-builder-lib\out\platformPackager.js:284:11)
at C:\Work\lindo\lindo\node_modules\electron-builder-lib\src\platformPackager.ts:114:16
at Generator.next ()
From previous event:
at WinPackager.pack (C:\Work\lindo\lindo\node_modules\electron-builder-lib\out\platformPackager.js:202:11)
at C:\Work\lindo\lindo\node_modules\electron-builder-lib\src\packager.ts:364:24
at Generator.next ()
at xfs.stat (C:\Work\lindo\lindo\node_modules\fs-extra-p\node_modules\fs-extra\lib\mkdirs\mkdirs.js:56:16)
at C:\Work\lindo\lindo\node_modules\graceful-fs\polyfills.js:287:18
at FSReqWrap.oncomplete (fs.js:155:5)
From previous event:
at Packager.doBuild (C:\Work\lindo\lindo\node_modules\electron-builder-lib\out\packager.js:432:11)
at C:\Work\lindo\lindo\node_modules\electron-builder-lib\src\packager.ts:308:52
at Generator.next ()
at C:\Work\lindo\lindo\node_modules\graceful-fs\graceful-fs.js:99:16
at C:\Work\lindo\lindo\node_modules\graceful-fs\graceful-fs.js:43:10
at FSReqWrap.oncomplete (fs.js:141:20)
From previous event:
at Packager._build (C:\Work\lindo\lindo\node_modules\electron-builder-lib\out\packager.js:376:11)
at C:\Work\lindo\lindo\node_modules\electron-builder-lib\src\packager.ts:270:23
at Generator.next ()
at runCallback (timers.js:705:18)
at tryOnImmediate (timers.js:676:5)
at processImmediate (timers.js:658:5)
From previous event:
at Packager.build (C:\Work\lindo\lindo\node_modules\electron-builder-lib\out\packager.js:332:11)
at C:\Work\lindo\lindo\node_modules\electron-builder\src\builder.ts:310:40
at Generator.next ()
From previous event:
at _build (C:\Work\lindo\lindo\node_modules\electron-builder\out\builder.js:61:21)
at build (C:\Work\lindo\lindo\node_modules\electron-builder\src\builder.ts:280:10)
at then (C:\Work\lindo\lindo\node_modules\electron-builder\src\cli\cli.ts:48:33)
at runCallback (timers.js:705:18)
at tryOnImmediate (timers.js:676:5)
at processImmediate (timers.js:658:5)
From previous event:
at Object.args [as handler] (C:\Work\lindo\lindo\node_modules\electron-builder\src\cli\cli.ts:48:33)
at Object.runCommand (C:\Work\lindo\lindo\node_modules\electron-builder\node_modules\yargs\lib\command.js:235:44)
at Object.parseArgs [as _parseArgs] (C:\Work\lindo\lindo\node_modules\electron-builder\node_modules\yargs\yargs.js:1074:24)
at Object.get [as argv] (C:\Work\lindo\lindo\node_modules\electron-builder\node_modules\yargs\yargs.js:989:21)
at Object. (C:\Work\lindo\lindo\node_modules\electron-builder\src\cli\cli.ts:42:15)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:741:12)
at startup (internal/bootstrap/node.js:285:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:739:3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.