Coder Social home page Coder Social logo

Comments (8)

 avatar commented on August 30, 2024

boox failed as well:

BooExplorer.Common:

 [booc] Compiling 1 files to 'b:\tests\boo\extras\boox\build\BooExplorer.Common.dll'.
 [booc] b:\tests\boo\extras\boox\BooExplorer.Common\CodeCompletion.boo(51,43): BCE0019: 'GetAllMembers' is not a member of 'Boo.Lang.Compiler.TypeSystem.TypeSystemServices'.
 [booc] 1 error(s).

from boo.

 avatar commented on August 30, 2024

So... modifying the import to

import Boo.Lang.Compiler.TypeSystem from Boo.Lang.Compiler

...made a change, but all those extras (or at least booish.gui and those dependent on it) are way tooooooo old referencing SD1.1 and some older Boo version... all broken :(

Why is it still there?

from boo.

masonwheeler avatar masonwheeler commented on August 30, 2024

The compiler is including itself and its dependencies as a reference by default, so you have two versions of IEntity: the one in the compiler, and the one in the version of Boo.Lang.Compiler that the project is referencing.

You can switch this off with the -nostdlib compiler switch, (or the project option that says to not reference mscorlib, in #Develop,) which causes the Boo compiler to not add any standard references.

from boo.

Andykid69 avatar Andykid69 commented on August 30, 2024

Sorry, I am newby here (don't now English, write from my fingers and my tooth pain) and newby in .NET programming.
Windows booxw:
cd to boo-master\extras\boox and c:\utils\nant\bin\nant (SD 4.4)
I have same:
BCE0019: 'GetAllMembers' is not a member of 'Boo.Lang.Compiler.TypeSystem.TypeSystemServices'
What to do (russian (forwere) question, first from two)?

from boo.

masonwheeler avatar masonwheeler commented on August 30, 2024

@Andykid69 I'm not sure what you mean by that.

from boo.

Andykid69 avatar Andykid69 commented on August 30, 2024

I want to write small home programm. After (....) I decide (or deciding...) try that in boo
(I like python, but compiler does not like resources. When I write python programm, I can not debug this.)
I wanna compile (now) boox. Here is that error.
PS: I can read English, I can't write English.

from boo.

Andykid69 avatar Andykid69 commented on August 30, 2024

When I compile boox
BCE0019: 'GetAllMembers' is not a member of 'Boo.Lang.Compiler.TypeSystem.TypeSystemServices'
What is

from boo.

masonwheeler avatar masonwheeler commented on August 30, 2024

@Andykid69 As I pointed out above, you need to make sure the compiler doesn't add itself to your references when you build, by passing -nostdlib and making sure to resolve the needed references properly.

from boo.

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.