| Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 | 1. Problems with make and wxwindows 2.4.1 #2656 Posted by: olli666 2003-09-21 21:59:57 | Hello to all forum members :-)
I followed the instruction on this link: http://www.bg.bib.de/~bbsh1akr/devpack.html
but this doesn?t work. Here is the full output: ----------------------------------------------- C:wxsrcmsw>set WINWX=C:WX
C:wxsrcmsw>make --version GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for mingw32 Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Report bugs to <bug-make@gnu.org>.
C:wxsrcmsw>rm --version rm (GNU fileutils) 3.16
C:wxsrcmsw>make -f makefile.g95 FINAL=1 cp ../../include/wx/msw/setup.h ../../lib/msw/wx/setup.h process_begin: CreateProcess((null), cp ../../include/wx/msw/setup.h ../../lib/m sw/wx/setup.h, ...) failed. make (e=2): System can?t find file make: *** [../../lib/msw/wx/setup.h] Error 2
C:wxsrcmsw>
----------------------------------------------
What the heck?s goin? on here? Hope anyone could help me, please :-)
Regards Olli | 2. Re: Problems with make and wxwindows 2.4.1 #2658 Posted by: 2003-09-22 02:05:56 | Hi there!
process_begin: CreateProcess((null), cp ../../include/wx/msw/setup.h ../../lib/m sw/wx/setup.h, ...) failed. <- That's the whole prob :) Check if you have cp installed, otherwise copy the file ../../include/wx/msw/setup.h manually over to ../../lib/msw/wx/setup.h
Maybe edit the makefile and comment the line with cp out. This should solve it. Working on the console I really recommend that you get MSYS and/or the Unix tools for Windows (such as cp, rm etc.)
upcase PS: Since the instructions where made by me and since I never got any replies telling me that they don't work, I asure you, they do work! ;) | 3. Re: Problems with make and wxwindows 2.4.1 #2659 Posted by: olli666 2003-09-22 05:04:08 | Hi Rene,
now make works ... I still forget to add the cygwin directory to my path so I there is no problem with cp anymore ... thanx :-) for your help !
regards Olli | 4. Re: Problems with make and wxwindows 2.4.1 #2660 Posted by: 2003-09-22 05:07:31 | You're welcome ;) | Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 |
|
|