freebaseballsim-mail Mailing List for Free Baseball Simulator
Status: Pre-Alpha
Brought to you by:
tstellar
You can subscribe to this list here.
| 2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Emanuel S. <ems...@gm...> - 2015-02-26 20:34:21
|
Hello, I know this software seems like it's no longer actively maintained but I'd figure I'd ask just in case. I am using mysql as my database and was getting an error when running the make command. After some googling I found that the -lm in the LIBS command on line 2 of the makefile should be at the end of the make command. Moving it there fixed it. I'm also getting this error (below) while running the example command. I'm assuming it works when others do it, and I'm just missing a library or did something wrong during installation? Thanks for making this simulator it looks really cool if I can get it working! Thanks, Emanuel *** Error in `./run_draft': free(): corrupted unsorted chunks: 0x00000000020b5610 *** ./run_draft --seed=1 failed: 134 at ./restart_league.pl line 112. **ERROR: Exiting goals.pl. Died at goals.pl line 450. LIBS=-lmysqlclient -ldata -llist -lm |