Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Alternative Civs > Freeciv > Freeciv 1.14.0 has been released!
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
04.Sep: `FC` 2.0.5 COMPLETED AND RELEASED
27.Jul: `FC` 2.0.4 COMPLETED AND RELEASED
16.Jul: `FC` 2.0.3 COMPLETED AND RELEASED

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Per is offline Per
Freeciv Developer

May 2002
time: 06:25
  Old Post 20-01-2003 18:26
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Freeciv 1.14.0 has been released! Increase Your PM Length

We are proud to announce that a new stable version of Freeciv has finally been completed and is available for download.

A big THANKS goes to the PEOPLE, who made it all come true.

It is available from our web page.

Now go have some fun!

CapTVK is offline CapTVK
King
Voorburg, the Netherlands, Europe
Jan 1970
time: 05:25
  Old Post 20-01-2003 21:31 Visit CapTVK's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Tired of ads?

Awww, beaten to the punch...congrats to Per and all involved!


Damn, I knew i should have posted the news when I saw it on Freshmeat this sunday. It's been out since Friday 17th jan.

bbailey is offline bbailey
Settler

Jan 2003
time: 05:25
  Old Post 23-01-2003 01:41
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Newbie User Plea for HELP Support Apolyton

Okay, I am a novice Unixer. Actually I am using Mac OS X 10.2. Still with me? Okay, I downloaded all developer tools and X11 too. I've got make, gcc, and I am getting use to doing stuff from the terminal.

Apparently make (nor gmake) is not available from the xTerm window.

./configure --with-included-gettext && make install

seems to mostly work (I even read the Quick-Start Guide), right untill the end. Then it looks like my file structures are non-standard.

The last lines of the compile follow.

...
config.status: executing fc_default-5 commands
config.status: executing default commands
Making install in data
Making install in misc
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/local/share/freeciv/misc
mkdir /usr/local/share
mkdir: /usr/local/share: Permission denied
mkdir /usr/local/share/freeciv
mkdir: /usr/local/share/freeciv: No such file or directory
mkdir /usr/local/share/freeciv/misc
mkdir: /usr/local/share/freeciv/misc: No such file or directory
make[3]: *** [install-pkgdataDATA] Error 1
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1

Is this easy to correct / work arround? How?
Thanks very much.

Thue is offline Thue
Freeciv Developer
Copenhagen, Denmark
Jan 1970
time: 06:25
  Old Post 23-01-2003 03:00 Visit Thue's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Support Apolyton

A simple fix would be to pass --prefix=[somewhere that exists] to ./configure .

Did you check if /usr/local exists, and if you just need to have write permission? (try being root when you "make install")

bbailey is offline bbailey
Settler

Jan 2003
time: 05:25
  Old Post 23-01-2003 20:01
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Get a bigger avatar today!

quote:
Originally posted by Thue
try being root when you "make install"


Thanks Thue! As you expected, you sound advise worked perfectly -- and I promptly ran into another road block. You are rewarded for your kind efforts by more whining on the part of the newbie...

When I enter ser into the terminal window I just get back:
ser: Command not found.

