Hi!
That certainly is an odd one!
Help is easier if one knows exactly what one is dealing with:
version-wise.
What version of DB (current is 3.06)
What version of wxWidgets (current is wxWidgets-2.6.3)
What version of MinGW (current is installed with MinGW-5.0.3.exe)
What version of MSYS (current is installed with MSYS-1.0.11-
2004.04.30-1.exe)
Also, a full copy of the output. It should start with something
like:
In directory: C:\Projects\DialogBlocks\pristine
mingw32-make.exe -f makefile.gcc CONFIG=debug all
The obvious question is, does a makefile.gcc truly exist in the
named directory?
Also, identifying how your Paths are set in the Configurations is
sometimes a clue to oddities (though it's inobvious in this case).
Failing anything obvious there, you can attach your .pjd file to
your email in your email client, sending to:
anthemion-devtools
yahoogroups.com
You need to do this from an email client as attachments are not
preserved in the forum, and pasting the .pjd into the forum is kinda
wasteful.
If you send an attachment of your .pjd, others can try to run it in
their DB. You see, having never had the problem you speak of, I
have no idea how to reproduce it. Your .pjd is about the only clue
anyone might have to seeing what is going wrong. (Short of sitting
in a chair next to you, that is!;)
HTH,
Dave S.
P.S. Don't worry about ramblings, we all do that
--- In anthemion-devtools
yahoogroups.com, "martin3warrior"
<martin3warrior
...> wrote:
>
> Ive just begun to learn wxWidgets and use DialogBlocks and such,
and
> I'm getting odd errors when I try to compile.
>
> ---------
> mingw32-make.exe -f makefile.gcc CONFIG=debug all
> *** mingw32-make.exe: makefile.gcc: No such file or directory
> *** mingw32-make.exe: *** No rule to make target `makefile.gcc'.
Stop.
> Done.
> ---------
>
> Even though browsing to the directory this is in clearly shows that
> there is indeed a makefile. Im not sure why this error occurs, I
have
> MinGW, MinSYS, and wxWidgets all successfully installed (e.g. I can
> compile the samples in the wxWidgets directory with minsys no
problem)
>
> Ive looked through the help files, and searched around online, but
> nothing Ive found so far has worked. I had similar problems with
gcc a
> while back, so in attempt to make this work I got the "Cross
Platform
> GUI Programming with wxWidgets" (had some borders gift cards :p),
and
> only used the versions provided on the disk. Still didnt work, so
Im
> rather ticked off right about now.
>
> If a solution doesnt present itself I suppose Ill go back to using
> minsys. Actually I'm going to do my yearly fdisk in about a week (I
> would do it sooner, but Im a freelance web designer and I have a
site
> due in 1 week), and after that (and reinstalling windows) Ill be
able
> to upgrade to sp2 and finally use vc++. Maybe that compiler will
give
> me fewer headaches.
>
> Anyway, help would be appreciated! Thanks in advance. (and sorry
for
> my ramblings...)
>
> -m3
>