I'm trying to build wxPython 2.8.1.1 under Cygwin following the instructions on 
http://gnuradio.org/trac/wiki/wxPythonCygwin .  I have successfully done this 
previously, but was having difficulty making GNU Radio (which I have since 
identified what was wrong).  I went through an uninstalled my wxPython and 
tried to rebuild it.  Unfortunately, now I getting stuck on "make".  I get the 
following error.  Are there any suggestions as to what may be wrong?


Configured wxWidgets 2.8.1 for `i686-pc-cygwin'
  Which GUI toolkit should wxWidgets use?                 msw
  Should wxWidgets be compiled into single library?       no
  Should wxWidgets be compiled in debug mode?             no
  Should wxWidgets be linked as a shared library?         yes
  Should wxWidgets be compiled in Unicode mode?           no
  What level of wxWidgets compatibility should be enabled?
                                       wxWidgets 2.4      no
                                       wxWidgets 2.6      yes
  Which libraries should wxWidgets use?
                                       jpeg               sys
                                       png                sys
                                       regex              sys
                                       tiff               builtin
                                       zlib               sys
                                       odbc               no
                                       expat              sys
                                       libmspack          no
                                       sdl                no

[EMAIL PROTECTED] /usr/src/wxPython-src-2.8.1.1/build-local
$ make
/usr/src/wxPython-src-2.8.1.1/build-local/bk-deps gcc -c -o wxtiff_tif_jpeg.o   
 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ 
-I/usr/src/wxPython-src-2.8.1.1/build-local/lib/wx/include/msw-ansi-debug-2.8 
-I../include -Wall -Wundef -O2 -fno-strict-aliasing ../src/tiff/tif_jpeg.c
../src/tiff/tif_jpeg.c: In function `alloc_downsampled_buffers':
../src/tiff/tif_jpeg.c:579: error: structure has no member named 
`width_in_blocks'
../src/tiff/tif_jpeg.c: In function `JPEGEncodeRaw':
../src/tiff/tif_jpeg.c:1250: error: structure has no member named 
`width_in_blocks'
../src/tiff/tif_jpeg.c: In function `JPEGPostEncode':
../src/tiff/tif_jpeg.c:1311: error: structure has no member named 
`width_in_blocks'
make: *** [wxtiff_tif_jpeg.o] Error 1


 
____________________________________________________________________________________
Expecting? Get great news right away with email Auto-Check. 
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to