installbase-devel Mailing List for InstallBase (Page 4)
Status: Alpha
Brought to you by:
damonc
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(16) |
Nov
(1) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(3) |
Feb
(5) |
Mar
(18) |
Apr
(10) |
May
(2) |
Jun
(5) |
Jul
(12) |
Aug
(7) |
Sep
(11) |
Oct
(4) |
Nov
(5) |
Dec
(5) |
2004 |
Jan
|
Feb
|
Mar
(6) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Damon C. <da...@yo...> - 2003-03-31 19:52:32
|
> Just a big thanks for creating a great install program. > > A problem I had with it trying to make the install background form show > a picture and the text. I just went into the Tcl code on the advanced > tab and changed the if test a little. This rocks! > > In the documentation under advanced it would be a good idea to include a > link to a web site that gives a simple "hello world" intro to Tcl for > programmers like me that just need to see what the syntax is doing. That's actually not a bad idea. 0-] I'll add it to the TODO list. I think there are actually some really good Tcl Tutorials out there, I just need to find a couple and put some links in there. I'm glad you were able to make it do what you wanted. I recently gave a little Tcl tutorial to someone trying to do optional builds from the command-line. It's not documented yet, but I added a -D and a -d option to command-line builds. -D specifies a single variable, and -d specifies a .tcl file to be sourced after the project is loaded but before builds. IE: ./installbase -b -DVersion 1.0a6 -d /my/tcl/file.tcl project.mpi And so on... Thanks for the help in figuring out the bugs too. 0-] Damon |
From: Roy S. <ro...@Si...> - 2003-03-31 18:50:56
|
Just a big thanks for creating a great install program. A problem I had with it trying to make the install background form show a picture and the text. I just went into the Tcl code on the advanced tab and changed the if test a little. This rocks! In the documentation under advanced it would be a good idea to include a link to a web site that gives a simple "hello world" intro to Tcl for programmers like me that just need to see what the syntax is doing. Roy Souther www.SiliconTao.com Changing the way people do business. |
From: Damon C. <da...@yo...> - 2003-03-29 19:00:01
|
Fixes for both bugs (divide-by-zero and BWidgetInit) have been committed to CVS. Really sorry I didn't catch these sooner, but thank you guys for reporting them. Damon > Thnak you very much. This will indeed help alot :-) > > George > ----- Original Message ----- > From: Roy Souther > To: ins...@li... > Sent: Saturday, March 29, 2003 6:20 PM > Subject: Re: [Installbase-devel] My installs fail (windows & linux) > > > I don't know if George is on the devel list so if not can someone pass this on. > > I had the same error with > invalid command name "::zvfs::list" > while executing > "::zvfs::list $dir/*" > (procedure "BWidgetInit" line 3) > in main.tcl. > > I manually changed each seeing in the tcl script until I found the one that caused this. > I was getting this error because I had set the yes check box for "Install Panes -> Custom Setup". > After changing that back to No the program worked again. I would guess that you must need that option like I did. I decided to live without it until the bug is fixed. > > I hope that helps. > > > On Sat, 2003-03-29 at 06:12, SourceForge.net wrote: > Bugs item #711797, was opened at 2003-03-29 15:12 > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=474883&aid=711797&group_id=54799 > > Category: Installs > Group: None > Status: Open > Resolution: None > Priority: 5 > Submitted By: Georgios Petasis (petasis) > Assigned to: Nobody/Anonymous (nobody) > Summary: My installs fail (windows & linux) > > Initial Comment: > Hi all, > > I am trying to use (for some time now) the latest > CVS installbase (last update 28/03/2003) but without > much success. I am able to build small installs that > install a few files, but the produced installs fail > when I try to build the install I want. > > First of all, the first problem comes from the > fact that files with size 0 cannot be added. > (The code that updates the scrollbars devides > some quantity with the file size and an error > occurs when the size is 0). My app also > contains tclhttp, which has some files with size 0. > > However, removing these files allows the install > to be created, but when I try to run it, I get > the error: > > invalid command name "::zvfs::list" > while executing > "::zvfs::list $dir/*" > (procedure "BWidgetInit" line 3) > in main.tcl. > > I don't know how to fix it :-) Any ideas? > > George > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=474883&aid=711797&group_id=54799 > > > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > _______________________________________________ > Installbase-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/installbase-develRoy Southerwww.SiliconTao.comChanging the way people do business. > |
From: Damon C. <da...@yo...> - 2003-03-29 18:38:17
|
Ack! This is an ugly legacy bug from the old freewrap days. I will commit a change very shortly. I also remember seeing the divide-by-zero bug a bit back, so I will commit a fix for that as well. Look for it sometime today. Thanks for finding it. It only shows how badly I need testers who put the releases through their paces before release. 0-] Damon > I don't know if George is on the devel list so if not can someone pass > this on. > > I had the same error with > invalid command name "::zvfs::list" > while executing > "::zvfs::list $dir/*" > (procedure "BWidgetInit" line 3) > in main.tcl. > > I manually changed each seeing in the tcl script until I found the one > that caused this. > I was getting this error because I had set the yes check box for > "Install Panes -> Custom Setup". > After changing that back to No the program worked again. I would guess > that you must need that option like I did. I decided to live without it > until the bug is fixed. > > I hope that helps. > > > On Sat, 2003-03-29 at 06:12, SourceForge.net wrote: > > > Bugs item #711797, was opened at 2003-03-29 15:12 > > You can respond by visiting: > > https://sourceforge.net/tracker/?func=detail&atid=474883&aid=711797&group_id=54799 > > > > Category: Installs > > Group: None > > Status: Open > > Resolution: None > > Priority: 5 > > Submitted By: Georgios Petasis (petasis) > > Assigned to: Nobody/Anonymous (nobody) > > Summary: My installs fail (windows & linux) > > > > Initial Comment: > > Hi all, > > > > I am trying to use (for some time now) the latest > > CVS installbase (last update 28/03/2003) but without > > much success. I am able to build small installs that > > install a few files, but the produced installs fail > > when I try to build the install I want. > > > > First of all, the first problem comes from the > > fact that files with size 0 cannot be added. > > (The code that updates the scrollbars devides > > some quantity with the file size and an error > > occurs when the size is 0). My app also > > contains tclhttp, which has some files with size 0. > > > > However, removing these files allows the install > > to be created, but when I try to run it, I get > > the error: > > > > invalid command name "::zvfs::list" > > while executing > > "::zvfs::list $dir/*" > > (procedure "BWidgetInit" line 3) > > in main.tcl. > > > > I don't know how to fix it :-) Any ideas? > > > > George > > > > ---------------------------------------------------------------------- > > > > You can respond by visiting: > > https://sourceforge.net/tracker/?func=detail&atid=474883&aid=711797&group_id=54799 > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: > > The Definitive IT and Networking Event. Be There! > > NetWorld+Interop Las Vegas 2003 -- Register today! > > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > > _______________________________________________ > > Installbase-devel mailing list > > Ins...@li... > > https://lists.sourceforge.net/lists/listinfo/installbase-devel > > Roy Souther > www.SiliconTao.com > > Changing the way people do business. > |
From: Georgios P. <pe...@ii...> - 2003-03-29 17:15:45
|
Thnak you very much. This will indeed help alot :-) George ----- Original Message -----=20 From: Roy Souther=20 To: ins...@li...=20 Sent: Saturday, March 29, 2003 6:20 PM Subject: Re: [Installbase-devel] My installs fail (windows & linux) I don't know if George is on the devel list so if not can someone pass = this on. I had the same error with invalid command name "::zvfs::list" while executing "::zvfs::list $dir/*" (procedure "BWidgetInit" line 3) in main.tcl. I manually changed each seeing in the tcl script until I found the one = that caused this. I was getting this error because I had set the yes check box for = "Install Panes -> Custom Setup". After changing that back to No the program worked again. I would guess = that you must need that option like I did. I decided to live without it = until the bug is fixed. I hope that helps. On Sat, 2003-03-29 at 06:12, SourceForge.net wrote:=20 Bugs item #711797, was opened at 2003-03-29 15:12 You can respond by visiting:=20 https://sourceforge.net/tracker/?func=3Ddetail&atid=3D474883&aid=3D711797= &group_id=3D54799 Category: Installs Group: None Status: Open Resolution: None Priority: 5 Submitted By: Georgios Petasis (petasis) Assigned to: Nobody/Anonymous (nobody) Summary: My installs fail (windows & linux) Initial Comment: Hi all, I am trying to use (for some time now) the latest CVS installbase (last update 28/03/2003) but without much success. I am able to build small installs that install a few files, but the produced installs fail when I try to build the install I want. First of all, the first problem comes from the fact that files with size 0 cannot be added. (The code that updates the scrollbars devides some quantity with the file size and an error occurs when the size is 0). My app also contains tclhttp, which has some files with size 0. However, removing these files allows the install to be created, but when I try to run it, I get the error: invalid command name "::zvfs::list" while executing "::zvfs::list $dir/*" (procedure "BWidgetInit" line 3) in main.tcl. I don't know how to fix it :-) Any ideas? George ---------------------------------------------------------------------- You can respond by visiting:=20 https://sourceforge.net/tracker/?func=3Ddetail&atid=3D474883&aid=3D711797= &group_id=3D54799 ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Installbase-devel mailing list Ins...@li... https://lists.sourceforge.net/lists/listinfo/installbase-develRoy = Southerwww.SiliconTao.comChanging the way people do business. =20 |
From: Roy S. <ro...@Si...> - 2003-03-29 16:20:38
|
I don't know if George is on the devel list so if not can someone pass this on. I had the same error with invalid command name "::zvfs::list" while executing "::zvfs::list $dir/*" (procedure "BWidgetInit" line 3) in main.tcl. I manually changed each seeing in the tcl script until I found the one that caused this. I was getting this error because I had set the yes check box for "Install Panes -> Custom Setup". After changing that back to No the program worked again. I would guess that you must need that option like I did. I decided to live without it until the bug is fixed. I hope that helps. On Sat, 2003-03-29 at 06:12, SourceForge.net wrote: > Bugs item #711797, was opened at 2003-03-29 15:12 > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=474883&aid=711797&group_id=54799 > > Category: Installs > Group: None > Status: Open > Resolution: None > Priority: 5 > Submitted By: Georgios Petasis (petasis) > Assigned to: Nobody/Anonymous (nobody) > Summary: My installs fail (windows & linux) > > Initial Comment: > Hi all, > > I am trying to use (for some time now) the latest > CVS installbase (last update 28/03/2003) but without > much success. I am able to build small installs that > install a few files, but the produced installs fail > when I try to build the install I want. > > First of all, the first problem comes from the > fact that files with size 0 cannot be added. > (The code that updates the scrollbars devides > some quantity with the file size and an error > occurs when the size is 0). My app also > contains tclhttp, which has some files with size 0. > > However, removing these files allows the install > to be created, but when I try to run it, I get > the error: > > invalid command name "::zvfs::list" > while executing > "::zvfs::list $dir/*" > (procedure "BWidgetInit" line 3) > in main.tcl. > > I don't know how to fix it :-) Any ideas? > > George > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=474883&aid=711797&group_id=54799 > > > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > _______________________________________________ > Installbase-devel mailing list > Ins...@li... > https://lists.sourceforge.net/lists/listinfo/installbase-devel Roy Souther www.SiliconTao.com Changing the way people do business. |
From: SourceForge.net <no...@so...> - 2003-03-29 12:58:09
|
Bugs item #711797, was opened at 2003-03-29 15:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=711797&group_id=54799 Category: Installs Group: None Status: Open Resolution: None Priority: 5 Submitted By: Georgios Petasis (petasis) Assigned to: Nobody/Anonymous (nobody) Summary: My installs fail (windows & linux) Initial Comment: Hi all, I am trying to use (for some time now) the latest CVS installbase (last update 28/03/2003) but without much success. I am able to build small installs that install a few files, but the produced installs fail when I try to build the install I want. First of all, the first problem comes from the fact that files with size 0 cannot be added. (The code that updates the scrollbars devides some quantity with the file size and an error occurs when the size is 0). My app also contains tclhttp, which has some files with size 0. However, removing these files allows the install to be created, but when I try to run it, I get the error: invalid command name "::zvfs::list" while executing "::zvfs::list $dir/*" (procedure "BWidgetInit" line 3) in main.tcl. I don't know how to fix it :-) Any ideas? George ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=711797&group_id=54799 |
From: Damon C. <da...@yo...> - 2003-03-28 18:41:30
|
> Sorry for posting here, I have read the discussion forums on SF.net but... > I check Crete mew file groups when addinf directories... but when I build the executable > it always places all files into one folder.. and the installer is useles.. > How to force the InstallBase to keep directory structure?? In the "Project Preferences" there is an option you can turn on to tell InstallBase to create new file groups when adding directories. If you turn that option on and then add your directory, new file groups will be created, and they will maintain your entire directory structure. I am currently looking into changing this behavior, but I haven't gotten any opinions on what I should do. If you turn on directory creation and just add your toplevel directory, you should be able to build an install of your program just like that. All the rest is just fancy options. 0-] Please let me know if you have any trouble. I'll be glad to help you out. Damon |
From: Nikolay I. <niv...@ic...> - 2003-03-28 14:27:39
|
Sorry for posting here, I have read the discussion forums on SF.net = but... I check Crete mew file groups when addinf directories... but when I = build the executable it always places all files into one folder.. and the installer is = useles..=20 How to force the InstallBase to keep directory structure?? |
From: Roy S. <ro...@Si...> - 2003-03-28 07:50:07
|
Here is how I make a single self-extracting file run a prescript before extracting and executing the payload program. http://www.SiliconTao.com/software/examples/SelfExtract.tgz On Thu, 2003-03-27 at 17:27, Damon Courtney wrote: > Ultimately, you should be able to distribute the install as a single > file. I really don't want the way that some are forced to do it now > with zipping (or tar'ing) the install with external scripts and the like. > When everything is said and done, you should be able to execute everything > from within the single binary. > > Give me a little background on what you're doing, and I can probably > give some advice on how to make it all work. 0-] Roy Souther www.SiliconTao.com Changing the way people do business. |
From: Damon C. <da...@yo...> - 2003-03-28 00:27:51
|
> That browser thing fixed the help problem. > > Now I will read the documentation about Components and External > Programs. I have tried that but it has yet to actually run any thing. > > As for my quick fix to running a program before install I was just > wrapping the install in my own script after it was made. That works but > I was hoping for a better way. > > Thanks for the fast reply. So, you are trying to execute an external program on a UNIX platform I would assume? A shell script? I will check on the "External Program" component and make sure it's functioning properly. That only fires at the end of the entire install though. Ultimately, you should be able to distribute the install as a single file. I really don't want the way that some are forced to do it now with zipping (or tar'ing) the install with external scripts and the like. When everything is said and done, you should be able to execute everything from within the single binary. Give me a little background on what you're doing, and I can probably give some advice on how to make it all work. 0-] Damon |
From: Roy S. <ro...@Si...> - 2003-03-28 00:21:22
|
That browser thing fixed the help problem. Now I will read the documentation about Components and External Programs. I have tried that but it has yet to actually run any thing. As for my quick fix to running a program before install I was just wrapping the install in my own script after it was made. That works but I was hoping for a better way. Thanks for the fast reply. On Thu, 2003-03-27 at 17:03, Damon Courtney wrote: > > No users list? > > The devel list is pretty much it. There currenly isn't much of > a support group of users, so I figured requests could all go here for > now. :) > > > Where is the documentation for InstallBase? > > Every time I click on the help ? icon in the top right it crashes? > > I am running this on Linux, Mandrake 9.0 mostly. > > It crashes? Really? Wow. Well, a little help can be gotten by > going into your preferences (File -> Preferences) and selecting a new > web browser for help browsing. I guess the Linux binaries that are > loaded for the help browser are causing the crash. InstallBase was > recently re-written with a new system, and I think this is one of the > problems yet to be resolved. > > > I need the installer to run a simple script before installing and > > another simple script after the install. > > Where is the best place to put that? > > Well, currently, running a script before the install begins isn't > supported, but it's not impossible. Running a script after the install > is easy. There is a component in the "Install Components" section that > allows you to specify an external program to run. I assume you're > talking about running a shell script or the like? > > To run a script before the install begins, currently, you need to > modify a little Tcl code. I'll walk you through it though. What do > you want to run? A script that is included in the install, or an > external program you expect to have on the target system? > > > I would like to learn about Tcl scripts to help this project along. I > > have written my own install for Win32 but never had time to port it over > > to Linux. This is a great project, I would like to help if I have time. > > The best possible thing you (or anyone else on this list) can do for > the project is to use it and report bugs. Report bugs and request > feature enhancements. Those two things will help me immensely. I hate > buggy software, and I do my best to fix things as quickly as possible. > And, I love feature enhancements. They make the project better in the > end. > > Thanks for the time, > > Damon Roy Souther www.SiliconTao.com Changing the way people do business. |
From: Damon C. <da...@yo...> - 2003-03-28 00:03:54
|
> No users list? The devel list is pretty much it. There currenly isn't much of a support group of users, so I figured requests could all go here for now. :) > Where is the documentation for InstallBase? > Every time I click on the help ? icon in the top right it crashes? > I am running this on Linux, Mandrake 9.0 mostly. It crashes? Really? Wow. Well, a little help can be gotten by going into your preferences (File -> Preferences) and selecting a new web browser for help browsing. I guess the Linux binaries that are loaded for the help browser are causing the crash. InstallBase was recently re-written with a new system, and I think this is one of the problems yet to be resolved. > I need the installer to run a simple script before installing and > another simple script after the install. > Where is the best place to put that? Well, currently, running a script before the install begins isn't supported, but it's not impossible. Running a script after the install is easy. There is a component in the "Install Components" section that allows you to specify an external program to run. I assume you're talking about running a shell script or the like? To run a script before the install begins, currently, you need to modify a little Tcl code. I'll walk you through it though. What do you want to run? A script that is included in the install, or an external program you expect to have on the target system? > I would like to learn about Tcl scripts to help this project along. I > have written my own install for Win32 but never had time to port it over > to Linux. This is a great project, I would like to help if I have time. The best possible thing you (or anyone else on this list) can do for the project is to use it and report bugs. Report bugs and request feature enhancements. Those two things will help me immensely. I hate buggy software, and I do my best to fix things as quickly as possible. And, I love feature enhancements. They make the project better in the end. Thanks for the time, Damon |
From: Roy S. <ro...@Si...> - 2003-03-27 23:50:33
|
No users list? Where is the documentation for InstallBase? Every time I click on the help ? icon in the top right it crashes? I am running this on Linux, Mandrake 9.0 mostly. I need the installer to run a simple script before installing and another simple script after the install. Where is the best place to put that? I would like to learn about Tcl scripts to help this project along. I have written my own install for Win32 but never had time to port it over to Linux. This is a great project, I would like to help if I have time. Roy Souther www.SiliconTao.com Changing the way people do business. |
From: SourceForge.net <no...@so...> - 2003-03-25 08:28:18
|
Bugs item #709285, was opened at 2003-03-25 09:41 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=709285&group_id=54799 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bjoern Hempel (dancer0705) Assigned to: Nobody/Anonymous (nobody) Summary: Error during build on Linux Initial Comment: I get an error during setupbuild. In log file is printet faild to open file. The logfile is added as attachment. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=709285&group_id=54799 |
From: Damon C. <da...@yo...> - 2003-03-20 17:10:14
|
Let me get some opinions here. How do you think adding files and directories should work? I'm starting to re-think the current way. Currently, adding a directory recursively adds all of its files either in newly-created file groups or a single file group. I'm thinking of just letting the directory exist in the file group and recursively packing all of its files at build time. What I mean is, you drop a directory, and it just adds the directory to the file group instead of all the files. Then, you'll be able to dig down into the directory through the tree and check or uncheck which files you want to add to the install. Any new file found in a directory would be checked by default unless it were explicitly unchecked. I think there would also be a way to specify that files that match a list of patterns would also be unchecked by default. Any ideas? Do you like the way it is now? The trade off is that by only adding a single directory, it would just drop without having to run through the entire directory. Also, loading projects with large amounts of files would no longer be an issue. It would just load the one directory without having to recurse for all the files. What do you think? Damon |
From: Damon C. <da...@yo...> - 2003-03-03 16:36:28
|
> Hi damon, > > If you need some help in the documentation part, I would be willing to > assist you in creating that. > Is there also any new about the new version? Yeah. It's waiting on a new release of other projects that are set to release this week. 0-] Actually, the InstallBase release has been waiting for over 2 months now on new releases to make it work. I say waiting, but I've been adding lots of new features in those two months. I want to get alpha 4 out the door, so I can concentrate on making a roadmap for 1.0 final. Anyway, the new release will be forthcoming this week, as soon as I get some other releases. 0-] Damon |
From: SMT - T. G. <tom...@sm...> - 2003-03-03 12:56:18
|
Hi damon, If you need some help in the documentation part, I would be willing to assist you in creating that. Is there also any new about the new version? Kind regards, Tom. -----Original Message----- From: Damon Courtney [mailto:da...@yo...]=20 Sent: dinsdag 25 februari 2003 20:18 To: SMT - Tom Groeneveld Cc: ins...@li... Subject: Re: Docs for Install Base > Hello, >=20 > I am trying to find some docs for the usage of Install-Base under Unix > (Solaris 8) >=20 > At this moment I get an error message: > Could not find the freewrap binary for sparc-SunOS-! > I have done the configure, but no links are created anywhere for the=20 > freewrap, only for freewish in the mpi config file. Also the=20 > distribution does not have the static directory..... Actually, a new version of InstallBase should be coming out this week that no longer uses freewrap. Once that happens, the documentation on InstallBase can be a little lax in some places, but it's mostly there. I still want to spend some time working on the tutorial a little. I think that is the most requested document still left unfinished. Thanks, Damon |
From: SMT - T. G. <tom...@sm...> - 2003-02-26 13:07:32
|
Okay great news! I will certainly look forward to it. Is there a separate document besides the Help-function? If you have it in some other format I would be happy to make PDF files for you. Kind regards, Tom. -----Original Message----- From: Damon Courtney [mailto:da...@yo...]=20 Sent: dinsdag 25 februari 2003 20:18 To: SMT - Tom Groeneveld Cc: ins...@li... Subject: Re: Docs for Install Base > Hello, >=20 > I am trying to find some docs for the usage of Install-Base under Unix > (Solaris 8) >=20 > At this moment I get an error message: > Could not find the freewrap binary for sparc-SunOS-! > I have done the configure, but no links are created anywhere for the=20 > freewrap, only for freewish in the mpi config file. Also the=20 > distribution does not have the static directory..... Actually, a new version of InstallBase should be coming out this week that no longer uses freewrap. Once that happens, the documentation on InstallBase can be a little lax in some places, but it's mostly there. I still want to spend some time working on the tutorial a little. I think that is the most requested document still left unfinished. Thanks, Damon |
From: Damon C. <da...@yo...> - 2003-02-25 19:18:59
|
> Hello, > > I am trying to find some docs for the usage of Install-Base under Unix > (Solaris 8) > > At this moment I get an error message: > Could not find the freewrap binary for sparc-SunOS-! > I have done the configure, but no links are created anywhere for the > freewrap, only for freewish in the mpi config file. Also the > distribution does not have the static directory..... Actually, a new version of InstallBase should be coming out this week that no longer uses freewrap. Once that happens, the documentation on InstallBase can be a little lax in some places, but it's mostly there. I still want to spend some time working on the tutorial a little. I think that is the most requested document still left unfinished. Thanks, Damon |
From: SMT - T. G. <tom...@sm...> - 2003-02-25 08:56:55
|
Hello, I am trying to find some docs for the usage of Install-Base under Unix (Solaris 8) At this moment I get an error message: Could not find the freewrap binary for sparc-SunOS-! I have done the configure, but no links are created anywhere for the freewrap, only for freewish in the mpi config file. Also the distribution does not have the static directory..... Any help would be grateful!=20 Kind regards, Tom. Tom Groeneveld |
From: SMT - T. G. <tom...@sm...> - 2003-02-20 12:45:41
|
Hello, I am trying to find some docs for the usage of Install-Base under Unix (Solaris 8) At this moment I get an error message: Could not find the freewrap binary for sparc-SunOS-! I have done the configure, but no links are created anywhere for the freewrap, only for freewish in the mpi config file. Also the distribution does not have the static directory..... Any help would be grateful!=20 Kind regards, Tom. Tom Groeneveld |
From: SourceForge.net <no...@so...> - 2003-02-09 18:10:00
|
Bugs item #683491, was opened at 2003-02-09 20:16 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=683491&group_id=54799 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Georgios Petasis (petasis) Assigned to: Nobody/Anonymous (nobody) Summary: CopyFileWindow not specified in install.cfg Initial Comment: I am trying to migrate to the latest installbase CVS version (the ones that uses starkits). When I am loading my setup under the new installbase, I get an info dialog: Error Loading Theme: CopyFileWindow declaration not specified in install.cfg Any ideas? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=683491&group_id=54799 |
From: SourceForge.net <no...@so...> - 2003-01-16 12:48:59
|
Bugs item #669020, was opened at 2003-01-16 13:51 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=669020&group_id=54799 Category: Interface (example) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Rolf Schroedter (schroedter) Assigned to: Nobody/Anonymous (nobody) Summary: "Add a new file group" fails for windows Initial Comment: InstallBase 1.03a Windows 2000: When I try to "Add a new file group" named "foo" no group is created and the followin error is displayed: node "UNIX" does not exist Details: ====== node "UNIX" does not exist while executing "Tree::insert .specifyComponentsandFiles.t.fgroupsandFil es.treeframe.tree end UNIX 1233 -text foo - image ::icon::folder16" ("eval" body line 1) invoked from within "eval Tree::$cmd .specifyComponentsandFiles.t.fgroupsandFil es.treeframe.tree $args" (procedure ".specifyComponentsandFiles.t.fgroupsandFil es.treeframe.tree" line 1) invoked from within "$widg(FileGroupTree) insert end UNIX $node -text $text -image [GetImage folder16]" (procedure "::FileGroupTree::new" line 38) invoked from within "::FileGroupTree::new" invoked from within ".specifyComponentsandFiles.t.fgroupsandFiles.top.b1 invoke" ("uplevel" body line 1) invoked from within "uplevel #0 [list $w invoke]" (procedure "tkButtonUp" line 9) invoked from within "tkButtonUp .specifyComponentsandFiles.t.fgroupsandFil es.top.b1 " (command bound to event) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=669020&group_id=54799 |
From: SourceForge.net <no...@so...> - 2003-01-14 13:47:26
|
Bugs item #667738, was opened at 2003-01-14 13:49 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=667738&group_id=54799 Category: Interface (example) Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Submitted By: Agoston David (asvany) Assigned to: Nobody/Anonymous (nobody) Summary: mystic Initial Comment: version:1.0a3 windows desc:builded installation my_app_setup.exe runing: my win2k:always succes,ql! my friend winXP: freeze , 'copying files 0%' state. ( wine: freeze after drawing background window, refreshing,but not handle user interact winex: runnig , but dont extract files, (skip 'copying files' phase) ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=667738&group_id=54799 |