From: k. h. <kla...@nl...> - 2006-02-03 13:54:11
|
Hi Francesco, How do i generate using nakefile. I did get the latest bakefile version, and yours, copied what i thought would be needed into the othere. Bad luck, i get errors hen calling bakefile_gen. That is windows. How can i organize a proper bakefile generator? Klaas -- Unclassified |
From: Francesco M. <f18...@ya...> - 2006-02-03 14:29:23
|
k. holwerda ha scritto: > Hi Francesco, > > How do i generate using nakefile. > > I did get the latest bakefile version, and yours, copied what i thought > would be needed into the othere. > Bad luck, i get errors hen calling bakefile_gen. > > That is windows. which error did you get ? Francesco PS: I know that using my patched version can be a trouble since it has no win32 installer; so I try to keep wxLua makefiles always updated so that you don't have to regen them... |
From: klaas.holwerda <kho...@xs...> - 2006-02-03 17:10:07
|
Francesco Montorsi wrote: > k. holwerda ha scritto: > >> Hi Francesco, >> >> How do i generate using nakefile. >> >> I did get the latest bakefile version, and yours, copied what i >> thought would be needed into the othere. >> Bad luck, i get errors hen calling bakefile_gen. >> >> That is windows. > > which error did you get ? I don't know, i was at work. will try again, can you tell me the link to your bakefile once more, can not find it. Also i did add wxluacan sample, i could not generate the makefile with bakefile. But did try to get it into shape into apps.bkl and options.bkl Could you have a look at it, and try to generate the makefile for me. In the mean time i can try to get bakefile up and running. Thanks, Klaas |
From: klaas.holwerda <kho...@xs...> - 2006-02-03 17:25:35
|
klaas.holwerda wrote: >> >> which error did you get ? > > > I don't know, i was at work. > will try again, can you tell me the link to your bakefile once more, > can not find it. > Oke, putting the next on top of the lattest bakefile on window, i get the error below. www.geocities.com/f18m_cpp217828/frm-bakefile.tar.gz [11/23] generating autoconf from .\wxlua.bkl error: Failed to set variable '__remove_cmd' to value '$('(cd %s ; %s %s)' % (__ dstdir, __uprg, ' '.join(removePathFromFilename(x) for x in safeSplit(__files)) ))' [bakefile_gen] error: bakefile exited with error Klaas |
From: Francesco M. <f18...@ya...> - 2006-02-03 18:50:43
|
klaas.holwerda ha scritto: > klaas.holwerda wrote: > >>> >>> which error did you get ? >> >> >> I don't know, i was at work. >> will try again, can you tell me the link to your bakefile once more, >> can not find it. >> > Oke, putting the next on top of the lattest bakefile on window, i get > the error below. > www.geocities.com/f18m_cpp217828/frm-bakefile.tar.gz > > [11/23] generating autoconf from .\wxlua.bkl > error: Failed to set variable '__remove_cmd' to value '$('(cd %s ; %s > %s)' % (__ > dstdir, __uprg, ' '.join(removePathFromFilename(x) for x in > safeSplit(__files)) > ))' > [bakefile_gen] error: bakefile exited with error are you sure you overwrote the entire src/ rules/ and output/ folders ? BTW I'm going to test bakefile on win32 very soon. I'll let you know, Francesco |
From: Francesco M. <f18...@ya...> - 2006-02-03 18:41:56
|
klaas.holwerda ha scritto: > Francesco Montorsi wrote: > >> k. holwerda ha scritto: >> >>> Hi Francesco, >>> >>> How do i generate using nakefile. >>> >>> I did get the latest bakefile version, and yours, copied what i >>> thought would be needed into the othere. >>> Bad luck, i get errors hen calling bakefile_gen. >>> >>> That is windows. >> >> which error did you get ? > > I don't know, i was at work. > will try again, can you tell me the link to your bakefile once more, can > not find it. http://www.geocities.com/f18m_cpp217828/frm-bakefile.tar.gz > > Also i did add wxluacan sample, i could not generate the makefile with > bakefile. > But did try to get it into shape into apps.bkl and options.bkl > > Could you have a look at it, and try to generate the makefile for me. Sure: I've just committed in the makefiles updated with the new target. Probably the error you got was because a little typo in options.bkl... for the rest the bakefiles were perfect :) I'm getting some link errors but hopefully I'll solve them very soon. Francesco |
From: Francesco M. <f18...@ya...> - 2006-02-03 19:01:19
|
Francesco Montorsi ha scritto: > I'm getting some link errors but hopefully I'll solve them very soon. Fixed; now I can run wxluacan and it works nicely and smoothly ;) Francesco |
From: John L. <jla...@gm...> - 2006-02-03 20:44:39
|
Two things 1) missing wxluacan.rc or probably a typo, should be cansim.rc in apps/bakefile/apps.bkl, I changed this already 2) Need to rebake since I added wxWidget's stc lib back to the wxLua app in the same bakefile. Thanks, John Labenski On 2/3/06, Francesco Montorsi <f18...@ya...> wrote: > Francesco Montorsi ha scritto: > > I'm getting some link errors but hopefully I'll solve them very soon. > Fixed; now I can run wxluacan and it works nicely and smoothly ;) > > Francesco > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > Wxlua-users mailing list > Wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users > |
From: Francesco M. <f18...@ya...> - 2006-02-03 21:11:17
|
Hi, John Labenski ha scritto: > Two things > > 1) missing wxluacan.rc or probably a typo, should be cansim.rc in > apps/bakefile/apps.bkl, I changed this already > 2) Need to rebake since I added wxWidget's stc lib back to the wxLua > app in the same bakefile. rebaked with these changes. Francesco |