You'll probably need to take a closer look at the output from the configure step, or look in the config.log and config.status files and see if there are any clues as to why it wasn't enabled.
···
On 12/17/12 4:12 PM, aeronova.mailing@gmail.com wrote:
Hello all,
I downloaded wxPython-src-2.9.4.0 and built it successfully with the
following confiugration options (I'm using python2.7 from macports):
However, I found openGL is not configured even though I have mesa
installed by macports and openGL installed by Mac OS. The locations of
each openGL version is
/opt/local/include/GL and
/System/Library/Frameworks/OpenGL.framework/Headers.
I guess somehow the configuration process cannot search for files under
/opt/local. I'd apprecaite if someone could help me with fixing this
configuration problem. Thank you in adv.
I guess somehow the configuration process cannot search for files under
/opt/local. I’d apprecaite if someone could help me with fixing this
configuration problem. Thank you in adv.
You’ll probably need to take a closer look at the output from the
configure step, or look in the config.log and config.status files and
see if there are any clues as to why it wasn’t enabled.
Thank you for the reply. I followed the instruction at Phoenix/README.rst at master · wxWidgets/Phoenix · GitHub, which simply says running build-wxpython.py will do the job. But it seems I need to start with running configure first. I wonder where I can find instructions for the usual process (configure, build, and install).
K. Lee.
···
On Wednesday, December 19, 2012 6:12:36 AM UTC+8, Robin Dunn wrote:
build-wxpython.py will invoke build-wxwidgets.py, which will run configure and make for you. BY default it will do it in the wxPython/bld folder, so look there for the log file and etc. If you would rather do it via the more usual build process then you can watch the output of the build- scripts to find out what flags are being used on the various command lines it is running.
···
On 12/18/12 3:46 PM, aeronova.mailing@gmail.com wrote:
On Wednesday, December 19, 2012 6:12:36 AM UTC+8, Robin Dunn wrote:
On 12/17/12 4:12 PM, aeronova...@gmail.com <javascript:> wrote:
> Hello all,
>
> I downloaded wxPython-src-2.9.4.0 and built it successfully with the
> following confiugration options (I'm using python2.7 from macports):
>
> /opt/local/bin/python2.7 build-wxpython.py --build_dir=../bld
--osx_cocoa
>
> However, I found openGL is not configured even though I have mesa
> installed by macports and openGL installed by Mac OS. The
locations of
> each openGL version is
>
> /opt/local/include/GL and
> /System/Library/Frameworks/OpenGL.framework/Headers.
>
> I guess somehow the configuration process cannot search for files
under
> /opt/local. I'd apprecaite if someone could help me with fixing
this
> configuration problem. Thank you in adv.
You'll probably need to take a closer look at the output from the
configure step, or look in the config.log and config.status files and
see if there are any clues as to why it wasn't enabled.
Thank you for the reply. I followed the instruction at Phoenix/README.rst at master · wxWidgets/Phoenix · GitHub, which simply says running
build-wxpython.py will do the job. But it seems I need to start with
running configure first. I wonder where I can find instructions for the
usual process (configure, build, and install).
> Hello all,
>
> I downloaded wxPython-src-2.9.4.0 and built it successfully with the
> following confiugration options (I'm using python2.7 from macports):
>
> /opt/local/bin/python2.7 build-wxpython.py --build_dir=../bld
--osx_cocoa
>
> However, I found openGL is not configured even though I have mesa
> installed by macports and openGL installed by Mac OS. The
locations of
> each openGL version is
>
> /opt/local/include/GL and
> /System/Library/Frameworks/OpenGL.framework/Headers.
>
> I guess somehow the configuration process cannot search for files
under
> /opt/local. I'd apprecaite if someone could help me with fixing
this
> configuration problem. Thank you in adv.
You'll probably need to take a closer look at the output from the
configure step, or look in the config.log and config.status files and
see if there are any clues as to why it wasn't enabled
I think the config logs file is
.//bld/cocoa/config.log
and it looks like “–with-opengl” is on, as I found the following strings:
build-wxpython.py will do the job. But it seems I need to start with
running configure first. I wonder where I can find instructions for the
usual process (configure, build, and install).
build-wxpython.py will invoke build-wxwidgets.py, which will run configure and make for you. BY default it will do it in the wxPython/bld folder, so look there for the log file and etc. If you would rather do it via the more usual build process then you can watch the output of the build- scripts to find out what flags are being used on the various command lines it is running.
The wx configure also configures the included libtiff code (if there isn't one already available on the system) and the summary you are looking at is the one from libtiff's configure. Keep looking.
···
On 12/20/12 2:43 AM, Kyunghoon Lee wrote:
On Wed, Dec 19, 2012 at 8:04 AM, Robin Dunn <robin@alldunn.com > <mailto:robin@alldunn.com>> wrote:
On 12/18/12 3:46 PM, aeronova.mailing@gmail.com > <mailto:aeronova.mailing@gmail.com> wrote:
On Wednesday, December 19, 2012 6:12:36 AM UTC+8, Robin Dunn wrote:
On 12/17/12 4:12 PM, aeronova...@gmail.com > <mailto:aeronova…@gmail.com> <javascript:> wrote:
> Hello all,
>
> I downloaded wxPython-src-2.9.4.0 and built it
successfully with the
> following confiugration options (I'm using python2.7
from macports):
>
> /opt/local/bin/python2.7 build-wxpython.py
--build_dir=../bld
--osx_cocoa
>
> However, I found openGL is not configured even though I
have mesa
> installed by macports and openGL installed by Mac OS. The
locations of
> each openGL version is
>
> /opt/local/include/GL and
> /System/Library/Frameworks/__OpenGL.framework/Headers.
>
> I guess somehow the configuration process cannot search
for files
under
> /opt/local. I'd apprecaite if someone could help me
with fixing
this
> configuration problem. Thank you in adv.
You'll probably need to take a closer look at the output
from the
configure step, or look in the config.log and config.status
files and
see if there are any clues as to why it wasn't enabled
I think the config logs file is
.//bld/cocoa/config.log
and it looks like "--with-opengl" is on, as I found the following strings: