LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-17-2005, 08:40 AM   #1
thesonic1
Member
 
Registered: Aug 2003
Posts: 33

Rep: Reputation: 15
Question Error in Make running WineCVS.sh


Hi Everyone,

I am trying to install CedegaCVS using the WineCVS from Linux-Gamers site and I have search all over for the fix but after trying everything I have found I still get the same error. Here is the error code:

Compiling ...

--------- Error log - file /root/.WineCVS/sources/cvscedega/ErrorLog : ---------
ts_xlib.c:1175: warning: return type defaults to `int'
ts_xlib.c: In function `TSXOpenIM':
ts_xlib.c:1176: error: `XIM' undeclared (first use in this function)
ts_xlib.c:1176: error: syntax error before "r"
ts_xlib.c:1178: error: `r' undeclared (first use in this function)
ts_xlib.c:1178: warning: implicit declaration of function `XOpenIM'
ts_xlib.c:1178: error: `a0' undeclared (first use in this function)
ts_xlib.c:1178: error: `a1' undeclared (first use in this function)
ts_xlib.c:1178: error: `a2' undeclared (first use in this function)
ts_xlib.c:1178: error: `a3' undeclared (first use in this function)
ts_xlib.c: At top level:
ts_xlib.c:1183: error: syntax error before "TSXCheckIfEvent"
ts_xlib.c:1183: error: syntax error before '*' token
ts_xlib.c:1183: warning: type defaults to `int' in declaration of `TSXCheckIfEve
nt'
ts_xlib.c:1183: error: `TSXCheckIfEvent' declared as function returning a functi
on
ts_xlib.c:1183: warning: type defaults to `int' in declaration of `XPointer'
ts_xlib.c:1183: error: syntax error before "a3"
ts_xlib.c:1186: warning: type defaults to `int' in declaration of `wine_tsx11_lo
ck'
ts_xlib.c:1186: error: 'wine_tsx11_lock' redeclared as different kind of symbol
../include/ts_xlib.h:19: error: previous declaration of 'wine_tsx11_lock' was he
re
ts_xlib.c:1186: error: 'wine_tsx11_lock' redeclared as different kind of symbol
../include/ts_xlib.h:19: error: previous declaration of 'wine_tsx11_lock' was he
re
ts_xlib.c:1186: warning: data definition has no type or storage class
ts_xlib.c:1187: warning: type defaults to `int' in declaration of `r'
ts_xlib.c:1187: warning: implicit declaration of function `XCheckIfEvent'
ts_xlib.c:1187: error: `a0' undeclared here (not in a function)
ts_xlib.c:1187: error: `a1' undeclared here (not in a function)
ts_xlib.c:1187: error: `a2' undeclared here (not in a function)
ts_xlib.c:1187: error: `a3' undeclared here (not in a function)
ts_xlib.c:1187: error: initializer element is not constant
ts_xlib.c:1187: warning: data definition has no type or storage class
ts_xlib.c:1188: warning: type defaults to `int' in declaration of `wine_tsx11_un
lock'
ts_xlib.c:1188: error: 'wine_tsx11_unlock' redeclared as different kind of symbo
l
../include/ts_xlib.h:20: error: previous declaration of 'wine_tsx11_unlock' was
here
ts_xlib.c:1188: error: 'wine_tsx11_unlock' redeclared as different kind of symbo
l
../include/ts_xlib.h:20: error: previous declaration of 'wine_tsx11_unlock' was
here
ts_xlib.c:1188: warning: data definition has no type or storage class
ts_xlib.c:1189: error: syntax error before "return"
ts_xlib.c:1192: error: syntax error before '*' token
ts_xlib.c:1192: error: syntax error before '*' token
ts_xlib.c: In function `TSXSynchronize':
ts_xlib.c:1194: error: syntax error before '*' token
ts_xlib.c:1196: warning: implicit declaration of function `XSynchronize'
ts_xlib.c:1196: warning: assignment makes pointer from integer without a cast
ts_xlib.c: At top level:
ts_xlib.c:1201: error: syntax error before '*' token
ts_xlib.c:1203: error: syntax error before '*' token
make[1]: *** [ts_xlib.o] Error 1
make[1]: Leaving directory `/root/.WineCVS/sources/cvscedega/winex/tsx11'
make: *** [tsx11/libwine_tsx11.so] Error 2

Error in Make

Try fixing the error based on the output above, and
run the script again, without paramaters (Eg: WineCVS.sh)

--------- End Error log - file /root/.WineCVS/sources/cvscedega/ErrorLog : ---------

I am running Mandrake 10.1 using the 2.6 kernel running on AMD XP 2800+ with 512mb OCZ ram and MSI GF4 Ti4200 vid card. All the dependencies are installed I believe as the Make Depend part of the script finds no errors - any ideas would be great - I am really perplexed as installed with no issues on 2.4 Kernel with 9.2 Mandrake - just upgraded about a month ago -

Thanks Everyone,

TheSonic1
 
Old 03-17-2005, 11:42 AM   #2
thesonic1
Member
 
Registered: Aug 2003
Posts: 33

Original Poster
Rep: Reputation: 15
Exclamation Just a Note:

Just a note: this is a very different error than the other Make Install post also posted today

Thanks,

TheSonic1
 
Old 03-17-2005, 04:35 PM   #3
thesonic1
Member
 
Registered: Aug 2003
Posts: 33

Original Poster
Rep: Reputation: 15
Is anyone able to help at all - surely I am not the only one that has ever had this issue?
 
Old 03-17-2005, 07:26 PM   #4
thesonic1
Member
 
Registered: Aug 2003
Posts: 33

Original Poster
Rep: Reputation: 15
FIXED

Its Fixed,

Error was the xorg-x11-devel packages were not installed correctly - tried to update using GUI software package manager and it gave me an error unsatisfied devel (freelib) error - ran URPMI xorg-x11-devel and then re-ran script with restart option selected and it completed successfully. Just incase anyone has the same issue.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Error running make Fusspils Linux - Newbie 4 09-14-2005 12:18 PM
General question while running make "make[2]: *** [main.o] Error 1" matazar42 Linux - Software 3 08-15-2005 12:39 PM
Error running make xconfig davidas Linux - Software 3 04-05-2004 05:43 PM
ERROR running make when installing Nvidia drivers (syntax error) randyriver10 Linux - Software 5 02-21-2004 04:51 PM
error when running make punt Linux - General 2 09-24-2001 07:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:44 AM.

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