Logo by blob - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Follow us on Twitter
 
*
Welcome, Guest. Please login or register. April 20, 2024, 03:46:05 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1] 2 3   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: [Solved] BUILD Fragmentarium on Windows  (Read 17493 times)
0 Members and 2 Guests are viewing this topic.
vinz
Iterator
*
Posts: 154


« on: July 03, 2013, 07:10:37 PM »

i thought it was easy as loading a file into a software, and push the build button, but i was wrong.

1. i've installed "VS express 2012" on my system.
2. installed the lastest QT I found ---> "qt-windows-opensource-5.1.0-msvc2012-x86_64-offline"

- i've loaded the project in VS by opening the file "Fragmentarium.vcproj", and i cannot compile because of errors - see picture below.
- tried to open with Qt creator, but it's seems it cannot handle vs project.
-  tried to use "Qmake" and "make" command on console, but it don't recognize it at valid command.
i've checked Qt folder and there isn't any Qmake or make executable.

Any help? for the newbie cheesy, i really want to learn how to compile it, and also why not someday do some modifications.


* Screenshot - 03_07_2013 , 19_07_18.jpg (41.27 KB, 1029x217 - viewed 833 times.)
« Last Edit: July 04, 2013, 06:56:37 PM by vinz » Logged
3dickulus
Global Moderator
Fractal Senior
******
Posts: 1558



WWW
« Reply #1 on: July 03, 2013, 07:41:16 PM »

google "building qt project on windows" lots of infos out there

I'm not a windows guy so I can't say I've tried any of the methods that show up but there are people compiling Qt apps on Win
Logged

Resistance is fertile...
You will be illuminated!

                            #B^] https://en.wikibooks.org/wiki/Fractals/fragmentarium
vinz
Iterator
*
Posts: 154


« Reply #2 on: July 03, 2013, 07:47:22 PM »

Thanks for your input 3dickulus smiley
i'll continue to check on my side .... for what i see the current problem com from some paths, and also i've checked these path are void don't contain any of the files that
vs is looking for  evil

here some warning that i've when i open the project ! but i don't really understand what it said !
i've found the projecy configuration and i thinks  all relative path seems good.


* Screenshot - 03_07_2013 , 19_54_59.jpg (75.75 KB, 1523x409 - viewed 773 times.)

* Screenshot - 03_07_2013 , 19_57_57.jpg (83.08 KB, 836x493 - viewed 771 times.)

* Screenshot - 03_07_2013 , 20_01_32.jpg (31.92 KB, 607x219 - viewed 767 times.)
« Last Edit: July 03, 2013, 08:02:22 PM by vinz » Logged
3dickulus
Global Moderator
Fractal Senior
******
Posts: 1558



WWW
« Reply #3 on: July 03, 2013, 07:57:42 PM »

try...

http://qt-project.org/doc/qt-4.8/install-win.html

and

http://godhc.wordpress.com/2012/06/10/build-your-qt-project-on-windows-and-mac-osx/

seems like a good place to start, suggest getting your environment setup to compile windows programs first and then add Qt stuff to it
Logged

Resistance is fertile...
You will be illuminated!

                            #B^] https://en.wikibooks.org/wiki/Fractals/fragmentarium
vinz
Iterator
*
Posts: 154


« Reply #4 on: July 03, 2013, 07:59:54 PM »

thanks 3dickulus ... i'll check these links smiley
Logged
vinz
Iterator
*
Posts: 154


« Reply #5 on: July 03, 2013, 08:11:01 PM »

I didn't found any specific manipulation to do for installing Qt 5.1 do you think i need to go back to Qt 4 ?
but for now i thinks, the problem i've is not comming from a qt problem i think more a project configuration problem ... but as dunno what to modify ! hahaha ! fluffin noob i'm , i hate me .... embarrass
« Last Edit: July 03, 2013, 08:16:29 PM by vinz » Logged
3dickulus
Global Moderator
Fractal Senior
******
Posts: 1558



WWW
« Reply #6 on: July 03, 2013, 08:33:01 PM »

not sure what version of Qt works for your setup and Windows remains a mystery to me  fiery
Logged

Resistance is fertile...
You will be illuminated!

                            #B^] https://en.wikibooks.org/wiki/Fractals/fragmentarium
vinz
Iterator
*
Posts: 154


« Reply #7 on: July 03, 2013, 08:35:22 PM »

I think the Qt4 can work here! i'll try to install this one and do the manipulations you sent to me smiley

