![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rm & mv command failed due to too many files. | videsh77 | UNIX for Advanced & Expert Users | 9 | 05-16-2008 11:01 AM |
| make file_Configuration lookup disabled for target. | mannam srinivas | Linux | 0 | 04-16-2008 12:19 AM |
| Fatal error: Command failed for target `build_crypto' | sayed_021 | SUN Solaris | 1 | 02-13-2008 09:16 AM |
| Solaris 9: make: Fatal error:Command failed for target | eldiego | UNIX for Dummies Questions & Answers | 2 | 10-28-2005 12:11 PM |
| big brother monitoring tool - make failed | touny | AIX | 0 | 08-25-2005 08:57 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
make command failed for target 'obj/gp_unix.o'
hi,
i am trying to run make command in solaris 9. its giving the error: make:Fatal error:Command failed for target 'obj/gp_unix.o' i came to know X11 should be inastalled for gp_unix.o.But it is already installed.still the same error. ./configure worked fine. can anybody please suggest me how should i proceed? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Can you post more line's of error ?
- nilesh |
|
#3
|
|||
|
|||
|
For compiling stuff which requires X11, you might also need to install some package like libx11-dev or similar. On Ubuntu, that's the precise package name; if you're not on Ubuntu, it might help if you could tell us which platform you're on.
|
|
#4
|
|||
|
|||
|
Hi nilesh ,
Th error m getting is as follows... ./src/gp_unix.c: In function `gp_enumerate_fonts_init': ./src/gp_unix.c:318: parse error before `*' ./src/gp_unix.c:323: `pat' undeclared (first use in this function) ./src/gp_unix.c:323: (Each undeclared identifier is reported only once ./src/gp_unix.c:323: for each function it appears in.) ./src/gp_unix.c:323: `os' undeclared (first use in this function) ./src/gp_unix.c: In function `gp_enumerate_fonts_next': ./src/gp_unix.c:348: parse error before `*' ./src/gp_unix.c:357: parse error before `*' ./src/gp_unix.c:359: `result' undeclared (first use in this function) ./src/gp_unix.c:359: `font' undeclared (first use in this function) ./src/gp_unix.c:359: `family_fc' undeclared (first use in this function) ./src/gp_unix.c:365: `file_fc' undeclared (first use in this function) ./src/gp_unix.c:371: `outline_fc' undeclared (first use in this function) ./src/gp_unix.c:377: `slant_fc' undeclared (first use in this function) ./src/gp_unix.c:383: `weight_fc' undeclared (first use in this function) ./src/gp_unix.c:392: warning: passing arg 4 of `makePSFontName' from incompatible pointer type ./src/gp_unix.c:393: warning: assignment from incompatible pointer type ./src/gp_unix.c:340: warning: unused variable `psname' *** Error code 1 make: Fatal error: Command failed for target `obj/gp_unix.o' Hello era, This error is in solaris 9 sparc platform.. |
|||
| Google The UNIX and Linux Forums |