http://bugs.winehq.org/show_bug.cgi?id=6463
------- Additional Comments From mike(a)codeweavers.com 2006-17-10 01:55 -------
Yeah, having to run configure twice would be a bug, unless your system changed
somehow in between runs... eg. by doing an apt-get dist-upgrade.
Is libSM.so* present on your system at all? Try "locate libSM". How about libICE
Looking at configure, it seems that if the check for libICE assumes that if
libICE is present, libSM is present too. This looks like a bug in autoconf to me.
--
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=5991
------- Additional Comments From truiken(a)gmail.com 2006-17-10 01:48 -------
Please try again with git, stub implementations of clusapi and resutils have
been added.
--
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=5991
------- Additional Comments From jamescgillies(a)gmail.com 2006-17-10 01:44 -------
As per James Hawkins comments last month, we are going to need two stub plug-ins for the clusapi.dll
and resutils.dll with LoadLibrary. Does anyone have any idea on how hard this might be to implement?
I'm sorry that I am not able to contribute much further than to be a reasonably proficient tester of these
apps once they will actually install.
Thank you in advance.
James.
--
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=6465
Summary: wine/dlls/opengl32 sources fail to compile without
linking to libglu32
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sparr0(a)gmail.com
I already resolved the problem and thus lost the entirety of the error message
and command line in my console buffer, but one relevant line is this:
wgl.o: In function
`wglUseFontOutlines_common':/home/sparr/source/wine/wine/dlls/opengl32/wgl.c:355:
undefined reference to `gluNewTess'
The compiler was called without an apparently neccessary "-lglu32", the addition
of which appears to have solved the problem.
I am compiling on debian unstable on k7/i686/ia32.
--
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=6463
------- Additional Comments From sparr0(a)gmail.com 2006-17-10 00:46 -------
no, I am on an athlon xp, k7, i686, i386, ia-32, etc. having to run configure
twice would, itself, be a bug, no?
--
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=219
ead1234(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ead1234(a)hotmail.com
------- Additional Comments From ead1234(a)hotmail.com 2006-17-10 00:23 -------
*** Bug 6017 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=6017
ead1234(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From ead1234(a)hotmail.com 2006-17-10 00:23 -------
Installer now progresses and crashes further in the install due to copy protection.
*** This bug has been marked as a duplicate of 219 ***
--
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=6463
------- Additional Comments From mike(a)codeweavers.com 2006-17-10 00:14 -------
Is that AMD64? If so, you might need to make a symlink in /usr/lib32:
cd /usr/lib32
ln -s libSM.so.6 libSM.so
If not, try running ./configure again...
--
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=6180
ead1234(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From ead1234(a)hotmail.com 2006-17-10 00:10 -------
The installer now works with wine from latest cvs
--
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=6463
------- Additional Comments From sparr0(a)gmail.com 2006-16-10 23:36 -------
I apologize for my lack of thoroughness in reporting this bug. I am compiling
on debian unstable with wine source from cvs.
make[2]: Entering directory `/home/sparr/source/wine/wine/dlls/opengl32'
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./opengl32.spec
opengl_ext.o opengl_norm.o wgl.o version.res -o opengl32.dll.so -luser32
-lgdi32 -ladvapi32 -lkernel32 -lntdll -lSM -lICE -lXext -lX11 -lGL
../../libs/port/libwine_port.a
/usr/bin/ld: cannot find -lSM
--
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.