Trying to compile trunk...
-
KukY
- Regular

- Posts: 1859
- Joined: 20 Mar 2009, 21:56
Trying to compile trunk...
I downloaded all that's needed, just need to update SVN and install MSVC...
I somehow know it will fail so I am looking for help here...
For beggining: Does anyone have expiriences with MSVC 2010?
I somehow know it will fail so I am looking for help here...
For beggining: Does anyone have expiriences with MSVC 2010?
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: Trying to compile trunk...
You posted in the wrong area. Moving.
For 2010, you need to make all the libs yourself from source. (Download them all, and compile them, and make a new dev package)
For 2010, you need to make all the libs yourself from source. (Download them all, and compile them, and make a new dev package)
and it ends here.
-
BlueMaxima
- Trained

- Posts: 431
- Joined: 05 Jun 2008, 09:20
- Location: Sydney, Australia
-
KukY
- Regular

- Posts: 1859
- Joined: 20 Mar 2009, 21:56
Re: Trying to compile trunk...
Where to download them?Buginator wrote:For 2010, you need to make all the libs yourself from source. (Download them all, and compile them, and make a new dev package)
-
Emdek
- Regular

- Posts: 1329
- Joined: 24 Jan 2010, 13:14
- Location: Poland
Re: Trying to compile trunk...
If you are using Windows then use Google to find them.KukY wrote:Where to download them?
Configure even sometimes shows project URL if library is not found, as far as I remember...
Nadszedł już czas, najwyższy czas, nienawiść zniszczyć w sobie.
The time has come, the high time, to destroy hatred in oneself.
Beware! Mad Qt Evangelist.
The time has come, the high time, to destroy hatred in oneself.
Beware! Mad Qt Evangelist.
-
KukY
- Regular

- Posts: 1859
- Joined: 20 Mar 2009, 21:56
Re: Trying to compile trunk...
But what are those?Emdek wrote:If you are using Windows then use Google to find them.
Configure even sometimes shows project URL if library is not found, as far as I remember...
-
Emdek
- Regular

- Posts: 1329
- Joined: 24 Jan 2010, 13:14
- Location: Poland
Re: Trying to compile trunk...
There is no output from IDE / compiler / something else?KukY wrote:But what are those?Emdek wrote:If you are using Windows then use Google to find them.
Configure even sometimes shows project URL if library is not found, as far as I remember...
It should print what is not available...
Nadszedł już czas, najwyższy czas, nienawiść zniszczyć w sobie.
The time has come, the high time, to destroy hatred in oneself.
Beware! Mad Qt Evangelist.
The time has come, the high time, to destroy hatred in oneself.
Beware! Mad Qt Evangelist.
-
KukY
- Regular

- Posts: 1859
- Joined: 20 Mar 2009, 21:56
Re: Trying to compile trunk...
I think I got it now...
I'll be back...
I'll be back...
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: Trying to compile trunk...
It isn't hard, look at the libs we use, then google for them, get the source package, untar/zip/rar it, compile it, stick it in the new dev package, and that is pretty much it.
I did have a readme file that talked where I got the packages, but I don't recall if it is in the current dev package or not.
I did have a readme file that talked where I got the packages, but I don't recall if it is in the current dev package or not.
and it ends here.
-
KukY
- Regular

- Posts: 1859
- Joined: 20 Mar 2009, 21:56
Re: Trying to compile trunk...
Is it "REVS.TXT" file in trunk dev pkg? I found links to sources there so I guess it is...Buginator wrote:It isn't hard, look at the libs we use, then google for them, get the source package, untar/zip/rar it, compile it, stick it in the new dev package, and that is pretty much it.
I did have a readme file that talked where I got the packages, but I don't recall if it is in the current dev package or not.
-
KukY
- Regular

- Posts: 1859
- Joined: 20 Mar 2009, 21:56
Re: Trying to compile trunk...
I got all of those sources downloaded, but now I am having problems compiling them -.-