Author | Topic: project name already defined:c:\program | |
---|---|---|
Gert van der Wouden | project name already defined:c:\program on Fri, 07 Nov 2008 18:06:00 +0100 Fairly new in XBase I ran into above message when building an new application. It's probably someting minor, but does anyone know what this message means? M.vr.gr., Gert | |
James Loughner | Re: project name already defined:c:\program on Fri, 07 Nov 2008 13:18:53 -0500 Are you running from the pbuild or the VX IDE? I suspect that if from the IDE you are trying to create a new project and one of the same name already exists in the folder Jim Gert van der Wouden wrote: > Fairly new in XBase I ran into above message when building an new > application. It's probably someting minor, but does anyone know what > this message means? > | |
Gert van der Wouden | Re: project name already defined:c:\program on Fri, 07 Nov 2008 20:56:53 +0100 Running from pbuild. Here is my project.xpj file Project - Definition - File created by PBUILD Version 1.0 Date: 30.11.98 Time: 17:01:30 [PROJECT] COMPILE = xpp COMPILE_FLAGS = -q -err:10 DEBUG = yes GUI = yes LINKER = alink LINK_FLAGS = RC_COMPILE = arc RC_FLAGS = -v ROOT [ROOT] SIMPLE1.EXE [SIMPLE1.EXE] $START-AUTODEPEND APPEVENT.CH cmll14.CH COLLAT.CH DLL.CH GET.CH GRA.CH MEMVAR.CH NATMSG.CH PROMPT.CH LULDEMO.CH SET.CH STD.CH XBP.CH cmbtll14.OBJ DBESYS.OBJ LULDEMO.OBJ LULDIALG.OBJ LULMENU.OBJ $STOP-AUTODEPEND cmbtll14.PRG DBESYS.PRG LULDEMO.PRG LULDIALG.PRG LULMENU.PRG D M.vr.gr., Gert "James Loughner" <jwrl@suddenlink.net> schreef in bericht news:23785643$3b902537$28d@news.alaska-software.com... > Are you running from the pbuild or the VX IDE? > > I suspect that if from the IDE you are trying to create a new project > and one of the same name already exists in the folder > > Jim > > Gert van der Wouden wrote: >> Fairly new in XBase I ran into above message when building an new >> application. It's probably someting minor, but does anyone know what >> this message means? >> | |
James Loughner | Re: project name already defined:c:\program on Fri, 07 Nov 2008 15:59:04 -0500 try renaming root to root.xpj is the D at the bottom part of the file? if so remove it Jim Gert van der Wouden wrote: > Running from pbuild. Here is my project.xpj file > > > Project - Definition - File created by PBUILD Version 1.0 > Date: 30.11.98 Time: 17:01:30 > > > [PROJECT] > COMPILE = xpp > COMPILE_FLAGS = -q -err:10 > DEBUG = yes > GUI = yes > LINKER = alink > LINK_FLAGS = > RC_COMPILE = arc > RC_FLAGS = -v > ROOT > > [ROOT] > SIMPLE1.EXE > > [SIMPLE1.EXE] > $START-AUTODEPEND > APPEVENT.CH > cmll14.CH > COLLAT.CH > DLL.CH > GET.CH > GRA.CH > MEMVAR.CH > NATMSG.CH > PROMPT.CH > LULDEMO.CH > SET.CH > STD.CH > XBP.CH > cmbtll14.OBJ > DBESYS.OBJ > LULDEMO.OBJ > LULDIALG.OBJ > LULMENU.OBJ > $STOP-AUTODEPEND > cmbtll14.PRG > DBESYS.PRG > LULDEMO.PRG > LULDIALG.PRG > LULMENU.PRG > > D > > > | |
Gert van der Wouden | Re: project name already defined:c:\program on Fri, 07 Nov 2008 22:40:13 +0100 Tried removing the D at the bottom. No good. Tried renaming root to root.xpj. Alsoo no good. M.vr.gr., Gert "James Loughner" <jwrl@suddenlink.net> schreef in bericht news:ef84121$4b731e9c$f82@news.alaska-software.com... > try renaming root to root.xpj > > is the D at the bottom part of the file? if so remove it > > Jim > > Gert van der Wouden wrote: >> Running from pbuild. Here is my project.xpj file >> >> // >> // Project - Definition - File created by PBUILD Version 1.0 >> // Date: 30.11.98 Time: 17:01:30 >> // >> >> [PROJECT] >> COMPILE = xpp >> COMPILE_FLAGS = -q -err:10 >> DEBUG = yes >> GUI = yes >> LINKER = alink >> LINK_FLAGS = >> RC_COMPILE = arc >> RC_FLAGS = -v >> ROOT >> >> [ROOT] >> SIMPLE1.EXE >> >> [SIMPLE1.EXE] >> // $START-AUTODEPEND >> APPEVENT.CH >> cmll14.CH >> COLLAT.CH >> DLL.CH >> GET.CH >> GRA.CH >> MEMVAR.CH >> NATMSG.CH >> PROMPT.CH >> LULDEMO.CH >> SET.CH >> STD.CH >> XBP.CH >> cmbtll14.OBJ >> DBESYS.OBJ >> LULDEMO.OBJ >> LULDIALG.OBJ >> LULMENU.OBJ >> // $STOP-AUTODEPEND >> cmbtll14.PRG >> DBESYS.PRG >> LULDEMO.PRG >> LULDIALG.PRG >> LULMENU.PRG >> >> D >> >> >> | |
AUGE_OHR | Re: project name already defined:c:\program on Sat, 08 Nov 2008 22:52:06 +0100 hi, i woud try PBUILD -g PROJECT.XPJ this is my "working" LL13 [PROJECT] COMPILE = xpp COMPILE_FLAGS = -q -err:10 -w DEBUG = yes GUI = yes LINKER = alink LINK_FLAGS = RC_COMPILE = arc RC_FLAGS = -v ROOT [ROOT] REPORT.EXE [REPORT.EXE] $START-AUTODEPEND REPORT.RES APPEVENT.CH cmll13.CH COLLAT.CH DLL.CH GET.CH GRA.CH MEMVAR.CH NATMSG.CH PROMPT.CH LULDEMO.CH SET.CH STD.CH XBP.CH cmbtll13.OBJ DBESYS.OBJ LULDEMO.OBJ LULDIALG.OBJ LULMENU.OBJ xpperror.obj $STOP-AUTODEPEND REPORT.ARC cmbtll13.PRG DBESYS.PRG LULDEMO.PRG LULDIALG.PRG LULMENU.PRG xpperror.prg greetings by OHR Jimmy | |
Jorge L | Re: project name already defined:c:\program on Fri, 07 Nov 2008 22:48:32 -0300 Hello try with this project [PROJECT] Project.xpj [Project.xpj] SIMPLE1.EXE [SIMPLE1.EXE] COMPILE = xpp COMPILE_FLAGS = /ga /a /m /n /q /w DEBUG = yes GUI = yes LINKER = alink LINK_FLAGS = RC_COMPILE = arc RC_FLAGS = /v $START-AUTODEPEND cmbtll14.OBJ DBESYS.OBJ LULDEMO.OBJ LULDIALG.OBJ LULMENU.OBJ $STOP-AUTODEPEND cmbtll14.PRG DBESYS.PRG LULDEMO.PRG LULDIALG.PRG LULMENU.PRG [convert.EXE] COMPILE = xpp COMPILE_FLAGS = /ga /a /m /n /q /w DEBUG = yes GUI = yes LINKER = alink LINK_FLAGS = RC_COMPILE = arc RC_FLAGS = /v WATCH = Expression:l0->titulo=l0->titulo,c1=c1,art->descri=art->descri,a3=a3 $START-AUTODEPEND appsys.obj main.obj Varios.obj $STOP-AUTODEPEND appsys.prg main.PRG Varios.prg "Gert van der Wouden" <gwouden@planet.nl> escribi en el mensaje news:79a988d9$4340bad2$3c0@news.alaska-software.com... > Running from pbuild. Here is my project.xpj file > > > Project - Definition - File created by PBUILD Version 1.0 > Date: 30.11.98 Time: 17:01:30 > > > [PROJECT] > COMPILE = xpp > COMPILE_FLAGS = -q -err:10 > DEBUG = yes > GUI = yes > LINKER = alink > LINK_FLAGS = > RC_COMPILE = arc > RC_FLAGS = -v > ROOT > > [ROOT] > SIMPLE1.EXE > > [SIMPLE1.EXE] > $START-AUTODEPEND > APPEVENT.CH > cmll14.CH > COLLAT.CH > DLL.CH > GET.CH > GRA.CH > MEMVAR.CH > NATMSG.CH > PROMPT.CH > LULDEMO.CH > SET.CH > STD.CH > XBP.CH > cmbtll14.OBJ > DBESYS.OBJ > LULDEMO.OBJ > LULDIALG.OBJ > LULMENU.OBJ > $STOP-AUTODEPEND > cmbtll14.PRG > DBESYS.PRG > LULDEMO.PRG > LULDIALG.PRG > LULMENU.PRG > > D > > > > -- > > > M.vr.gr., > Gert > "James Loughner" <jwrl@suddenlink.net> schreef in bericht > news:23785643$3b902537$28d@news.alaska-software.com... >> Are you running from the pbuild or the VX IDE? >> >> I suspect that if from the IDE you are trying to create a new project >> and one of the same name already exists in the folder >> >> Jim >> >> Gert van der Wouden wrote: >>> Fairly new in XBase I ran into above message when building an new >>> application. It's probably someting minor, but does anyone know what >>> this message means? >>> > | |
Gert van der Wouden | Re: project name already defined:c:\program on Sat, 08 Nov 2008 02:18:00 +0100 No, no good either M.vr.gr., Gert "Jorge L" <jlborlando@way.com.ar> schreef in bericht news:386babbb$7d7926dc$1396@news.alaska-software.com... > Hello try with this project > > [PROJECT] > Project.xpj > > [Project.xpj] > SIMPLE1.EXE > > [SIMPLE1.EXE] > COMPILE = xpp > COMPILE_FLAGS = /ga /a /m /n /q /w > DEBUG = yes > GUI = yes > LINKER = alink > LINK_FLAGS = > RC_COMPILE = arc > RC_FLAGS = /v > > // $START-AUTODEPEND > cmbtll14.OBJ > DBESYS.OBJ > LULDEMO.OBJ > LULDIALG.OBJ > LULMENU.OBJ > // $STOP-AUTODEPEND > cmbtll14.PRG > DBESYS.PRG > LULDEMO.PRG > LULDIALG.PRG > LULMENU.PRG > > > > [convert.EXE] > COMPILE = xpp > COMPILE_FLAGS = /ga /a /m /n /q /w > DEBUG = yes > GUI = yes > LINKER = alink > LINK_FLAGS = > RC_COMPILE = arc > RC_FLAGS = /v > WATCH = > Expression:l0->titulo=l0->titulo,c1=c1,art->descri=art->descri,a3=a3 > // $START-AUTODEPEND > appsys.obj > main.obj > Varios.obj > // $STOP-AUTODEPEND > appsys.prg > main.PRG > Varios.prg > > > > > "Gert van der Wouden" <gwouden@planet.nl> escribió en el mensaje > news:79a988d9$4340bad2$3c0@news.alaska-software.com... >> Running from pbuild. Here is my project.xpj file >> >> // >> // Project - Definition - File created by PBUILD Version 1.0 >> // Date: 30.11.98 Time: 17:01:30 >> // >> >> [PROJECT] >> COMPILE = xpp >> COMPILE_FLAGS = -q -err:10 >> DEBUG = yes >> GUI = yes >> LINKER = alink >> LINK_FLAGS = >> RC_COMPILE = arc >> RC_FLAGS = -v >> ROOT >> >> [ROOT] >> SIMPLE1.EXE >> >> [SIMPLE1.EXE] >> // $START-AUTODEPEND >> APPEVENT.CH >> cmll14.CH >> COLLAT.CH >> DLL.CH >> GET.CH >> GRA.CH >> MEMVAR.CH >> NATMSG.CH >> PROMPT.CH >> LULDEMO.CH >> SET.CH >> STD.CH >> XBP.CH >> cmbtll14.OBJ >> DBESYS.OBJ >> LULDEMO.OBJ >> LULDIALG.OBJ >> LULMENU.OBJ >> // $STOP-AUTODEPEND >> cmbtll14.PRG >> DBESYS.PRG >> LULDEMO.PRG >> LULDIALG.PRG >> LULMENU.PRG >> >> D >> >> >> >> -- >> >> >> M.vr.gr., >> Gert >> "James Loughner" <jwrl@suddenlink.net> schreef in bericht >> news:23785643$3b902537$28d@news.alaska-software.com... >>> Are you running from the pbuild or the VX IDE? >>> >>> I suspect that if from the IDE you are trying to create a new project >>> and one of the same name already exists in the folder >>> >>> Jim >>> >>> Gert van der Wouden wrote: >>>> Fairly new in XBase I ran into above message when building an new >>>> application. It's probably someting minor, but does anyone know what >>>> this message means? >>>> >> > > | |
Jorge L | Re: project name already defined:c:\program on Sat, 08 Nov 2008 19:06:55 -0300 hello do you have load the apropiate environment vars ? form the line command. you trie compile a one prg and you generate the exe ? i don't think taht vista generate problems regards "Gert van der Wouden" <gwouden@planet.nl> escribi en el mensaje news:5889ccd7$4f9055aa$1687@news.alaska-software.com... > No, no good either > > > > -- > > > M.vr.gr., > Gert > "Jorge L" <jlborlando@way.com.ar> schreef in bericht > news:386babbb$7d7926dc$1396@news.alaska-software.com... >> Hello try with this project >> >> [PROJECT] >> Project.xpj >> >> [Project.xpj] >> SIMPLE1.EXE >> >> [SIMPLE1.EXE] >> COMPILE = xpp >> COMPILE_FLAGS = /ga /a /m /n /q /w >> DEBUG = yes >> GUI = yes >> LINKER = alink >> LINK_FLAGS = >> RC_COMPILE = arc >> RC_FLAGS = /v >> >> $START-AUTODEPEND >> cmbtll14.OBJ >> DBESYS.OBJ >> LULDEMO.OBJ >> LULDIALG.OBJ >> LULMENU.OBJ >> $STOP-AUTODEPEND >> cmbtll14.PRG >> DBESYS.PRG >> LULDEMO.PRG >> LULDIALG.PRG >> LULMENU.PRG >> >> >> >> [convert.EXE] >> COMPILE = xpp >> COMPILE_FLAGS = /ga /a /m /n /q /w >> DEBUG = yes >> GUI = yes >> LINKER = alink >> LINK_FLAGS = >> RC_COMPILE = arc >> RC_FLAGS = /v >> WATCH = >> Expression:l0->titulo=l0->titulo,c1=c1,art->descri=art->descri,a3=a3 >> $START-AUTODEPEND >> appsys.obj >> main.obj >> Varios.obj >> $STOP-AUTODEPEND >> appsys.prg >> main.PRG >> Varios.prg >> >> >> >> >> "Gert van der Wouden" <gwouden@planet.nl> escribi en el mensaje >> news:79a988d9$4340bad2$3c0@news.alaska-software.com... >>> Running from pbuild. Here is my project.xpj file >>> >>> >>> Project - Definition - File created by PBUILD Version 1.0 >>> Date: 30.11.98 Time: 17:01:30 >>> >>> >>> [PROJECT] >>> COMPILE = xpp >>> COMPILE_FLAGS = -q -err:10 >>> DEBUG = yes >>> GUI = yes >>> LINKER = alink >>> LINK_FLAGS = >>> RC_COMPILE = arc >>> RC_FLAGS = -v >>> ROOT >>> >>> [ROOT] >>> SIMPLE1.EXE >>> >>> [SIMPLE1.EXE] >>> $START-AUTODEPEND >>> APPEVENT.CH >>> cmll14.CH >>> COLLAT.CH >>> DLL.CH >>> GET.CH >>> GRA.CH >>> MEMVAR.CH >>> NATMSG.CH >>> PROMPT.CH >>> LULDEMO.CH >>> SET.CH >>> STD.CH >>> XBP.CH >>> cmbtll14.OBJ >>> DBESYS.OBJ >>> LULDEMO.OBJ >>> LULDIALG.OBJ >>> LULMENU.OBJ >>> $STOP-AUTODEPEND >>> cmbtll14.PRG >>> DBESYS.PRG >>> LULDEMO.PRG >>> LULDIALG.PRG >>> LULMENU.PRG >>> >>> D >>> >>> >>> >>> -- >>> >>> >>> M.vr.gr., >>> Gert >>> "James Loughner" <jwrl@suddenlink.net> schreef in bericht >>> news:23785643$3b902537$28d@news.alaska-software.com... >>>> Are you running from the pbuild or the VX IDE? >>>> >>>> I suspect that if from the IDE you are trying to create a new project >>>> and one of the same name already exists in the folder >>>> >>>> Jim >>>> >>>> Gert van der Wouden wrote: >>>>> Fairly new in XBase I ran into above message when building an new >>>>> application. It's probably someting minor, but does anyone know what >>>>> this message means? >>>>> >>> >> >> > | |
Gert van der Wouden | Re: project name already defined:c:\program on Sat, 08 Nov 2008 11:46:24 +0100 It seems to be a Vista related problem. No problem compiling under XP. I will report this to Alaska M.vr.gr., Gert "Gert van der Wouden" <gwouden@planet.nl> schreef in bericht news:2eda7511$95b6029$1eb@news.alaska-software.com... > Fairly new in XBase I ran into above message when building an new > application. It's probably someting minor, but does anyone know what this > message means? > > -- > > > M.vr.gr., > Gert | |
James Loughner | Re: project name already defined:c:\program on Sat, 08 Nov 2008 10:41:25 -0500 Oh maybe a permissions problem. Try logging on as admin Not a solution but might point to how permissions need to be set. Jim Gert van der Wouden wrote: > It seems to be a Vista related problem. No problem compiling under XP. > > I will report this to Alaska > | |
Andreas Herdt | Re: project name already defined:c:\program on Mon, 10 Nov 2008 11:18:28 +0100 James Loughner wrote: > Oh maybe a permissions problem. Try logging on as admin Not a solution > but might point to how permissions need to be set. > > Jim > > Gert van der Wouden wrote: >> It seems to be a Vista related problem. No problem compiling under XP. >> >> I will report this to Alaska >> Hi James, hi Mr van der Wouden, I think that the problem is neither Vista specific, nor is it a permission issue. The Error message "Project name already defined:"+<cPrjName> is posted when more then one project file was passed via command line where the former project name is dumped. The errormessage in the subject line indicates that pbuild was invoked where: (1) the current dir is not the directory where the xpj file is (2) the file path contains spaces (eg: 'c:\program files\...') (3) the file path was not enclosed by (") characters. This command line will produce the mentioned error message from pbuild: pbuild c:\Program Files\ALASKA\test.xpj Two parameters are passed to pbuild, "c:\Program" and "Files\ALASKA\test.xpj". Pbuild considers all parameters without "/" or "-" prefixes as project files. Thus the error is produced when the second parameter is scanned. Unfortunately enclosing the filepath by (") characters will not work either due to PDR 6074: http://www.alaska-software.com/scripts/waa001.dll?WAA_PACKAGE=PUBLICDTS&WAA_FORM=DISPLAYPDR&PDRID=6074 Thus it is required to change to directory (eg: c:\Program Files\ALASKA) and create the project from there: pbuild test.xpj Andreas Herdt Alaska Software -------------------------------------------------------------------- Technical Support: support@alaska-software.com News Server: news.alaska-software.com Homepage: http://www.alaska-software.com WebKnowledgeBase: http://www.alaska-software.com/kbase.shtm Fax European Office: +49 (0) 61 96 - 77 99 99 23 Fax US Office: +1 (646) 218 1281 -------------------------------------------------------------------- | |
Gert van der Wouden | Re: project name already defined:c:\program on Mon, 10 Nov 2008 21:53:29 +0100 Andreas, you're right. I tried to compile in a path without spaces and it worked. Thanks for your support M.vr.gr., Gert "Andreas Herdt" schreef in bericht news:7b1ac105$2a28aa7c$414@news.alaska-software.com... > James Loughner wrote: >> Oh maybe a permissions problem. Try logging on as admin Not a solution >> but might point to how permissions need to be set. >> >> Jim >> >> Gert van der Wouden wrote: >>> It seems to be a Vista related problem. No problem compiling under XP. >>> >>> I will report this to Alaska >>> > > Hi James, hi Mr van der Wouden, > > I think that the problem is neither Vista specific, nor is it > a permission issue. > > The Error message "Project name already defined:"+<cPrjName> > is posted when more then one project file was passed via > command line where the former project name is dumped. The > errormessage in the subject line indicates that pbuild was > invoked where: > > (1) the current dir is not the directory where the xpj file is > (2) the file path contains spaces (eg: 'c:\program files\...') > (3) the file path was not enclosed by (") characters. > > This command line will produce the mentioned error message > from pbuild: > > pbuild c:\Program Files\ALASKA\test.xpj > > Two parameters are passed to pbuild, "c:\Program" and > "Files\ALASKA\test.xpj". Pbuild considers all parameters > without "/" or "-" prefixes as project files. Thus the > error is produced when the second parameter is scanned. > > Unfortunately enclosing the filepath by (") characters will not > work either due to PDR 6074: > > http://www.alaska-software.com/scripts/waa001.dll?WAA_PACKAGE=PUBLICDTS&WAA_FORM=DISPLAYPDR&PDRID=6074 > > Thus it is required to change to directory (eg: c:\Program Files\ALASKA) > and create the project from there: > > pbuild test.xpj > > -- > Andreas Herdt > Alaska Software > > -------------------------------------------------------------------- > > Technical Support: support@alaska-software.com > > News Server: news.alaska-software.com > Homepage: http://www.alaska-software.com > WebKnowledgeBase: http://www.alaska-software.com/kbase.shtm > > Fax European Office: +49 (0) 61 96 - 77 99 99 23 > Fax US Office: +1 (646) 218 1281 > -------------------------------------------------------------------- |