ls shows a file named ser but it doesn't seem to be an executable. Do I have to run chmod or something? Shouldn't make install have taken care of this for me? (I even used command line ungzip and tar to extract the archive, just in case the GUI Stuffit Expander wasn't setting file attributes correctly.)

The last several lines from ./configure follow. It all looks good to me, but what do I know?

code:
Making install in doc make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /bin/sh ./config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default-1 commands config.status: executing default-2 commands config.status: executing fc_default-1 commands config.status: executing fc_default-2 commands config.status: executing fc_default-4 commands config.status: executing fc_default-5 commands config.status: executing default commands make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'.

MacHatter is offline MacHatter
Chieftain

Jun 2000
time: 21:25
  Old Post 24-01-2003 02:24
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

Rather than typing 'ser', type './ser' from within the freeciv directory. The x flags seem to be present for both ser and civ for me (I'm also running 10.2). However, I'm started with the CVS source, so some differences may exist.

The reason is '.' isn't in the PATH variable by default under OS X. It would probably be possible to fix this by editing your .cshrc (If you haven't changed your shell), but I haven't played with that.

Thue is offline Thue
Freeciv Developer
Copenhagen, Denmark
Jan 1970
time: 06:25
  Old Post 24-01-2003 05:31 Visit Thue's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, buy Civilization 2

Nice to be able to help .

About running ser: ser is a script for running civserver from inside the freeciv build dir (MacHatter is correct that you need to use ./ser instead of ser in that case). make install installed the executable systemwide as civserver, so try running that instead. Similarly you can now use civclient instead of ./civ for the client.
[If typing civserver at the prompt returns Command not found then chech that /usr/local/bin is in your path by running echo $PATH on the command line]

The output from ./configure looks correct.

Per is offline Per
Freeciv Developer

May 2002
time: 06:25
  Old Post 24-01-2003 21:13
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Full PM-box? Change here!

As Thue says, you have a path problem. Actually you don't need to install freeciv to play it - the simplest is actually playing it right out of the directory where you built it. (Of course, that way you can't delete the sources afterwards.) You just type "client/civclient &" and "server/civserver" in the directory where you built freeciv, and there you should go.

bbailey is offline bbailey
Settler

Jan 2003
time: 05:25
  Old Post 27-01-2003 20:05
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

Thank you all. I've gotten farther than I expected to be honest.
Yes, I have a path problem. sure enough, /usr/local/bin is not in my path. So how do I fix that?

Running client/civclient & and server/civserver works though, so I was pretty happy.

No sound, but I got the graphical nationality selection screen, so things are looking good. As soon as I build a city, however, I get a Segmentation fault.

I had to log on as root to make install, so I will try playing as root and post back here if that makes a difference. OS X flavor of Unix is doing some other odd things. For example, in the OS X X 11 terminal (xterm) cd /usr/local/share behaves as you would expect. But with the usual terminal app as soon as one types the third slash, the last l in local changes and gets a hyphen through it (it's not an ascii symbol that I recognize). Also, I could only run make install from terminal but not xterm. civclient runs only from xterm (as one would expect) but civserver runs from either.

Thue is offline Thue
Freeciv Developer
Copenhagen, Denmark
Jan 1970
time: 06:25
  Old Post 29-01-2003 16:57 Visit Thue's homepage!
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Avatar Enlargement: We've got the solution

You should not run freeciv as root.

Also, the easiest thing should be to run freeciv from the source directory, starting the server as ./ser and the client as ./civ.

I don't know about the the segmentation fault... if it said "core dumped" and you have gdb installed then try writing gdb client/civclient core and inside gdb write backtrace.

bbailey is offline bbailey
Settler

Jan 2003
time: 05:25
  Old Post 30-01-2003 00:58
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Happilly, civserver wouldn't run when I logged on as super user.

I see a new thread starting up on Segmentation fault. I will comment there, but I am actually relieved I am not the only one with this problem, so maybe it is not just an OS X thing.

Yes, ./ser and ./civ works from the source directory.
What does the trailing ampersand do in the longhand command client/civclient &?

I would like to fix my path problem. Can anyone kindly tutor me so that I can get /usr/local/bin in my path?

MacHatter is offline MacHatter
Chieftain

Jun 2000
time: 21:25
  Old Post 30-01-2003 03:16
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Browse Apolyton AD-FREE

The ampersand means that you want to run the process in the background and return to the shell rather than waiting for the process to finish.

This is useful if you have to start a daemon (ie: mysqld) by hand, or if you want to launch a graphical program (such as civclient or the gimp)

To temporary fix the problem, type
set PATH=/usr/local/bin:$PATH

This change won't persist if the shell window is closed.
To fix the problem in a more permanent manner, type the following command once.
echo 'set PATH=/usr/local/bin:$PATH\n' >> .login
This creates a file called .login if it doesn't exist, or appends the file if it does. This contents of this file are run every time a login shell is created. Each terminal window is a login shell.
In this case, you are wanting to modify the path everytime a login shell is created.

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:25.
Apolyton Time is 00:25.
    top of page
Rate This Thread:
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0487 seconds (88.35% PHP - 11.65% MySQL) with 30 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net