Git Product home page Git Product logo

Comments (5)

wmcbrine avatar wmcbrine commented on June 12, 2024

Perhaps you should clarify the exact command you typed, and the steps you took before that.

The "common" directory does of course contain the file "libobjs.mif", in the original source.

from pdcurses.

jmsherndon avatar jmsherndon commented on June 12, 2024

well i dont know what happened now im getting a new error. command included

PS D:\program files\codeblocks\mingw\bin> .\mingw32-make -f c:\PDcurses\wincon\makefile
c:\PDcurses\wincon\makefile:90: *** target pattern contains no '%'. Stop.

from pdcurses.

wmcbrine avatar wmcbrine commented on June 12, 2024

So, your prompt tells the tale. You should be doing this:

c:
cd \PDCurses\wincon
mingw32-make

Or, alternately:

set PDCURSES_SRCDIR=C:\PDCurses
mingw32-make -f C:\PDCurses\wincon\Makefile

The Makefile doesn't know where it is, unless you set PDCURSES_SRCDIR. Otherwise, it assumes the current directory.

from pdcurses.

jmsherndon avatar jmsherndon commented on June 12, 2024

PS C:\PDCurses\wincon> set PDCURSES_SCRDIR=C:\PDCurses
PS C:\PDCurses\wincon> mingw32-make -f makefile
makefile:25: "c:\PDcurses"/common/libobjs.mif: Invalid argument
makefile:90: *** target pattern contains no '%'. Stop.
PS C:\PDCurses\wincon> mingw32-make
Makefile:25: "c:\PDcurses"/common/libobjs.mif: Invalid argument
Makefile:90: *** target pattern contains no '%'. Stop.

from pdcurses.

jmsherndon avatar jmsherndon commented on June 12, 2024

WTF moved the makefile from the SAME zipfile i extracted from and it worked, thanks for supporting though

from pdcurses.

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.