HaveF / opennero

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

Build documentation needs to be updated #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out the opennero code
2. Look at the directory /external/include/Python
3. It is not there

What is the expected output? What do you see instead?
I would expect to checkout all the files that are in the repository as 
shown in the source code browser on this website. Not all files are 
transferred.

What version of the product are you using? On what operating system?
This happens on both windows 7/tortoisesvn
TortoiseSVN 1.6.6, Build 17493 - 64 Bit , 2009/10/19 20:22:18 Subversion 
1.6.6
And on fedora unix, svn version 1.4.4.

Original issue reported on code.google.com by okke.formsma on 15 Apr 2010 at 12:54

GoogleCodeExporter commented 9 years ago
What do you mean by a full checkout?

If you checkout the current version of the trunk from this URL:

http://opennero.googlecode.com/svn/trunk/

You should not get any external/lib files. We had these directories in the 
past, but 
we don't have any currently - we just have external/source and 
external/include. 
Where are you getting the instructions for these? Most likely the instructions 
need 
to be corrected.

We do not include Python in our repository. To build the code, both boost and 
python 
have to be installed on the developer's machine.

Original comment by ikarpov on 15 Apr 2010 at 2:50

GoogleCodeExporter commented 9 years ago
I'm sorry, this bug report is invalid.

The documentation at http://code.google.com/p/opennero/wiki/BuildingOpenNero 
states 
that only CMake and Visual Studio are required to build. However, the python 
SOURCE 
needs to be installed too. The default python packages on windows do not come 
with 
source code. 

This lead me to search for pyconfig.h in the trunk, which I found at 
(http://www.google.com/codesearch/p?
hl=en#9tIUrTCAxCk/trunk/external/include/Python/Python.h&q=Python%20package:http
://op
ennero%5C.googlecode%5C.com&sa=N&cd=1&ct=rc&d=0). However, the google code 
search is 
not up to date and showed me an old version of the repository.

The documentation at http://code.google.com/p/opennero/wiki/BuildingOpenNero 
needs to 
be updated, stating that python WITH SOURCE CODE should be installed on the 
system. 
The documentation should also mention the required flag for CMake (see issue 2).

Original comment by okke.formsma on 15 Apr 2010 at 8:46

GoogleCodeExporter commented 9 years ago
I have updated the build documentation. 

Original comment by okke.formsma on 15 Apr 2010 at 9:54

GoogleCodeExporter commented 9 years ago

Original comment by ikarpov on 24 Aug 2010 at 7:09