ARF:
the only i've found is that one : Qt libraries 4.8.5 for Windows (VS 2010, 235 MB)
if i'm right it mean it will work with vs 2010 does it will work with vs 2012 ?
« Last Edit: July 03, 2013, 08:41:31 PM by vinz » Logged
3dickulus
Global Moderator
Fractal Senior
******
Posts: 1558



WWW
« Reply #8 on: July 03, 2013, 10:13:28 PM »

I have no idea sad I'm hardcore *nix forever.
Logged

Resistance is fertile...
You will be illuminated!

                            #B^] https://en.wikibooks.org/wiki/Fractals/fragmentarium
vinz
Iterator
*
Posts: 154


« Reply #9 on: July 03, 2013, 10:18:25 PM »

Thanks you very Much 3dickulus for helping me, you're more than welcome !  cheesy A Beer Cup A Beer Cup A Beer Cup A Beer Cup A Beer Cup A Beer Cup
i just hope you'll not be the only one to gimme some input. grin
i imagine i will take one month to do something that can be done in few minutes... hahahhaa as usually  grin
Logged
elphinstone
Alien
***
Posts: 38



mattia.gollub
WWW
« Reply #10 on: July 03, 2013, 11:59:18 PM »

if i'm right it mean it will work with vs 2010 does it will work with vs 2012 ?

No sad

Usually these packages are compatible only with a specific version of VS. In your case I think it's because Qt for VS2010 is configured to work with the v100 toolset (compiler, libraries, ...), but VS2012 uses v110. One solution would be to install VS2010 and use it to build Fragmentarium.

I'm currently developing a software with Qt in VS2012 so I got it working somehow  grin But now I don't remember exactly how... Tomorrow I'll have access to my development PC and I'll have a look and write you some more details smiley
Logged
vinz
Iterator
*
Posts: 154


« Reply #11 on: July 04, 2013, 12:06:17 AM »

HAhahaha thanks your verrrrrrrrrryyyyyy much elphinstone ...

here my current progress :

1. i've added an environnement variable called QT4DIR with the path of Qt 5.1 "c:\qt\5.1\etc../"
when i launched vs2012 , it started to BUILD for the first time !! cheesy after few seconds i had some new errors ... a step forward ... hahaha !
so i decided to install qt 4.8.5 and see what it give
i've added new variable QT4DIR with the path "c:\Qt\4.8.5\" launched project and started to BUILD far further....
now i've these errors, again it stop with these paths that are empty !!... vs2012 seems really want to have the files in these folders.

EDIT:I will wait for tomorrow but if i don't have others solution i'll try to keep a free licence for vs 2010 express....


* Screenshot - 04_07_2013 , 00_36_33.jpg (171.32 KB, 1436x631 - viewed 816 times.)
« Last Edit: July 04, 2013, 01:02:06 AM by vinz » Logged
elphinstone
Alien
***
Posts: 38



mattia.gollub
WWW
« Reply #12 on: July 04, 2013, 08:34:28 AM »

So: I have VS2012 Ultimate with Qt 5.0.2 and the Qt Visual Studio plugin. I can create new Qt project, work on my own application BUT I cannot compile fragmentarium. Fragmentarium VS solution looks to be created for VS2008, so the VC++ project is not configured as Qt project like in the newer versions...

As a first step I would suggest to install VS2010 (or even 2008 as Syntopia suggests https://github.com/Syntopia/Fragmentarium/blob/master/Fragmentarium-Source/Build%20-%20Windows/BuildProcedure.txt) with Qt4 and try again smiley
Logged
vinz
Iterator
*
Posts: 154


« Reply #13 on: July 04, 2013, 08:38:26 AM »

Thanks you for your Help elphinstone, i'll do that  grin
Logged
vinz
Iterator
*
Posts: 154


« Reply #14 on: July 04, 2013, 03:11:32 PM »

HI, i've just installed vs2008 express edition,
loaded the project, and build the solution, it seems i've the exactly same errors as vs2012 and also the warnings about macro redefining :  hurt
Any clue about what i can do ?

i've added the generated rapport!
Edit: i've also tried to clean solution and project, but it don't help.

How can i create the missing files ?


* Screenshot - 04_07_2013 , 15_10_06.jpg (60.15 KB, 1189x271 - viewed 794 times.)

* Screenshot - 04_07_2013 , 15_13_17.jpg (128.1 KB, 1894x622 - viewed 776 times.)
« Last Edit: July 04, 2013, 03:32:46 PM by vinz » Logged
Pages: [1] 2 3   Go Down
  Print  
 
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.221 seconds with 28 queries. (Pretty URLs adds 0.011s, 2q)