Coder Social home page Coder Social logo

Can't compile about partycraft HOT 7 CLOSED

NiLSPACE avatar NiLSPACE commented on August 23, 2024
Can't compile

from partycraft.

Comments (7)

pdelvo avatar pdelvo commented on August 23, 2024

Make sure you have cloned the submodules too. The easy way:
Clone the repository with

git clone --recursive git://github.com/SirCmpwn/PartyCraft.git

And git will clone submodules and submodules of submodules ;)

from partycraft.

NiLSPACE avatar NiLSPACE commented on August 23, 2024

Thats the problem. as you can see on top of this post i used --recursive and it didn't work ;(

from partycraft.

ddevault avatar ddevault commented on August 23, 2024

Several problems here:

  1. You're using a batch script (why?)
  2. You're using git from the Windows command line
  3. You re-clone the repository every time you want to compile
  4. You don't add msbuild to your path, you invoke it manually

Just clone it manually from git, then build it with Visual Studio or something. Follow the instructions for Craft.Net, and just use a different repository URL.

Closing this as a non-issue.

from partycraft.

NiLSPACE avatar NiLSPACE commented on August 23, 2024
  1. Becouse i can have it update and then recompile it so i have the latest version.
  2. Is there another way?
  3. Becouse i can have it update and then recompile it so i have the latest version..
  4. if i just use msbuild.exe it says 'msbuild.exe' is not recognized as an internal or external command, operable program or batch file.

from partycraft.

ddevault avatar ddevault commented on August 23, 2024
  1. You're not updating it, you're recloning it. You can update with git pull origin master after the initial clone
  2. Yes, git bash
  3. See 1
  4. You need to add it to your path, of course. This is detailed in the instructions in the link I provided.

from partycraft.

DinisCruz avatar DinisCruz commented on August 23, 2024

This is the same error as described here: #11

from partycraft.

ddevault avatar ddevault commented on August 23, 2024

No, it's not.

from partycraft.

Related Issues (8)

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.