Conversation
Notices
-
who can help me ? after ./configure i enter make but it shows me this http://ur1.ca/9ze58 !linux !gnu !fsf
-
it's second time that i enter make! first time every thing seems ok but this error appears
-
no idea???
-
@numb95 probably a header file missing but i'm not a programmer.
-
@ghostdancer I'm not programmer too :D. i think i should edit MakeFile & add some libraries or reinstall a header! i don't know what 2 do
-
It looks like you are missing Xorg development headers. I'm not sure what the package name is in Ubuntu.
-
@sbanwart I'm not in ubuntu! i using fedora 17 i just use ubuntu's pastebin lol
-
@numb95 Have you got all of the dependencies installed for whatever it is your trying to build? And the -devel versions of those?
-
@numb95 when you made ./configure it didn't tell you something about some file missing?
-
@grdryn yes! i installed them before (both type of packages)! i have a lot's of problem with compiling!
-
In that case, check and see if you have libX11-devel installed.
-
this error is for another package http://goo.gl/JiYEH ! these two packages are important for me
-
@numb95 do you know about fpaste.org? There's an fpaste CLI tool also in fedora that you can pipe output to; e.g: echo "something" | fpaste
Numb95 likes this. -
@grdryn i know web interface of fpaste but not the command line tools of it ! thanks
-
@sbanwart the libX11-devel i installed! the ./configure just said that everything is ok now just run make
-
The only other thing I can think of is the makefile is looking for the headers in a different place. Does this code use autoconf/automake?
-
@sbanwart i don't know but after opening makefile I see ***/mising --run autoconf ! and this line repeated with autoconf and automake
-
i think i should use arch for solving this problem( compiling problems)
-
What happens when you run ./configure?
-
@sbanwart take a look at this http://fpaste.org/k0AG/
-
Hmm. No errors. At this point I'm out of ideas. :-(
-
Does the makefile still have any of those "***/mising" errors?
-
@sbanwart look at these fpaste.org/F7Ec/ http://fpaste.org/reUL/
-
Nothing stands out as an error in either of those. :-(
-
@numb95 did you try deleting your build directory and start over?
-
@abo no! how ? delete the folder and extract again the package and run .configure?
-