Compiling Vegastrike in CodeBlocks instead

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
owen_a
Explorer
Explorer
Posts: 8
Joined: Tue Sep 21, 2010 6:21 pm

Compiling Vegastrike in CodeBlocks instead

Post by owen_a »

Hi,

Instead of compiling vegastrike in MSVC, I've got familiar with codeblocks. I've followed everything on how to setup codeblocks for vegastrike but when i compile i get a link error.

The error is:

Code: Select all

Linking console executable: ..\..\win32\bin\vegaserverRVC7.exe
LINK : fatal error LNK1181: cannot open input file 'Release\vegastrike\boost\1_35\src\converter\arg_to_python_base.obj'
Any Ideas?
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: Compiling Vegastrike in CodeBlocks instead

Post by shenle »

Did you install python 2.6?
make me a sandwich
make: *** No rule to make target 'me'. Stop.
owen_a
Explorer
Explorer
Posts: 8
Joined: Tue Sep 21, 2010 6:21 pm

Re: Compiling Vegastrike in CodeBlocks instead

Post by owen_a »

Yes.
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: Compiling Vegastrike in CodeBlocks instead

Post by shenle »

Which project did you start with? It looks like the linker cannot find the object files for the python/boost code. Make sure you have the correct paths set. Did the python/boost files compile at the earlier stage?
make me a sandwich
make: *** No rule to make target 'me'. Stop.
owen_a
Explorer
Explorer
Posts: 8
Joined: Tue Sep 21, 2010 6:21 pm

Re: Compiling Vegastrike in CodeBlocks instead

Post by owen_a »

Oh, do I need to compile python first before I compile VS ?
strook
ISO Party Member
ISO Party Member
Posts: 461
Joined: Fri Sep 03, 2010 12:10 pm

Re: Compiling Vegastrike in CodeBlocks instead

Post by strook »

Nö if you install Python all is Done. But this isn't the Problem here, you Need to configure vegastrike. In the vc++ project Files, all dependencies are solved, when using codeblocks you Need to solve the dependencies yourself, there is nö project file included for it yet. Here it can't find the boost libraries. On my machine there seems to Be à Problem with that Version already included in vs, so you should Download it yourself.
plz visit my vegastrike project branch here

plz support VegaOgre by donating to it!

My systems: Mac mini 1, 4gig RAM;
i5 Quad Core 2400, 300mbit WLAN, 1,3Tbyte HD, 60 GB SSD,
nvidia geforce 8400gs 512MB, 6gig RAM with Ubuntu 11.4,
win7 and hackintosh installed
Post Reply