Coder Social home page Coder Social logo

Comments (11)

craigbarnes avatar craigbarnes commented on June 10, 2024
git submodule init
git submodule update
make

from sassc.

bom-d-van avatar bom-d-van commented on June 10, 2024

Thanks for your responses.

On Sat, Mar 2, 2013 at 2:07 AM, Craig Barnes [email protected]:

git submodule init
git submodule update
make


Reply to this email directly or view it on GitHubhttps://github.com//issues/22#issuecomment-14302717
.

from sassc.

QuLogic avatar QuLogic commented on June 10, 2024

Should this be closed?

from sassc.

bom-d-van avatar bom-d-van commented on June 10, 2024

I guess. Thanks.

On Wed, Jul 24, 2013 at 8:19 AM, Elliott Sales de Andrade <
[email protected]> wrote:

Should this be closed?


Reply to this email directly or view it on GitHubhttps://github.com//issues/22#issuecomment-21455906
.

from sassc.

emagnier avatar emagnier commented on June 10, 2024

I'm also trying to build Sassc on my mac, but doesn't seems to work.
Following the @craigbarnes instructions:

$ make

make -C 
make: option requires an argument -- C
Usage: make [options] [target] ...

$ make ./

gcc -O2    -lstdc++ -lm  -o .o
Undefined symbols for architecture x86_64:
  "_main", referenced from:
     implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [.o] Error 1

Do I missing something?

from sassc.

craigbarnes avatar craigbarnes commented on June 10, 2024

The first error indicates that you're using make -C, which is invalid without an argument and not required to build libsass anyway. Your second invocation of make ./ is telling make to attempt to build the current directory, which isn't a valid target, although I'm not sure how it resulted in that error.

I don't know if the Makefile is portable enough to build on OS X, but the correct command to use is just make, without any -C flag. Failing that, you could try the autotools build.

from sassc.

emagnier avatar emagnier commented on June 10, 2024

When I'm just doing a make, it seems add automatically the -C argument. I will continue to investigate when I will have a bit more time. Thanks for your message!

from sassc.

craigbarnes avatar craigbarnes commented on June 10, 2024

When I'm just doing a make, it seems add automatically the -C argument

What output do you get for the command type make?

from sassc.

QuLogic avatar QuLogic commented on June 10, 2024

Did you

export SASS_LIBSASS_PATH=/Users/hcatlin/path/libsass

before running make?

from sassc.

emagnier avatar emagnier commented on June 10, 2024

For the command type make I get make is /usr/bin/make.
But adding the export SASS_LIBSASS_PATH= in my .bash_profile it now works.
Thank you both for your help!

from sassc.

xzyfer avatar xzyfer commented on June 10, 2024

Compilation documentation is now available in the README and Libsass wiki

from sassc.

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.