| 1 | | |
| | 1 | Back in March, I was able to get 5.2.5 built on R5. Though it didn't pass the test suite, it gave me hope for PHP on BeOS/Haiku. Unfortunately I lost the image for that development machine (I develop under Max on VMware), so I'm having to start from scratch with 5.2.6. |
| | 2 | |
| | 3 | The first problem I've run into is regarding the absence of search.h. For 5.2.5 I found it online somewhere and there were no problems, but this time I tried using Haiku's but I'm getting "conflicting types for `restrict'". Interesting. I'll have to play with it some more when I have some more time. |
| | 4 | |
| | 5 | But this brings me to a question only a newbie porter like myself could ask; in the event we find a header that BeOS does not have, what is the best way to handle it? |