Re: [Mac] [Build] python headers not found

2013-09-30 Thread Herbert Duerr

Hi Tal,

On 28.09.2013 11:14, Tal Daniel wrote:

Herbert, thank you updating me on the SVN update, which updated Python
definitions in configure.in; it makes things much more easier now, since
Jürgen points now to the current version of Python.

Would you share with us how do you track SVN updates? do you use Eclipse,
or other tool? cmd-line?


Yes, I use the command-line of plain svn and I'd do it for all work with 
the repository if there wasn't git-svn which is much more convenient for 
my preferred workflow.


To get things going I'd suggest to start with plain svn though. Getting 
to know one version control system first is easier than learning two at 
the same time and dealing with their interactions.


I'd also recommend iterm2 which makes working on the command line on Mac 
more convenient.



For now, I've decided to sync  build AOO401 tag, which is more stable, I
guess.


Yes, that's a good approach.

Herbert


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [Mac] [Build] python headers not found

2013-09-28 Thread Tal Daniel
Herbert, thank you updating me on the SVN update, which updated Python
definitions in configure.in; it makes things much more easier now, since
Jürgen points now to the current version of Python.

Would you share with us how do you track SVN updates? do you use Eclipse,
or other tool? cmd-line?

For now, I've decided to sync  build AOO401 tag, which is more stable, I
guess.

Thanks again for your help,
Tal

On Fri, Sep 27, 2013 at 3:12 PM, Herbert Duerr h...@apache.org wrote:

 On 27.09.2013 13:51, Tal Daniel wrote:

 I'm [...] struggling with Python: the configuration shell script can't
 find the Python header files (python.h, ...).


 Jürgen recently [1][2] updated the python baseline to Python 2.7

 [1] 
 https://issues.apache.org/ooo/**show_bug.cgi?id=122010https://issues.apache.org/ooo/show_bug.cgi?id=122010
 [2] http://svn.apache.org/viewvc/**openoffice/trunk/main/**
 configure.in?r1=1485654r2=**1485653pathrev=1485654http://svn.apache.org/viewvc/openoffice/trunk/main/configure.in?r1=1485654r2=1485653pathrev=1485654
 ...

 Hope that helps,
 Herbert


[Mac] [Build] python headers not found

2013-09-27 Thread Tal Daniel
Hi, I'm trying to follow the Building Guide for Mac,
and not I'm struggling with Python: the configuration shell script can't
find the Pyhon header files (python.h, ...).

...

checking which python to use... compiling against MacOSX10.4u.sdk (python
 version 2.3)
 checking Python.h usability... no
 checking Python.h presence... no
 checking for Python.h... no
 configure: error: Python headers not found



I installed [mac]port python33, and switched to it, and I know where its
headers folder is located.
I tried to change configure file, but it keeps reseting so I can't change
anything there (e.g. the PYTHON_CFLAG var).

I wonder, would a ln -s from the system python version to the current
release headers would help the configure script to find the headers,
finally.

Any help would be appreciated.
Tal


Re: [Mac] [Build] python headers not found

2013-09-27 Thread Herbert Duerr

On 27.09.2013 13:51, Tal Daniel wrote:

Hi, I'm trying to follow the Building Guide for Mac,
and not I'm struggling with Python: the configuration shell script can't
find the Pyhon header files (python.h, ...).


Jürgen recently [1][2] updated the python baseline to Python 2.7

[1] https://issues.apache.org/ooo/show_bug.cgi?id=122010
[2] 
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.in?r1=1485654r2=1485653pathrev=1485654



I installed [mac]port python33


I'm not sure whether a build against Python 3.3 is already possible


, and switched to it, and I know where its
headers folder is located.
I tried to change configure file, but it keeps reseting so I can't change
anything there (e.g. the PYTHON_CFLAG var).


Change the configure.in file, not the configure file! Then run 
autoconf to get the new and shiny and patched configure script ;-)


Hope that helps,
Herbert

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org