Ticket #11624 (closed defect: fixed)
Missing wx/osx/textentry.h
| Reported by: | swiss_kinkajou | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 2.9.2 |
| Component: | build | Version: | 2.9-svn |
| Keywords: | missing header file | Cc: | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
It seems that the "make install” command doesn't copy textentry.h files to the wx/osx directory.
To reproduce :
- download svn 63135
- configure ./configure --prefix=MYDIR --enable-unicode --disable-monolithic --disable-shared --with-osx_cocoa –with-macosx-version-min=10.5
- make
- make install
observed : in MYDIR/include/wx-2.9/wx/osx/ there is no file named textentry.h
extected : in MYDIR/include/wx-2.9/wx/osx/ a file named textentry.h
Then trying to compile my application with this new library failed in textentry.h (line 252) saying : wx/osx/textentry.h No such file or directory !
Once the file copied there, problem was solved. Is it possible to add this step to the makefile ?
Change History
Note: See
TracTickets for help on using
tickets.
