I've never used POPC so I can't answer this question from
Matthias Scheutz. (http://www.nd.edu/~mscheutz/)
| For now, I have a (hopefully) simple question about POPC: I want to make a
| standalone version of SIMWORLD, which people can use (without having to
| install the POPLOG). However, I keep running into problems compiling
| objectclass (have not even gotten to SIMAGENT or SIMWORLD yet...). This
| is what I get when I try to compile objectclass.p (either alone or when I
| try to compile SIMWORLD):
|
| [root@mattlaptop simworld332]# popc testo.p
| ;;; DECLARING VARIABLE OBJECTCLASS_IN_POPC
|
| ;;; MISHAP - POPC: ILLEGAL ASSIGNMENT TO CONSTANT IDENTIFIER
| ;;; INVOLVING: 1100 pop_oc_version
| ;;; FILE : /usr/local/poplog/v15.53/pop/lib/objectclass/objectclass.p
| ;;; LINE NUMBER: 19
|
| The documentation on objectclass says that it should compile, so I take it
| I must be doing something wrong... Maybe you have an idea? Thanks.
Has anyone else ever tried producing a stand-alone image including
objectclass ?
I guess another option is to produce a package made of two files
executable(basepop11)+saved image,
(plus a shell script to run them) which has been used for some
commercial packages.
Aaron
|