Re: [Plib-devel] Example Program Changes
Brought to you by:
sjbaker
From: Melchior F. <mf...@us...> - 2006-11-04 07:51:28
|
* Fay John F Dr CTR USAF AFSEO/SK -- Friday 03 November 2006 23:38: > I have now fiddled with the demo programs (as distinct from the > example programs) and they all compile under Windows They don't here. The original bug is still there, and it seems you didn't even read that part of my already *twice* sent message: CreateWidget.cxx: In function 'puObject* createWidget(int)': CreateWidget.cxx:32: error: 'PUCLASS_SCROLLINGLIST' was not declared in this scope [...] CreateWidget.cxx:32: error: 'puaScrollingList' was not declared in this scope And, indeed: neither PUCLASS_SCROLLINGLIST nor puaScrollingList are defined anywhere in plib/svn. Some private widget that you never committed? Or is this a planned, new name for puList or puAuxList? I REPEAT: neither PUCLASS_SCROLLINGLIST nor puaScrollingList are defined anywhere in plib/svn ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Here's the proof: $ find -type f|xargs grep PUCLASS_SCROLLINGLIST $ $ find -type f|xargs grep puaScrollingList $ Nothing! So how can it compile for you? In which files of your unmodified copy are those two defined? Have you uninstalled any further instance of plib that may be installed anywhere on your computer? A hacked version where you had added PUCLASS_SCROLLINGLIST and puaScrollingList, and that's picked up here? m. |