Git Product home page Git Product logo

Comments (4)

starkaiser avatar starkaiser commented on May 25, 2024

On GNU/Linux I am not able to reproduce the bug. The project is loaded fine.

from kons-9.

mikelevins avatar mikelevins commented on May 25, 2024

What version of which distribution are you using, and how did you install freetype?

On Debian Bullseye, the asdf load of cl-freetype2 failed on loading freetype, so I used apt to install libfreetype (apt install libfreetype-dev). The asdf load of cl-freetype2 then succeeds, but when I asdf:load-system of kons-9 I see the same error that I saw on macOS:

COMPILE-FILE-ERROR while compiling
#<CL-SOURCE-FILE "kons-9" "src/plugins/procedural-polygon">

Once again, compiling just the offending source file yields the same error:

procedural-polygon.lisp:86:1:
warning:
Duplicate definition for MAKE-CIRCLE found in one file.
--> PROGN DEFUN PROGN
==>
(EVAL-WHEN (:COMPILE-TOPLEVEL)
(SB-C:%COMPILER-DEFUN 'KONS-9::MAKE-CIRCLE T NIL NIL))

To account for the possibility of a stale fasl, I deleted my caches sbcl fasls and rebuilt in a fresh session. Same result.

What have you done differently?

from kons-9.

kaveh808 avatar kaveh808 commented on May 25, 2024

My bad. Will fix and push. Funny I didn't get an error either, but there was a duplicate macro call in the file.

from kons-9.

mikelevins avatar mikelevins commented on May 25, 2024

Interesting. Different defaults in different versions of sbcl, maybe?

Hmm...I'm using sbcl 2.2.6 on macOS and 2.1.1 on Debian.

from kons-9.

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.