aleuly / ifcplusplus

Automatically exported from code.google.com/p/ifcplusplus
Other
0 stars 0 forks source link

Dumb question -- building in Windows #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was trying to compile the library on windows, and I think that just setting 
the environment variables according to 
https://code.google.com/p/ifcplusplus/wiki/BuildInstructions won't be enough to 
make MS VS find the libraries. Is there some official additional steps for 
building?

What steps will reproduce the problem?
1. download openscenegraph and compile with MS visual studio express 2013
2. download cgal, qt etc
3. set environment variables like 
https://code.google.com/p/ifcplusplus/wiki/BuildInstructions and run visual 
studio and build solution

What is the expected output? What do you see instead?
VS complains about not being able to find include files. I added the 
environment variables to the project properties, additional include libraries. 
But when compiling SimpleViewer it still tries to find Qt under D:\lib\... 
instead of where I specified (C:\Qt\...). I can't find where to change this.

What version of the product are you using? On what operating system?
r25, on Windows 7 with MS visual studio express 2013

Please provide any additional information below.

Original issue reported on code.google.com by lizhi...@gmail.com on 8 Aug 2014 at 6:50

GoogleCodeExporter commented 9 years ago
Ah, never mind -- I deleted all the .user files and let VS generate them anew, 
and it now can find Qt.

Original comment by lizhi...@gmail.com on 9 Aug 2014 at 12:08

GoogleCodeExporter commented 9 years ago
Yes, generating the .user files with the actual QTDIR solves this.
I removed it from the repository, so that a new file is generated automatically.

Original comment by fabian.g...@gmail.com on 9 Aug 2014 at 10:29