Search found 9 matches

by tedbronson
Wed Aug 08, 2007 4:13 pm
Forum: Compile
Topic: Problems Compiling freeorion (from svn)
Replies: 27
Views: 7772

Re: Problems Compiling freeorion (from svn)

Thanks for the tip about slocate, I'll try that the next time I need to find a file. I'm still pretty new to linux, though I am getting used to it slowly but surely. No, I don't remember seeing any errors when building graphviz, but if they don't halt the process I am not likely to catch them. It se...
by tedbronson
Tue Aug 07, 2007 11:46 pm
Forum: Compile
Topic: Problems Compiling freeorion (from svn)
Replies: 27
Views: 7772

Re: Problems Compiling freeorion (from svn)

no arith.h is nowhere to be found. did a "find | grep arith.h" in / and the only result was from the expanded tarball. I tried copying the header from there into the directory with the rest of the graphviz files but it still didn't see it. geom.h IS in the directory, and also must not be w...
by tedbronson
Tue Aug 07, 2007 8:34 pm
Forum: Compile
Topic: Problems Compiling freeorion (from svn)
Replies: 27
Views: 7772

Re: Problems Compiling freeorion (from svn)

I already put those in, else it wouldn't find gvc.h......

further, by looking in arith.h I can see that PI is simply defined as, of course, pi or 3.14159265...
I manually put it into the file, problem solved. BUT I still have no clue where or what PS2INCH comes from :-(
by tedbronson
Tue Aug 07, 2007 7:20 pm
Forum: Compile
Topic: Problems Compiling freeorion (from svn)
Replies: 27
Views: 7772

Re: Problems Compiling freeorion (from svn)

Nope no luck doing it either thru .configure && make && make install or by using rpm. Still getting the same error, even after completly deleting the freeorion dir and rechecking it out from svn.
by tedbronson
Tue Aug 07, 2007 6:50 pm
Forum: Compile
Topic: Problems Compiling freeorion (from svn)
Replies: 27
Views: 7772

Re: Problems Compiling freeorion (from svn)

Okay, i have been doing "./configure" then "make install clean" to build from sources, I'll see if anything different happens this time.
by tedbronson
Tue Aug 07, 2007 5:58 pm
Forum: Compile
Topic: Problems Compiling freeorion (from svn)
Replies: 27
Views: 7772

Re: Problems Compiling freeorion (from svn)

maybe thats the problem, the only version of graphviz I could find was 2.15

I did find arith.h in the sources and tried copying it into the proper directory, but no luck yet.
by tedbronson
Tue Aug 07, 2007 4:28 pm
Forum: Compile
Topic: Problems Compiling freeorion (from svn)
Replies: 27
Views: 7772

Re: Problems Compiling freeorion (from svn)

hmmm arith.h isnt in my include directory for graphviz :-(
there is an arith.hpp in my boost directory tho
as for the other reply, yes I did both scons and scons install for Gigi
by tedbronson
Tue Aug 07, 2007 3:57 am
Forum: Compile
Topic: Problems Compiling freeorion (from svn)
Replies: 1
Views: 1219

Problems Compiling freeorion (from svn)

When I try to compile freeorion I get this error: g++ -o UI/TechTreeWnd-human.o -c -pthread -Wall -O2 -DFREEORION_LINUX -DENABLE_BINRELOC -DFREEORION_BUILD_HUMAN -I/usr/include/python2.4 -I/usr/local/include/boost-1_34_1 -I/usr/local/include -I/usr/include/graphviz -Inetwork UI/TechTreeWnd.cpp UI/Te...
by tedbronson
Tue Aug 07, 2007 2:19 am
Forum: Compile
Topic: Problems Compiling freeorion (from svn)
Replies: 27
Views: 7772

Problems Compiling freeorion (from svn)

Ok after looking thru the forums I was able to get all the way to the point where it actually started building freeorion....unfortunately, this is what I got: g++ -o UI/TechTreeWnd-human.o -c -pthread -Wall -O2 -DFREEORION_LINUX -DENABLE_BINRELOC -DFREEORION_BUILD_HUMAN -I/usr/include/python2.4 -I/u...