http://bugs.winehq.org/show_bug.cgi?id=3560
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-17-10 09:00 -------
You don't need to patch the cvs tree using my patch as it has been committed.
Just update to latest cvs and this bug will be fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3607
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-17-10 08:52 -------
This is probably wontfix as:
1)wine already calls wineprefixcreate when no ~/.wine exist
2)name/company/dpi/font/vram, etc should be detected without user interaction
and/or are not necessary for running applications
Can someone confirm?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3560
------- Additional Comments From I-SAngeli(a)siriush.com 2005-17-10 08:35 -------
Hi Vijay,
thank you for your reply.
So, lets say this is my folders: /opt/cvs/wine and /opt/cvs/wine-patches
I download the patches and save them all in wine-patches path. Then I run from
/opt/cvs/wine:
# patch -p0 < ../wine-patches/locale.patch
and I get this as output:
patching file dlls/kernel/locale.c
Is this correct so far?
So patch -p0 means start from where you are. patch -p1 means what again? one
directory above or below? Please provide an example so that I can better
understand (if possible)
thank you,
spiro
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3560
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 08:26 -------
When you are in wine directory you need use patch level as 0, which means it
searches for the files starting using the current directory as the base directory
eg:
patch -p0 < 19084-001.bin
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3609
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 08:22 -------
also attach your config.log, created when you do ./configure
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3560
I-SAngeli(a)siriush.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From I-SAngeli(a)siriush.com 2005-17-10 07:58 -------
Hi Richard and Vijay,
thank you for explaining to me how to better file a bug report. As a matter of
fact I did so as of now.
Beside this, there is still a previous message that has not been addressed which
is pertinent to this case. So, I will reopen this case and post again the
message, hoping to get a solution.
------- Additional Comment #19 From Spiro A. 2005-10-17 01:21 -------
Hi Jonathan,
How come I get this error? Am I doing something wrong?
wine # patch -p1 < 19084-001.bin
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: dlls/kernel/locale.c
|===================================================================
|RCS file: /home/wine/wine/dlls/kernel/locale.c,v
|retrieving revision 1.67
|diff -u -p -r1.67 locale.c
|--- dlls/kernel/locale.c 12 Sep 2005 21:22:32 -0000 1.67
|+++ dlls/kernel/locale.c 15 Oct 2005 13:28:56 -0000
--------------------------
File to patch:
Thank you,
Spiro
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3609
Summary: cannot find -lfreetype
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: I-SAngeli(a)siriush.com
freetype is an issue when compiling. In my gentoo amd64 64bit, if I apply this "cp
/usr/lib/libfreetype.* /emul/linux/x86/usr/lib/" then I won't get this error but
then my other apps wont run. If I rather don't apply the above command, I get
this error on make epend:
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lfreetype
collect2: ld returned 1 exit status
make[1]: *** [sfnt2fnt] Error 1
make[1]: Leaving directory `/opt/cvs/wine/tools'
make: *** [tools] Error 2
Please advice how to solve this major issue.
Thank you,
Spiro
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3602
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 07:24 -------
They are using propertysheets, we dont have any tests for propertysheets.
Problem is with propertysheets in dialogs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3270
------- Additional Comments From dmitry(a)codeweavers.com 2005-17-10 07:18 -------
ShowWindow(SW_SHOWMINIMIZED/SW_SHOWMAXIMIZED) aren't routed to the Window
Manager
at the moment. Crossover has a hack for that, but it needs a clean up
before Alexandre accepts it.
Alexandre has plans to add support for it once 0.9 is released.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.