latest vssetup not building

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
wirser
Bounty Hunter
Bounty Hunter
Posts: 201
Joined: Wed Dec 01, 2004 8:06 pm
Location: not where i want to be

latest vssetup not building

Post by wirser »

... after our hero .....
vssetup from repository on 12-18-2004 is not building with the following output:
fedora2 /1ghzathlon
____________________________________________________________
[root@wirser src]# perl ./build
Compiling Vega Strike Setup... display_dialog../src/include/display_dialog.cpp:4:20: dialog.h: No such file or directory
../src/include/display_dialog.cpp: In function `void InitGraphics(int*,
char***)':
../src/include/display_dialog.cpp:14: error: `init_dialog' undeclared (first
use this function)
../src/include/display_dialog.cpp:14: error: (Each undeclared identifier is
reported only once for each function it appears in.)
../src/include/display_dialog.cpp: In function `int ShowMainMenu(char**, char*,
char*)':
../src/include/display_dialog.cpp:31: error: `dialog_vars' undeclared (first
use this function)
../src/include/display_dialog.cpp:32: error: `dialog_state' undeclared (first
use this function)
../src/include/display_dialog.cpp:35: error: `TRUE' undeclared (first use this
function)
../src/include/display_dialog.cpp:41: error: `dlg_put_backtitle' undeclared
(first use this function)
../src/include/display_dialog.cpp:42: error: `LINES' undeclared (first use this
function)
../src/include/display_dialog.cpp:42: error: `COLS' undeclared (first use this
function)
../src/include/display_dialog.cpp:42: error: `dialog_menu' undeclared (first
use this function)
../src/include/display_dialog.cpp: In function `int ShowSubMenu(char**, char*,
char*, const char*)':
../src/include/display_dialog.cpp:60: error: `dialog_menu' undeclared (first
use this function)
../src/include/display_dialog.cpp: In function `void ShowMain()':
../src/include/display_dialog.cpp:143: error: `DLG_EXIT_CANCEL' undeclared
(first use this function)
../src/include/display_dialog.cpp:143: error: `DLG_EXIT_ESC' undeclared (first
use this function)
../src/include/display_dialog.cpp:146: error: `DLG_EXIT_ERROR' undeclared
(first use this function)
../src/include/display_dialog.cpp:146: error: `DLG_EXIT_UNKNOWN' undeclared
(first use this function)
../src/include/display_dialog.cpp:182: error: `dlg_clear' undeclared (first use
this function)
../src/include/display_dialog.cpp:183: error: `dlg_killall_bg' undeclared
(first use this function)
../src/include/display_dialog.cpp:184: error: `end_dialog' undeclared (first
use this function)
../src/include/display_dialog.cpp:185: error: `initscr' undeclared (first use
this function)
../src/include/display_dialog.cpp:186: error: `refresh' undeclared (first use
this function)
../src/include/display_dialog.cpp:187: error: `endwin' undeclared (first use
this function)
../src/include/display_dialog.cpp:191: error: `dlg_exit' undeclared (first use
this function)

setup... Linkingg++: ../src/include/display_dialog.o: No such file or directory
Done

Time Elapsed: 3 second
________________________________________
vssetup from 10-03 still builds
based on the output it looks like "../src" should be ./src but I dont know perl to find it ':?'
dandandaman
Artisan
Artisan
Posts: 1270
Joined: Fri Jan 03, 2003 3:27 am
Location: Perth, Western Australia
Contact:

Post by dandandaman »

you need to edit Config.pl and change USE_GTK or something like that to be set to 1 (it's near the top of the script, you won't miss it)

Dan.a
wirser
Bounty Hunter
Bounty Hunter
Posts: 201
Joined: Wed Dec 01, 2004 8:06 pm
Location: not where i want to be

Post by wirser »

you need to edit Config.pl and change USE_GTK or something like that to be set to 1 (it's near the top of the script, you won't miss it)
actually I just went back to

$root = "../";
and changed it to
$root = "./";

and it built
any problems with this?

after I posted I decided to explore and found this in the same file
wirser
Bounty Hunter
Bounty Hunter
Posts: 201
Joined: Wed Dec 01, 2004 8:06 pm
Location: not where i want to be

Post by wirser »

ok your way worked mine didn't: oops:'
almost.....
after changing Config.pl
you need to "perl ./build clean" to get it to build properly
osama
Explorer
Explorer
Posts: 14
Joined: Mon Dec 20, 2004 11:32 am
Location: Finland

Post by osama »

mine doesn't even compile after I did what you said.

Code: Select all

Compiling Vega Strike Setup...

Time Elapsed: 0 second
and no errors. damn. what to do?
Vegan praise seitan!
osama
Explorer
Explorer
Posts: 14
Joined: Mon Dec 20, 2004 11:32 am
Location: Finland

Post by osama »

oops.
somehow I took the wrong advice.
got mixed up.
USE_GTK is the one that works
Vegan praise seitan!
Guest

USE_GTK works

Post by Guest »

setting USE_GTK to 1 worked for me as well
Post Reply