Results 1 to 4 of 4
I have a real nightmare with make here with centos.
Nomatter any package i download and install, i can configure but cannot do make. Everytime it pops with warnings and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-26-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 8
make problem :(((((
I have a real nightmare with make here with centos.
Nomatter any package i download and install, i can configure but cannot do make. Everytime it pops with warnings and errors?
what could be the problem? should i need to install any other yum packages? i own centos + plesk.
Any help much appreciated!
- 11-26-2007 #2Just Joined!
- Join Date
- Nov 2007
- Location
- Camp Pendleton
- Posts
- 55
What are the errors?
- 11-26-2007 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 8
something like below. Only the bottom half i am posting since its too lengthy. i tried to install vmc2swf (software to convert video to flash)
argsresources.c: In function `SetAutoState':
argsresources.c:451: error: `XtNstate' undeclared (first use in this function)
argsresources.c:451: error: request for member `autoDetect' in something not a structure or union
argsresources.c: At top level:
argsresources.c:458: error: syntax error before "w"
argsresources.c: In function `ToggleAuto':
argsresources.c:460: error: request for member `class' in something not a structure or union
argsresources.c:460: error: `TrueColor' undeclared (first use in this function)
argsresources.c:462: error: request for member `autoDetect' in something not a structure or union
argsresources.c:462: error: request for member `autoDetect' in something not a structure or union
argsresources.c:464: warning: implicit declaration of function `XBell'
argsresources.c:466: error: `event' undeclared (first use in this function)
argsresources.c: At top level:
argsresources.c:473: error: syntax error before "w"
argsresources.c: In function `ToggleBGR233':
argsresources.c:475: error: request for member `class' in something not a structure or union
argsresources.c:475: error: `TrueColor' undeclared (first use in this function)
argsresources.c:477: error: request for member `useBGR233' in something not a structure or union
argsresources.c:477: error: request for member `useBGR233' in something not a structure or union
argsresources.c:478: error: request for member `useBGR233' in something not a structure or union
argsresources.c:479: error: request for member `autoDetect' in something not a structure or union
argsresources.c:479: error: `False' undeclared (first use in this function)
argsresources.c:481: error: `True' undeclared (first use in this function)
argsresources.c:485: error: `event' undeclared (first use in this function)
make: *** [argsresources.o] Error 1
- 11-26-2007 #4Just Joined!
- Join Date
- Nov 2007
- Location
- Camp Pendleton
- Posts
- 55
Er. Try `make 2>&1 | head -50' and send that output...


Reply With Quote
