http://bugs.winehq.com/show_bug.cgi?id=1823
Summary: Compile problem on Feodora Core 1!!! Please help!
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: iskren_s(a)yahoo.com
I've tried several sources, but none of them works :(
Here is the problem:
make[2]: Entering directory `/home/wishmaker/wine-20030911/dlls/wininet'
gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -D__WINESRC__
-D_WINX32_ -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wpointer-arith -g -O2 -o cookie.o cookie.c
In file included from /usr/include/openssl/ssl.h:179,
from internet.h:36,
from cookie.c:39:
/usr/include/openssl/kssl.h:136: error: syntax error before '*' token
/usr/include/openssl/kssl.h:149: error: syntax error before '*' token
/usr/include/openssl/kssl.h:150: error: syntax error before '*' token
/usr/include/openssl/kssl.h:151: error: syntax error before '*' token
/usr/include/openssl/kssl.h:151: error: syntax error before '*' token
/usr/include/openssl/kssl.h:152: error: syntax error before '*' token
/usr/include/openssl/kssl.h:153: error: syntax error before '*' token
/usr/include/openssl/kssl.h:155: error: syntax error before '*' token
/usr/include/openssl/kssl.h:157: error: syntax error before '*' token
/usr/include/openssl/kssl.h:159: error: syntax error before '*' token
/usr/include/openssl/kssl.h:167: error: syntax error before '*' token
In file included from internet.h:36,
from cookie.c:39:
/usr/include/openssl/ssl.h:909: error: syntax error before "KSSL_CTX"
/usr/include/openssl/ssl.h:931: error: syntax error before '}' token
make[2]: *** [cookie.o] Error 1
make[2]: Leaving directory `/home/wishmaker/wine-20030911/dlls/wininet'
make[1]: *** [wininet] Error 2
make[1]: Leaving directory `/home/wishmaker/wine-20030911/dlls'
make: *** [dlls] Error 2
Compilation failed, aborting install.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1822
Summary: msi dll doesn't compile on FreeBSD 5.1 (20031016
version)
Product: Wine
Version: unspecified
Platform: Other
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gregory(a)nutt.ca
First compile error is on line 76 of sql.y at the line:
%pure-parser
I remmed out the line and got more errors so I just removed /msi from the dlls
Makefile at which point I was able to finish compiling.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1821
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2003-07-11 09:03 -------
Created an attachment (id=408)
--> (http://bugs.winehq.com/attachment.cgi?id=408&action=view)
see the 2 buttons at the bottom right
You can see that the labels of the 2 buttons were not redrawn. They still
display the content of the first install screen.
CVS version: 2003/nov/07
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1821
Summary: button label not redrawn
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jerome.bouat(a)wanadoo.fr
I launched the MS Flight Simulator 98 install program. I choosed install.
After clicking, the 2 button on bottom of the screen were not redrawn. They
still display "Lisez-moi" ("Read me") and "Quitter" ("Quit") although they had
to diplay something like "Back" and "Continue".
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1820
Summary: ptys do not seem to work in wine
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gonvaled(a)yahoo.com
[the version I currently run is wine-20031016, which is not an option in bugzilla]
A windows application tries to use the serial interface to communicate with a
target device. The target device is not directly connected to the linux computer
where the application is running (under Wine). That's why I want to redirect the
serial interface over the network. For that I need the application to use the
ptys as serial interface.
The problem is that, even though I enter the right configuration parameters:
[serialports]
"Com1" = "/dev/ttyp0"
when I run the application, it does not use the pty. I do not even know if Wine
has recognized the tty as a valid COM1. When I run winecheck, nothing is
reported about the serial interfaces.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1667
------- Additional Comments From mike(a)theoretic.com 2003-06-11 09:25 -------
Can you get a backtrace of the fault? As I suspected it might be, the exception
is a div by zero. I think we're returning a faulty value... this machine is
quite old yes?
Try printing the value of counter->QuadPart in QueryPerformanceCounter()
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1223
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2003-06-11 08:56 -------
I have a similar problem:
---
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (French keyboard layout) for scancode mapping.
Please define your layout in dlls/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
---
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1819
Summary: Microsoft Access launch blocked
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jerome.bouat(a)wanadoo.fr
I installed wine from CVS (2003/nov/06)
I used tools/wineinstall.
I installed Microsoft Access 97.
When launching Access 97, wine is blocked.
Access is blocked on a splash screen
and display the following error window:
--- original french message
Microsoft Access n'a pas trouvé le fichier 'C:\WINDOWS\SYSTEM\system.mdw'. Ce
fichier est nécessaire au démarrage.
--- translated message
Microsoft Access didn't found the file 'C:\WINDOWS\SYSTEM\system.mdw'. This file
is needed for the startup.
---
Here is the wine log up to the blocked state:
---
[j@laptop tmp]$ wine /var/wine/Program\ Files/Microsoft\ Office/Office/MSACCESS.EXE
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (French keyboard layout) for scancode mapping.
Please define your layout in dlls/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
fixme:font:SetMapperFlags (0xa4, 0x00000001): stub - harmless
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:DllDebugObjectRPCHook stub
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1818
Summary: err:shell:SHGetSpecialFolderPathA
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jerome.bouat(a)wanadoo.fr
Each time I try to install Microsoft Office 97, I get the following error messages:
err:shell:SHGetSpecialFolderPathA folder 0x00da unknown or not allowed
err:shell:SHGetSpecialFolderPathA folder 0x00dd unknown or not allowed
err:shell:SHGetSpecialFolderPathA folder 0x00b6 unknown or not allowed
err:shell:SHGetSpecialFolderPathA folder 0x00b9 unknown or not allowed
err:shell:SHGetSpecialFolderPathA folder 0x00da unknown or not allowed
err:shell:SHGetSpecialFolderPathA folder 0x00b6 unknown or not allowed
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.