Giter Club home page Giter Club logo

Comments (14)

deanmao avatar deanmao commented on May 11, 2024

If you compile one, I'll put it in. I don't have access to a developer windows machine sadly.

from node-sass.

tkellen avatar tkellen commented on May 11, 2024

Awesome! I don't have immediate access to a windows developer machine either (can't say as though I'm sad about it!) but I can spin up a VM for this purpose and get a repo running that is dedicated to keeping a binary in sync with libsass.

from node-sass.

deanmao avatar deanmao commented on May 11, 2024

cool. I just added precompiled binaries for mac & linux. hopefully it compiles out of the box for windows.

from node-sass.

deanmao avatar deanmao commented on May 11, 2024

I guess I'll try compiling it on windows later, I found out one can download a free windows 8 preview iso, along with developer tools. I don't know if that's all that is needed to get it running in windows, but I'll give it a shot later.

from node-sass.

tkellen avatar tkellen commented on May 11, 2024

Bah. I hate windows.

------ Build started: Project: Sassc, Configuration: Debug Win32 ------
  sassc.c
c:\users\tyler\documents\github\sassc\sassc.c(11): error C2143: syntax error : missing ';' before 'type'
c:\users\tyler\documents\github\sassc\sassc.c(12): error C2065: 'ctx' : undeclared identifier
c:\users\tyler\documents\github\sassc\sassc.c(12): error C2223: left of '->options' must point to struct/union
c:\users\tyler\documents\github\sassc\sassc.c(13): error C2065: 'ctx' : undeclared identifier
c:\users\tyler\documents\github\sassc\sassc.c(13): error C2223: left of '->options' must point to struct/union
c:\users\tyler\documents\github\sassc\sassc.c(14): error C2065: 'ctx' : undeclared identifier
c:\users\tyler\documents\github\sassc\sassc.c(14): error C2223: left of '->input_path' must point to struct/union
c:\users\tyler\documents\github\sassc\sassc.c(16): error C2065: 'ctx' : undeclared identifier
c:\users\tyler\documents\github\sassc\sassc.c(16): warning C4047: 'function' : 'sass_file_context *' differs in levels of indirection from 'int'
c:\users\tyler\documents\github\sassc\sassc.c(16): warning C4024: 'sass_compile_file' : different types for formal and actual parameter 1
c:\users\tyler\documents\github\sassc\sassc.c(18): error C2065: 'ctx' : undeclared identifier
c:\users\tyler\documents\github\sassc\sassc.c(18): error C2223: left of '->error_status' must point to struct/union
c:\users\tyler\documents\github\sassc\sassc.c(19): error C2065: 'ctx' : undeclared identifier
c:\users\tyler\documents\github\sassc\sassc.c(19): error C2223: left of '->error_message' must point to struct/union
c:\users\tyler\documents\github\sassc\sassc.c(19): error C2065: 'ctx' : undeclared identifier
c:\users\tyler\documents\github\sassc\sassc.c(19): error C2223: left of '->error_message' must point to struct/union
c:\users\tyler\documents\github\sassc\sassc.c(22): error C2065: 'ctx' : undeclared identifier
c:\users\tyler\documents\github\sassc\sassc.c(22): error C2223: left of '->output_string' must point to struct/union
c:\users\tyler\documents\github\sassc\sassc.c(23): error C2065: 'ctx' : undeclared identifier
c:\users\tyler\documents\github\sassc\sassc.c(23): error C2223: left of '->output_string' must point to struct/union
c:\users\tyler\documents\github\sassc\sassc.c(29): error C2065: 'ctx' : undeclared identifier
c:\users\tyler\documents\github\sassc\sassc.c(29): warning C4047: 'function' : 'sass_file_context *' differs in levels of indirection from 'int'
c:\users\tyler\documents\github\sassc\sassc.c(29): warning C4024: 'sass_free_file_context' : different types for formal and actual parameter 1
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

from node-sass.

tkellen avatar tkellen commented on May 11, 2024

That was from Visual C++ Express 2010 on an x86 install of Windows 7, FYI.

from node-sass.

tkellen avatar tkellen commented on May 11, 2024

I posted this as an issue on sassc. Gotta get to work here right now but I will get back to you when I know more!

from node-sass.

pdjota avatar pdjota commented on May 11, 2024

Hi. Nice work, unlucky that won't install in Windows. Will try to get repo and build there.

from node-sass.

pr1ntr avatar pr1ntr commented on May 11, 2024

Any plans to get a working windows binary into node-sass?

from node-sass.

deanmao avatar deanmao commented on May 11, 2024

no plans at the moment.... nobody here uses windows.

from node-sass.

pr1ntr avatar pr1ntr commented on May 11, 2024

I prefer windows since my beefier rig is windows. I guess I have to use my macbook for sass related things. : /

from node-sass.

deanmao avatar deanmao commented on May 11, 2024

Run linux on virtualbox/vmware on your windows machine. There are dozens of node modules that won't work in windows, because sadly windows is 2nd tier dev platform.

from node-sass.

mauritslamers avatar mauritslamers commented on May 11, 2024

I do have access to a Windows VM (running WinXP SP3) and I need a working compile of node-sass.
My build log is here: https://gist.github.com/3875582

It probably needs some adjustments in the bindings.gyp file for the windows compiler, but at the moment I don't know how to do that exactly.

from node-sass.

deanmao avatar deanmao commented on May 11, 2024

So I'm guessing we can close this out as another pull-request supplied windows binaries.

from node-sass.

Related Issues (20)

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.