Giter VIP home page Giter VIP logo

build's People

Contributors

dragonmux avatar milostosic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

build's Issues

Trying to Concatenate a Table Value

So forgive me if this is my fault. But I have been trying to figure out how to use "build", and I got it to a state, where I thought it would generate the solution. However, its throwing an error about "attempt to concatenate a table value". To try to debug this, I added the following code in the addDependencies function where it threw the error.

print("Name: " .. _name)
if (type(dependency) == "table") then 
    for i,v in ipairs(dependency) do 
        print(i,v) 
    end
else 
    print("Dependency " .. dependency)
end	

When I do that, I see the table is "rapp" and "bgfx". I assume this is from the addProject_game function I tried to use. I don't really know that much about lua which makes it harder.

How to recreate issue

I have the current project here https://github.com/cxgslegend/BGFXGameEngine.

If you want to see the error, make sure you pull it with the dependencies by using the --recursive flag. I made sure there are instructions in the readme.

Thanks again for any help. Sorry if I did anything dumb.

Question: Create lib project with examples

Edit: Im not able to generate any proyect with your sample function. Is "rapp" and "rbase" a project_sample function dependency? I dont really know the reason about this, but if I get this two projects, my command mchn enters in a infinite loop. Is there any form to avoid this dependenci?

THX!!!!!

Customize working dir

Hi, is there any solution to customize the working dir? (folder with needed files, png, zips, ...) Is like the "Data" folder

Question: QT env var

First of all, nice work, really.
I am trying to use your build project to generate a QT 3 proyect, is there any incopatibility? In your documentation you are only talking about QT 5.
Second one, I dont understand the QT documentation, it says:

Set environment variable that points to the installation of Qt
The variable looks like this: QTDIR_VS2017_x64

Does this ENV VAR exist? Because I just installed QT (on Windows) and I cannot found it.
I installed the last version of QT with other versions.
Maybe this is a stupid question, but I cannot found the solution :(

Add support for CMake projects

A message "ERROR: Target compiler could not be deduced from command line arguments" is displayed if CMAKE action is used

Customize Virtual Paths

Hi!
Is there any form to customize the virtual paths, in my case in visual studio, with vpath genie function? I tried this without success:
function projectExtraConfig_BuilderGui() files { path.join(BUILDER_GUI_DIR, "src/*.h") } vpaths { ["Sources"] = {"**.cpp"}, ["Headers"] = {"**.h"} } end

But it does not work, maybe placing it in other function?

Error adding BGFX project

Hi, amazing job with this tool dude!
One thing, if I add this

solution "ImageProcessSln" configurations {"Debug", "Release"} setPlatforms() loadProject( "bgfx" )

Thanks!!!!!!!
Edit:
Alloca.h not found in the errors.

Error: Cant compile with ninja

Hi!
When I generate the Ninja solution (with genie) two strange things happen:
An "unkown" folder is created instead of insert it into the "windows" folder (into the ".build" generated folder). All of this is happen when I try to compile MTuner (and my own project too)
The other one is possibly a Genie error but I dont know:
If you add a "custombuildtask" to a ninja project it always launch this error:
ninja: error: MTuner.ninja:37: multiple rules generate __prebuildcommands [-w dupbuild=err]

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.