| 
      
      
      From: Doug C. <dou...@gm...> - 2006-12-26 16:31:49
      
     | 
| On Tuesday, December 26, 2006 Francesco Montorsi wrote: > Doug Currie ha scritto: >> In the midst of building 2.8.0.0 with wxstedit-1.2.4 with mingw and >> msys on WinXP using configure... >> >> When making wxstedit-1.2.4 I ran into the old problem of >> wxstedit-1.2.4\samples\stedit\wxstedit.rc having paths such as >> "../../art/pencil.ico" that I must modify to "../art/pencil.ico" to >> make the build proceed. > I don't understand why that's required: wxstedit.rc indeed needs to use > ../.. to reference to the "art" directory... I don't understand why with > msys you'd need to use only a single ".." The makefile is in a directory at the top level of the distribution; i.e., ../configure produces the Makefile line srcdir = .. and the make target is: wxstedit_wxstedit_rc.o: $(srcdir)/./samples/stedit/wxstedit.rc So, we are compiling .././samples/stedit/wxstedit.rc Now, pencil.ico is in .././art/pencil.ico which is ../art/pencil.ico e -- Doug Currie Londonderry, NH, USA |