Pleas help me about porting applications from Openstep to GNUstep.
"Ryan Hwang" <[email protected]> Sat, 22 Nov 2008 00:16:18 +0800
| Newsgroups | gmane.comp.lib.gnustep.applications,gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
--===============1781966326== Content-Type: multipart/alternative; boundary="----=_Part_104904_6109433.1227284178650" ------=_Part_104904_6109433.1227284178650 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline To anyone who can help me: Hello~ Recently I'v got an application for my research(about EEG signal processing),but it was developped in Openstep Enterprise (OSE) for Windows. I installed GNUstep,but I don't know how to port the app to GNUstep since I've never learned about UNIX/Linux/GNU stuff like that before. There are source codes and the author says: This source code can be imported in Linux GNUSTEP with MINOR modifications as GNUSTEP is compliant with Openstep specifications. I wonder what to modify and how to. Here is the Makefile in the Source Code: =========================================================================== # # Generated by the NeXT Project Builder. # # NOTE: Do NOT change this file -- Project Builder maintains it. # # Put all of your customizations in files called Makefile.preamble # and Makefile.postamble (both optional), and Makefile will include them. # NAME = modeleNpop PROJECTVERSION = 2.6 PROJECT_TYPE = Application LANGUAGE = English NEXTSTEP_APPICON = modeleNcol.tiff ICONSECTIONS = -sectcreate __ICON app modeleNcol.tiff LOCAL_RESOURCES = modeleNpop.nib population.nib CLASSES = popManager.m population.m HFILES = fonctionsC.h popManager.h population.h MFILES = modeleNpop_main.m CFILES = fonctionsC.c OTHERSRCS = Makefile.preamble Makefile Makefile.postamble MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles CODE_GEN_STYLE = DYNAMIC MAKEFILE = app.make NEXTSTEP_INSTALLDIR = $(HOME)/Apps WINDOWS_INSTALLDIR = $(HOME)/Apps PDO_UNIX_INSTALLDIR = $(HOME)/Apps LIBS = DEBUG_LIBS = $(LIBS) PROF_LIBS = $(LIBS) FRAMEWORKS = -framework AppKit -framework Foundation include $(MAKEFILEDIR)/platform.make -include Makefile.preamble include $(MAKEFILEDIR)/$(MAKEFILE) -include Makefile.postamble -include Makefile.dependencies ============================================================================== When I "make" this file in the GNUstep,it displays: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Makefile:46:/NextDeveloper/Makefiles/pb_makefiles/platform.make:No such file or directory Makefile:50:/NextDeveloper/Makefiles/pb_makefiles/app.make:No such file or directory make: *** No rule to make target '/NextDeveloper/Makefiles/pb_makefiles/app.make'. Stop. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- It's really an important application for me, and I really need your help~ If other source codes are needed,please let me know. Looking forward to your reply ASAP. I'd be most grateful for your help. Sincerely Yours, Ryan Hwang ------=_Part_104904_6109433.1227284178650 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div><font face="comic sans ms,sans-serif">To anyone who can help me:</font></div> <div><font face="Comic Sans MS"></font> </div> <div>Hello~</div> <div> </div> <div>Recently I'v got an application for my research(about EEG signal processing),but it was developped in Openstep Enterprise (OSE) for Windows.</div> <div>I installed GNUstep,but I don't know how to port the app to GNUstep since I've never learned about UNIX/Linux/GNU stuff like that before.</div> <div> </div> <div>There are source codes and the author says: This source code can be imported in Linux GNUSTEP with MINOR modifications as GNUSTEP is compliant with Openstep specifications.</div> <div> </div> <div>I wonder what to modify and how to.</div> <div> </div> <div>Here is the Makefile in the Source Code:</div> <div> </div> <div>===========================================================================</div> <div><font face="courier new,monospace">#<br># Generated by the NeXT Project Builder.<br>#<br># NOTE: Do NOT change this file -- Project Builder maintains it.<br>#<br># Put all of your customizations in files called Makefile.preamble<br> # and Makefile.postamble (both optional), and Makefile will include them.<br>#</font></div> <div><font face="courier new,monospace">NAME = modeleNpop</font></div> <div><font face="courier new,monospace">PROJECTVERSION = 2.6<br>PROJECT_TYPE = Application<br>LANGUAGE = English</font></div> <div><font face="courier new,monospace">NEXTSTEP_APPICON = modeleNcol.tiff<br>ICONSECTIONS = -sectcreate __ICON app modeleNcol.tiff</font></div> <div><font face="courier new,monospace">LOCAL_RESOURCES = modeleNpop.nib population.nib</font></div> <div><font face="courier new,monospace">CLASSES = popManager.m population.m</font></div> <div><font face="courier new,monospace">HFILES = fonctionsC.h popManager.h population.h</font></div> <div><font face="courier new,monospace">MFILES = modeleNpop_main.m</font></div> <div><font face="courier new,monospace">CFILES = fonctionsC.c</font></div> <div><font face="courier new,monospace">OTHERSRCS = Makefile.preamble Makefile Makefile.postamble</font></div> <div><br><font face="courier new,monospace">MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles<br>CODE_GEN_STYLE = DYNAMIC<br>MAKEFILE = app.make<br>NEXTSTEP_INSTALLDIR = $(HOME)/Apps<br>WINDOWS_INSTALLDIR = $(HOME)/Apps<br> PDO_UNIX_INSTALLDIR = $(HOME)/Apps<br>LIBS = <br>DEBUG_LIBS = $(LIBS)<br>PROF_LIBS = $(LIBS)</font></div> <div><br><font face="courier new,monospace">FRAMEWORKS = -framework AppKit -framework Foundation</font></div> <div><br><font face="courier new,monospace">include $(MAKEFILEDIR)/platform.make</font></div> <div><font face="courier new,monospace">-include Makefile.preamble</font></div> <div><font face="courier new,monospace">include $(MAKEFILEDIR)/$(MAKEFILE)</font></div> <div><font face="courier new,monospace">-include Makefile.postamble</font></div> <div><font face="garamond,serif"><font face="courier new,monospace">-include Makefile.dependencies</font><br></font>==============================================================================</div> <div> </div> <div>When I "make" this file in the GNUstep,it displays:</div> <div>------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div> <div><font face="courier new,monospace">Makefile:46:/NextDeveloper/Makefiles/pb_makefiles/platform.make:No such file or directory</font></div> <div> <div><font face="courier new,monospace">Makefile:50:/NextDeveloper/Makefiles/pb_makefiles/app.make:No such file or directory</font></div> <div><font face="courier new,monospace">make: *** No rule to make target '/NextDeveloper/Makefiles/pb_makefiles/app.make'. Stop.</font></div> <div>-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div> <div> </div> <div>It's really an important application for me, and I really need your help~</div> <div>If other source codes are needed,please let me know.</div> <div>Looking forward to your reply ASAP.</div> <div> </div> <div>I'd be most grateful for your help.</div> <div> </div> <div> </div> <div>Sincerely Yours,</div> <div>Ryan Hwang</div> <div> </div></div> ------=_Part_104904_6109433.1227284178650-- --===============1781966326== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ apps-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/apps-gnustep --===============1781966326==--