Sun Apr 18, 2004 6:12 am |
Replies: 16 |
Views: 14345 |
|
 |
If there are so many errors why does it build properly and other stuff which uses it build properly 
|
Sun Apr 18, 2004 5:22 am |
Replies: 16 |
Views: 14345 |
|
 |
readline is fine. It's part of the fink os x tree and it is used in other stuff which compiles fine with it.
I've just downloaded and built readline from elsewhere. Still the same problem.
|
Sun Apr 18, 2004 3:52 am |
Replies: 16 |
Views: 14345 |
|
 |
Grrr. I've changed the code to use an absolute path to readline and history
/sw/include/readline/...
and now i get a whole bunch of
/sw/include/readline/history.h:120: error: syntax error be ...
|
Wed Apr 14, 2004 2:44 am |
Replies: 16 |
Views: 14345 |
|
 |
I think its just a matter of specifying where the libs are
i have readline.h and history.h in /sw/include/readline/
How do i tell configure where to look?
Thanks
|
Wed Apr 14, 2004 2:30 am |
Replies: 16 |
Views: 14345 |
|
 |
./configure - works fine
on make -
Making all in dbg
source='command.cpp' object='dbg_cli-command.o' libtool=no \
depfile='.deps/dbg_cli-command.Po' tmpdepfile='.deps/dbg_cli-command.TPo' \
dep ...
|
Mon Apr 12, 2004 2:34 am |
Replies: 16 |
Views: 14345 |
|
 |
Has anyone managed to get dbg-cli to compile on OS X? Any tips would be much appreciated.
Thanks.
|