User forums > Help

CodeBlocks + Pdcurses

(1/2) > >>

ppnl:

I'm trying to get pdcurses up in codeblocks and have hit a snag. I'm useing this tutorial:

https://www.youtube.com/watch?v=mYnfix8ruAo&t=300s

I get to the point where it asks me to change to a win32 directory with:

C:\program files\CodeBlocks\pdcurses-3.8>cd win32

But there is no win32 directory.

BlueHazzard:
have you build pdcurses?

ppnl:
No I have not. That is the next step after changing to the directory that I want it in I think.

But I think I have it figured out. I read down the comments after the video and someone mentioned that as of 2020 the directory name is wincon. I have that. It is a 14 year old tutorial so I suppose it isn't a surprise that something has changed.

It seems like every time I try to do something of any complexity at all on a computer I trip over some trivial detail. Even registering on this forum. One of the robot questions was "what is the number one greater than the current year?" The answer would be 2024 right? Nope. The question was out of date and the answer was 2023. Sometimes I just give up.

Anyway I will give it another try. Thanks for the input.

ppnl:

Ok, next problem. I'm trying to compile it and the command the tutorial gives isn't working. The command they give is:

mingw32-make -f mingwin32.mak

I get errors:

mingw32-make: mingwin32.mak: No such file or directory
mingw32-make: *** No rule to make target 'mingwin32.mak'.  Stop.

I checked the MinGW\bin directory. There is a mingw32-make.exe there. There is no mingwin32.mak.

nenin:

--- Quote from: ppnl on January 10, 2023, 03:10:40 am --- There is no mingwin32.mak.

--- End quote ---
mingwin32.mak should be somewhere in project directory, this is a make file or the part of the make file.

Navigation

[0] Message Index

[#] Next page

Go to full version