User forums > Help

Compilation problem with wxWidgets-2.6.2 and 2.6.3!

<< < (2/4) > >>

stahta01:
SET PATH=C:\Program Files\GnuWin32\bin
CD wxWidgets-2.6_BRANCH
patch --unified --strip=0 --ignore-whitespace --forward --input=../mypatch_2.6_BRANCH.patch

The directory wxWidgets-2.6_BRANCH contains the sub-folders include, lib and src.

If you don't have the patch command get it here
http://gnuwin32.sourceforge.net/packages/patch.htm NOTE ADDED: This patch does NOT work with gnuwin32 patch command reason unknown.
or if you are using MSYS 1.0.11 here
http://umn.dl.sourceforge.net/sourceforge/mingw/diffutils-2.8.7-MSYS-1.0.11-snapshot.tar.bz2

Tim S

milojerome:
Where i put the mypatch_2.6_BRANCH.patch file? In what folder?

When i did the command to patch my files, The prompt asking me to give the to patch?

stahta01:
--input=../mypatch_2.6_BRANCH.patch
means above wxWidgets-2.6_BRANCH folder
--input=mypatch_2.6_BRANCH.patch
means in wxWidgets-2.6_BRANCH folder.

Tim S

stahta01:

--- Quote from: milojerome on December 22, 2006, 04:57:11 pm ---Where i put the mypatch_2.6_BRANCH.patch file? In what folder?

When i did the command to patch my files, The prompt asking me to give the to patch?

--- End quote ---

The prompt asking me to give the file to patch?
Means there is an issue where you are running the patch command.

What sub-folders are there where you are running the command you should see Include, Lib and src sub-folders.

Tim S

milojerome:
C:\wxWidgets-2.6.2>patch --unified --strip=0 --ignore-whitespace --forward --inp
ut=mypatch_2.6_BRANCH.patch
patching file src/common/imagjpeg.cpp
Reversed (or previously applied) patch detected!  Skipping patch.
4 out of 4 hunks ignored -- saving rejects to file src/common/imagjpeg.cpp.rej
patching file src/jpeg/jcapimin.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jcapimin.c.rej
patching file src/jpeg/jcapistd.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jcapistd.c.rej
patching file src/jpeg/jccoefct.c
Reversed (or previously applied) patch detected!  Skipping patch.
5 out of 5 hunks ignored -- saving rejects to file src/jpeg/jccoefct.c.rej
patching file src/jpeg/jchuff.c
Reversed (or previously applied) patch detected!  Skipping patch.
11 out of 11 hunks ignored -- saving rejects to file src/jpeg/jchuff.c.rej
patching file src/jpeg/jchuff.h
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jchuff.h.rej
patching file src/jpeg/jcinit.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jcinit.c.rej
patching file src/jpeg/jcmainct.c
Reversed (or previously applied) patch detected!  Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file src/jpeg/jcmainct.c.rej
patching file src/jpeg/jcmarker.c
Reversed (or previously applied) patch detected!  Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file src/jpeg/jcmarker.c.rej
patching file src/jpeg/jcmaster.c
Reversed (or previously applied) patch detected!  Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file src/jpeg/jcmaster.c.rej
patching file src/jpeg/jcparam.c
Reversed (or previously applied) patch detected!  Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file src/jpeg/jcparam.c.rej
patching file src/jpeg/jcphuff.c
Reversed (or previously applied) patch detected!  Skipping patch.
8 out of 8 hunks ignored -- saving rejects to file src/jpeg/jcphuff.c.rej
patching file src/jpeg/jcprepct.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jcprepct.c.rej
patching file src/jpeg/jcsample.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jcsample.c.rej
patching file src/jpeg/jctrans.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jctrans.c.rej
patching file src/jpeg/jdapimin.c
Reversed (or previously applied) patch detected!  Skipping patch.
4 out of 4 hunks ignored -- saving rejects to file src/jpeg/jdapimin.c.rej
patching file src/jpeg/jdapistd.c
Reversed (or previously applied) patch detected!  Skipping patch.
5 out of 5 hunks ignored -- saving rejects to file src/jpeg/jdapistd.c.rej
patching file src/jpeg/jdatadst.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jdatadst.c.rej
patching file src/jpeg/jdatasrc.c
Reversed (or previously applied) patch detected!  Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file src/jpeg/jdatasrc.c.rej
patching file src/jpeg/jdcoefct.c
Reversed (or previously applied) patch detected!  Skipping patch.
4 out of 4 hunks ignored -- saving rejects to file src/jpeg/jdcoefct.c.rej
patching file src/jpeg/jdhuff.c
Reversed (or previously applied) patch detected!  Skipping patch.
5 out of 5 hunks ignored -- saving rejects to file src/jpeg/jdhuff.c.rej
patching file src/jpeg/jdhuff.h
Reversed (or previously applied) patch detected!  Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file src/jpeg/jdhuff.h.rej
patching file src/jpeg/jdinput.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jdinput.c.rej
patching file src/jpeg/jdmainct.c
Reversed (or previously applied) patch detected!  Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file src/jpeg/jdmainct.c.rej
patching file src/jpeg/jdmarker.c
Reversed (or previously applied) patch detected!  Skipping patch.
14 out of 14 hunks ignored -- saving rejects to file src/jpeg/jdmarker.c.rej
patching file src/jpeg/jdmaster.c
Reversed (or previously applied) patch detected!  Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file src/jpeg/jdmaster.c.rej
patching file src/jpeg/jdmerge.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jdmerge.c.rej
patching file src/jpeg/jdphuff.c
Reversed (or previously applied) patch detected!  Skipping patch.
7 out of 7 hunks ignored -- saving rejects to file src/jpeg/jdphuff.c.rej
patching file src/jpeg/jdpostct.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jdpostct.c.rej
patching file src/jpeg/jdsample.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jdsample.c.rej
patching file src/jpeg/jerror.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jerror.c.rej
patching file src/jpeg/jmemdos.c
Reversed (or previously applied) patch detected!  Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file src/jpeg/jmemdos.c.rej
patching file src/jpeg/jmemmgr.c
Reversed (or previously applied) patch detected!  Skipping patch.
8 out of 8 hunks ignored -- saving rejects to file src/jpeg/jmemmgr.c.rej
patching file src/jpeg/jmorecfg.h
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jmorecfg.h.rej
patching file src/jpeg/jpegint.h
Reversed (or previously applied) patch detected!  Skipping patch.
12 out of 12 hunks ignored -- saving rejects to file src/jpeg/jpegint.h.rej
patching file src/jpeg/jpeglib.h
Reversed (or previously applied) patch detected!  Skipping patch.
21 out of 21 hunks ignored -- saving rejects to file src/jpeg/jpeglib.h.rej
patching file src/jpeg/jpegtran.c
Reversed (or previously applied) patch detected!  Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file src/jpeg/jpegtran.c.rej
patching file src/jpeg/jquant1.c
Reversed (or previously applied) patch detected!  Skipping patch.
4 out of 4 hunks ignored -- saving rejects to file src/jpeg/jquant1.c.rej
patching file src/jpeg/jquant2.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/jpeg/jquant2.c.rej
missing header for unified diff at line 1907 of patch
can't find file to patch at input line 1907
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|
--------------------------
File to patch: ?????????????????????????

it is ok or????

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version