-----Original Message----- From: wine-users-request@winehq.com [mailto:wine-users-request@winehq.com] Sent: Saturday, September 07, 2002 10:01 AM To: wine-users@winehq.com Subject: wine-users digest, Vol 1 #1242 - 7 msgs Send wine-users mailing list submissions to wine-users@winehq.com To subscribe or unsubscribe via the World Wide Web, visit http://www.winehq.com/mailman/listinfo/wine-users or, via email, send a message with subject or body 'help' to wine-users-request@winehq.com You can reach the person managing the list at wine-users-admin@winehq.com When replying, please edit your Subject line so it is more specific than "Re: Contents of wine-users digest..." Today's Topics: 1. =?iso-8859-1?Q?Re:_macromedia_dreamweaver_mx?= (puoti@inwind.it) 2. =?iso-8859-1?Q?the_wine_CVS?= (puoti@inwind.it) 3. wine troubleshooting solution still not found after 1 month (Galen Thurber) 4. Compile error on Solaris Sparc (Corey.Brune@transplace.com) 5. Re: wine troubleshooting solution still not found after 1 month (Duane Clark) 6. =?iso-8859-1?Q?Re:_Compile_error_on_Solaris_Sparc?= (puoti@inwind.it) 7. Question about running DVD Profiler (Tom Williams) --__--__-- Message: 1 Date: Fri, 6 Sep 2002 20:00:43 +0200 Subject: =?iso-8859-1?Q?Re:_macromedia_dreamweaver_mx?= From: "puoti@inwind.it" <puoti@inwind.it> To: msciciel@freebsd.lublin.pl Cc: wine-users@winehq.com Then using dcom95 is a license violation!! Using dcom95 without windows is like using windows with no win license, did you read the dcom license? In any case try with the new wine-20020904. > > > puoti@inwind.it wrote: > > Try using the dlls from windows 95 cd, I'm not talking about the dcom95 > > dlls, but the dlls win95 installs in c:windows/system. > > > :), i have only linux slackware :) > > -- > ---------------------------------------------------- > Krzysztof Pawlowski <msciciel@freebsd.lublin.pl> > WWW http://msciciel.poczton.pl > ---------------------------------------------------- > "Prawda to jedynie brak klamstwa" > Lew Tolstoj > ---------------------------------------------------- > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users > --__--__-- Message: 2 Date: Fri, 6 Sep 2002 20:24:52 +0200 Subject: =?iso-8859-1?Q?the_wine_CVS?= From: "puoti@inwind.it" <puoti@inwind.it> To: wine-users@winehq.com In the US you have software patents, in the EU we only protect software with normal copyright, so to avoid and software patent problems, why not move the wine cvs to the EU? It would solve the problem of the patents on quartz.dll, and on any other software covered by software patents, so we could implement in wine anything covered by patent. --__--__-- Message: 3 Date: Fri, 06 Sep 2002 15:46:19 +0000 From: Galen Thurber <galen@flightsimhq.org> To: wine-users@winehq.com Subject: wine troubleshooting solution still not found after 1 month http://www.winehq.com/hypermail/wine-users/2002/08/0017.html --__--__-- Message: 4 To: wine-users@winehq.com From: Corey.Brune@transplace.com Subject: Compile error on Solaris Sparc Date: Fri, 6 Sep 2002 14:12:35 -0500 I have searched through the archives, and on google, but I was not able to find anything on this type of error. Although the docs say Wine only supports x86, I found some articles where people have gotten it to work. Basically the error is: gcc -c -I. -I. -I../../include -I../../include -g -fPIC -D__WINE__ -D_ADVAPI32_ -D_REENTRANT -I/usr/openwin/include -o advapi32.spec.o advapi32.spec.c|head /var/tmp//ccoHmkfo.s: Assembler messages: /var/tmp//ccoHmkfo.s:6377: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6378: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6388: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6389: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6399: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6400: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6410: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6411: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6421: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6422: Error: operation combines symbols in different segments /var/tmp//ccoHmkfo.s:6432: Error: operation combines symbols in different segments ... make: *** [advapi32.spec.o] Error 1 I have installed gas, gld, gar, gnm, gstrings. I have replaced as, ld, ar, nm, and strings with the GNU counterpart. Does anyone know how I can fix this problem? Thanks, Corey --__--__-- Message: 5 To: wine-users@winehq.com From: Duane Clark <dclark@akamail.com> Subject: Re: wine troubleshooting solution still not found after 1 month Date: Fri, 06 Sep 2002 14:24:41 -0700 Galen Thurber wrote: > http://www.winehq.com/hypermail/wine-users/2002/08/0017.html The problem is that really does not provide much info to work with. You might at least try to give some info like what sort of system you are working with, what wine distribution you are using, and especially, when it last worked and when it broke. That said, a likely general cause of wine breaking (somewhat) recently is that you might have multiple versions of the wine DLLs around. Take a look at your /etc/ld.so.conf file, and look in every directory listed there to see whether some old Wine DLLs are in one of them. --__--__-- Message: 6 Date: Sat, 7 Sep 2002 17:38:26 +0200 Subject: =?iso-8859-1?Q?Re:_Compile_error_on_Solaris_Sparc?= From: "puoti@inwind.it" <puoti@inwind.it> To: Corey.Brune@transplace.com Cc: wine-users@winehq.com You can't use wine on sparc processor, but you can use winelib to compile open source win apps on sparc, to do this, just RTFM. > I have searched through the archives, and on google, but I was not able to > find anything on this type of error. Although the docs say Wine only > supports x86, I found some articles where people have gotten it to work. > Basically the error is: > > gcc -c -I. -I. -I../../include -I../../include -g -fPIC -D__WINE__ > -D_ADVAPI32_ -D_REENTRANT -I/usr/openwin/include -o advapi32.spec.o > advapi32.spec.c|head > /var/tmp//ccoHmkfo.s: Assembler messages: > /var/tmp//ccoHmkfo.s:6377: Error: operation combines symbols in different > segments > /var/tmp//ccoHmkfo.s:6378: Error: operation combines symbols in different > segments > /var/tmp//ccoHmkfo.s:6388: Error: operation combines symbols in different > segments > /var/tmp//ccoHmkfo.s:6389: Error: operation combines symbols in different > segments > /var/tmp//ccoHmkfo.s:6399: Error: operation combines symbols in different > segments > /var/tmp//ccoHmkfo.s:6400: Error: operation combines symbols in different > segments > /var/tmp//ccoHmkfo.s:6410: Error: operation combines symbols in different > segments > /var/tmp//ccoHmkfo.s:6411: Error: operation combines symbols in different > segments > /var/tmp//ccoHmkfo.s:6421: Error: operation combines symbols in different > segments > /var/tmp//ccoHmkfo.s:6422: Error: operation combines symbols in different > segments > /var/tmp//ccoHmkfo.s:6432: Error: operation combines symbols in different > segments > ... > make: *** [advapi32.spec.o] Error 1 > > I have installed gas, gld, gar, gnm, gstrings. I have replaced as, ld, ar, > nm, and strings with the GNU counterpart. Does anyone know how I can fix > this problem? > > Thanks, > Corey > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users > --__--__-- Message: 7 Date: Sat, 07 Sep 2002 09:58:02 -0700 From: Tom Williams <tomdkat@attbi.com> Reply-To: tomdkat@attbi.com To: wine-users@winehq.com Subject: Question about running DVD Profiler Hi! I'm compiling wine-20020904 at the time of this writing and I had a question about a problem I'm having running the DVD Profiler application: http://www.dvdprofiler.com I've currently got wine-20020804 installed and I'm able to install DVD Profiler just fine. (I have my old Windows 98 install on a second hard disk that the wine installation DID detect and configure itself to support). When I try to run DVD Profiler, like this: wine C:/Program\ Files/Intervocative\ Software/DVD\ Profiler/dvdpro.exe It tries to start and then dies with these errors: fixme:reg:RegNotifyChangeKeyValue (4c,1,5,50,1): stub fixme:file:DEVICE_Open Unknown/unsupported VxD SHRINK34.LDR. Try setting Windows version to 'nt40' or 'win31'. fixme:file:DEVICE_Open Unknown/unsupported VxD C:\WINDOWS\0002f7b.tmp. Try setting Windows version to 'nt40' or 'win31'. fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. Now, my question is this: since I have a WIndows 98 installation that wine detected, should I change my Windows version in .wine/config to 'nt40' or 'win31', per the messages above? I DID try setting the config to 'nt40' and that didn't help. I'll see what wine-20020904 does. Is it "safe" to specify OTHER Windows versions that don't match the version Wine detects during its installation? Thanks in advance for your time. Peace... Tom --__--__-- _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users End of wine-users Digest _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users