Changes between Version 6 and Version 7 of NativesWin32Build
- Timestamp:
- 10/30/09 12:15:15 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NativesWin32Build
v6 v7 75 75 It is strongly recommended to use this rar instead of building all the libraries separately as this would take up to 30 hours. 76 76 * install perl on your computer: click on the active perl from here http://www.activestate.com/activeperl/ and follow the instructions. Choose the folder c:/msys as instalation directory(edit the path as necessary to point to your msys installation). 77 77 78 * download the file [http://www.sophie2.org/trac/export/7904/branches/private/ivo/resource/swfdec-0.9.2.tar.gz swfdec-0.9.2.tar.gz] and uncompress it (this can be done using 7-zip or winrar) and navigate to the newly created folder(0.9.2 is the version of swfdec used in the document). It is important to use this tar.gz not the ordinary swfdec-0.9.2.tar.gz because the common distribution can not run on windows. 78 * open msys and navigate to the newly created folder(swfdec-0.9.2)and type: 79 ./configure --enable-gtk=no --enable-gstreamer=no --with-audio=none 79 * open msys and navigate to the newly created folder(swfdec-0.9.2)and type:[[BR]] 80 PKG_CONFIG_PATH=C:/msys/mingw/lib/pkgconfig (here change C:/msys to the path to the msys installation) [[BR]] 81 ./configure --enable-gtk=no --enable-gstreamer=no --with-audio=none --prefix=/mingw 80 82 * while still in the swfdec-0.9.2 folder type: make install[[BR]] 81 83 On some installations depending on the msys and perl installations sometimes an error occures while executing the last command. The output contains information about errors found in the file swdfdec_enums.h . If such an error occurs, open the file swfdec-0.9.2/swfdec/swfdec_enums.h in a text editor and comment out( add double slash("//") in the beging of) the lines containing filepath (lines number 10,13,18,21, 24 and 27). After doing so type(again) the command: make install[[BR]]