LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 08-26-2007, 02:47 PM   #16
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Rep: Reputation: 15

under which file or command?
 
Old 08-26-2007, 03:50 PM   #17
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Rep: Reputation: 15
still have this error:

Code:
# PATH=$PATH:/usr/sfw/bin:/usr/ccs/bin
# sh ./configure
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
#
 
Old 08-26-2007, 03:54 PM   #18
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Rep: Reputation: 15
lolz couldn't you told me that it has to be like this:

Code:
#sh ./configure PATH=$PATH:/usr/sfw/bin:/usr/ccs/bin
lolz... still thanks!
 
Old 08-26-2007, 03:56 PM   #19
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Rep: Reputation: 15
so the Configure has run, how to run MAKE? next problem:

config.status: executing include/wine commands

configure: WARNING: OpenGL development headers not found.
Wine will be build without OpenGL or Direct3D support.

configure: WARNING: FontForge is missing.
Fonts will not be built. Dialog text may be invisible or unaligned.

Configure finished. Do 'make depend && make' to compile Wine.

# make
make: not found
# make PATH=$PATH:/usr/sfw/bin:/usr/ccs/bin
make: not found
# make depend && make
make: not found
# sh make
make: make: cannot open
# sh make depend && make
make: make: cannot open
#
 
Old 08-27-2007, 03:39 AM   #20
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Original Poster
Rep: Reputation: 46
It seems there is some weird setup of your Solaris? Which Solaris are you using?
 
Old 08-27-2007, 03:44 AM   #21
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
The correct way is:
Code:
PATH=$PATH:/usr/sfw/bin:/usr/ccs/bin make

Quote:
lolz couldn't you told me that it has to be like this:

Code:

#sh ./configure PATH=$PATH:/usr/sfw/bin:/usr/ccs/bin

lolz... still thanks!
Same here, the syntax you used isn't standard.
That should be
Code:
PATH=$PATH:/usr/sfw/bin:/usr/ccs/bin ./configure
 
Old 08-27-2007, 09:51 AM   #22
Dox Systems - Brian
Member
 
Registered: Nov 2006
Posts: 344

Rep: Reputation: 31
I'm failing with:

actctx.c:76: error: `version' defined as wrong kind of tag
*** Error code 1
make: Fatal error: Command failed for target `actctx.o'

while trying to build the lastest version of wine. Any ideas?
 
Old 08-27-2007, 11:16 AM   #23
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Original Poster
Rep: Reputation: 46
That is weird. I tried these instructions on a new OpenSolaris installation build 68. Everything worked. I dont understand your problems. It should work? What have you done with your installations? Which Solaris version are you using?
 
Old 08-27-2007, 11:51 AM   #24
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by Dox Systems - Brian View Post
I'm failing with:

actctx.c:76: error: `version' defined as wrong kind of tag
*** Error code 1
make: Fatal error: Command failed for target `actctx.o'

while trying to build the lastest version of wine. Any ideas?
Sure, I had the very same problem with 0.9.42 / Solaris Express build 54 and posted a solution here:

http://www.linuxquestions.org/questi...36&postcount=3

The resulting wine was almost unusable though.
 
Old 08-27-2007, 01:59 PM   #25
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Rep: Reputation: 15
i run version Sun Solaris 10 [11/06] x64/x86 and just received Solaris Express 5/07 (Developer Edition) over the Air Mail
 
Old 08-27-2007, 02:55 PM   #26
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Rep: Reputation: 15
MAKE Error:

Code:
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -g -O2  -o actctx.o actctx.c
actctx.c:76: error: `version' defined as wrong kind of tag
*** Error code 1
make: Fatal error: Command failed for target `actctx.o'
Current working directory /export/home/dezeeuw/wine-0.9.44/dlls/ntdll
*** Error code 1
The following command caused the error:
cd ntdll && make
make: Fatal error: Command failed for target `ntdll'
Current working directory /export/home/dezeeuw/wine-0.9.44/dlls
*** Error code 1
The following command caused the error:
cd dlls && make
make: Fatal error: Command failed for target `dlls'
#
 
Old 08-27-2007, 03:28 PM   #27
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
LAN-Dominator.nl, I'm afraid you are overlooking my replies.
 
Old 08-27-2007, 03:52 PM   #28
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Original Poster
Rep: Reputation: 46
LAN.DOMINATOR,

the build instructions works on OpenSolaris b68. Maybe you should try Solaris express edition instead of using Solaris 10, until you figure everything out?
 
Old 08-28-2007, 04:51 AM   #29
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
I just checked with build 66 and it still doesn't work without the workaround I suggested. The root cause is a name clash: "enum version" defined in math.h and "struct version" defined in dlls/ntdll/actctx.c.

Kebabbert, are you sure you are compiling the 0.9.44 source ?

Are you using extra compiling options or a different compiler than Solaris bundled gcc ?
 
Old 08-28-2007, 06:42 AM   #30
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Original Poster
Rep: Reputation: 46
I am using the Sun Studio v12 C++ compiler. I think the build script recommends Sun Studio somewhere in the text?

Plain vanilla b68. Compiling and installing worked flawlessly with Wine v0.9.41. Somewhere in the cbe files there is a README file, that tells which versions of Wine is working. Like pkgget/etc/README or something similar place. (All packages you can download, is listed there with .txt info, and a README file).

I am running DC++ right now. I also tried Doom 1 and Heretic, Hexen and stuff. There is some problems running those games though. VLC Player doesnt work correctly, the sound lags terribly. But the picture seems correct? I prefer XMMS as a video player though.




Ive heard that you can substitute the DLL files Wine produces, with the corresponding Windows XP dll files. That would give a better result with running programs? Anyone tried this?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
configuring wine as per instructions Veteq Linux - Newbie 2 10-31-2004 03:11 PM
Wine instructions jocast Linux - Software 1 06-09-2004 08:31 PM
Instructions: 2.6.x src. kernel build for Redhat Base. Package Updates from Fedora mchirico Red Hat 0 05-11-2004 07:19 PM
Wine Program instructions garretwp Linux - Software 8 03-06-2004 12:39 AM
Instructions on Run kazaa with wine. Qebex Linux - Software 8 04-17-2003 10:59 PM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 06:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration