WineHQ
NuSphere PHPEd 5.9.0 (Build 5921)



Category: Main > Programming / Software Engineering > NuSphere PHPEd > 5.9.0 (Build 5921)


NameNuSphere PHPEd
Version5.9.0 (Build 5921)
License Retail
URLhttp://www.nusphere.com/produc...
Votes  
RatingGold
Wine Version1.2-rc3
Maintainers of this version:
Description
NuSphere PhpED is a integrated development environment for php. Suitable both for small individual works and large multi-developer projects.
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)

What works
Setup. App starts, can create and save project, edit files.


What does not
Debugging session does not start.


What was not tested
Everything else.


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentUbuntu 10.04 "Lucid" x86_64 (+ variants like Kubuntu)Jun 13 20101.2-rc3 Yes Yes Gold rox 
ShowFedora 12 x86_64Feb 27 20101.1.38 Yes No Garbage an anonymous user 
ShowFedora 12 x86_64Feb 11 20101.1.38 Yes Yes Platinum Steven Foong 
ShowFedora 12 x86_64Feb 09 20101.1.36 Yes Yes Garbage Steven Foong 
ShowUbuntu 9.10 "Karmic" (+ variants like Kubuntu)Feb 11 20101.0.1 Yes Yes Platinum Steven Foong 


Known bugs
Bug # Description Status Resolution Other apps affected

 
HOWTO

At this moment , Yum repository only provide version 1.1.36 if wine , the phpED will not work on this version. Even download the 1.1.38 source from wine and compile also wouldn't work. I had tested using the following method to build the wine from latest nightly build will make the phpED working.­

So in order to run phpED at Fedora 12 , you have to perform the following steps:

yum install alsa-lib-devel.i686 alsa-lib-devel audiofile-devel.i686 audiofile-devel cups-devel.i686 dbus-devel.i686 dbus-devel esound-devel.i686 esound-devel fontconfig-devel.i686 fontconfig-devel freetype-devel.i686 freetype-devel giflib-devel.i686 giflib-devel hal-devel.i686 hal-devel lcms-devel.i686 lcms-devel libICE-devel.i686 libICE-devel libjpeg-devel.i686 libjpeg-devel libpng-devel.i686 libpng-devel libSM-devel.i686 libSM-devel libusb-devel.i686 libusb-devel libX11-devel.i686 libX11-devel libXau-devel.i686 libXau-devel libXcomposite-devel.i686 libXcomposite-devel libXcursor-devel.i686 libXcursor-devel libXext-devel.i686 libXext-devel libXi-devel.i686 libXi-devel libXinerama-devel.i686 libXinerama-devel libxml2-devel.i686 libxml2-devel libXrandr-devel.i686 libXrandr-devel libXrender-devel.i686 libXrender-devel libxslt-devel.i686 libxslt-devel libXt-devel.i686 libXt-devel libXv-devel.i686 libXv-devel libXxf86vm-devel.i686 libXxf86vm-devel mesa-libGL-devel.i686 mesa-libGL-devel mesa-libGLU-devel.i686 mesa-libGLU-devel ncurses-devel.i686 ncurses-devel openldap-devel.i686 openldap-devel openssl-devel.i686 openssl-devel zlib-devel.i686 pkgconfig sane-backends-devel.i686 sane-backends-devel xorg-x11-proto-devel glibc-devel.i686 prelink fontforge flex bison libstdc++-devel.i686 pulseaudio-libs-devel.i686 gnutls-devel.i686 libgphoto2-devel.i686 openal-soft-devel.i686 isdn4k-utils-devel.i686 gsm-devel.i686 samba-winbind git-core ccache

Once everything are installed, you can download the Wine source code using the following command:

­git clone git://source.winehq.org/git/wine.git wine-git
­cd wine-git
CC="ccache gcc" ./configure --verbose 
(if you are running on 64bit processor, try this 
CC="ccache gcc -m32" ./configure --verbose )

Make sure you received no error before you proceed. Most of the time is dependency issue, use yum to download the library. Once all error resolve , issue the following command:

­CC="ccache gcc" ./configure --verbose && make depend && make ­ 

  

­

This will start compiling the wine. Once the compiling is finish , you Install the application from scratch:

./wine nusphere-phped-5.9-win32.exe­­­
­ And run it:­
­­./wine "C:\Program Files\NuSphere\PhpED\phped.exe"­­
­­­­ This will make the system using the latest build wine to run the phpED.­­­­

 




   << Back

Page loaded in 0.12599 seconds.