Opened 13 years ago
Closed 12 years ago
#34400 closed defect (fixed)
qore-devel: parser.h: No such file or directory
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | davidnich (David Nichols) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | pvanek@… | |
Port: | qore-devel |
Description
qore-devel doesn't build:
In file included from single-compilation-unit.cpp:1: parser.ypp:50:20: error: parser.h: No such file or directory In file included from single-compilation-unit.cpp:86: thread.cpp:62:2: warning: #warning Darwin cannot support more than 2560 threads, MAX_QORE_THREADS set to 2560 In file included from single-compilation-unit.cpp:2: scanner.cpp: In function 'int yy_get_next_buffer(void*)': scanner.cpp:6207: warning: comparison between signed and unsigned integer expressions In file included from single-compilation-unit.cpp:1: parser.ypp:50:20: error: parser.h: No such file or directory In file included from single-compilation-unit.cpp:86: thread.cpp:62:2: warning: #warning Darwin cannot support more than 2560 threads, MAX_QORE_THREADS set to 2560 In file included from single-compilation-unit.cpp:2: scanner.cpp: In function 'int yy_get_next_buffer(void*)': scanner.cpp:6207: warning: comparison between signed and unsigned integer expressions lipo: can't open input file: /var/tmp//ccuVGGEp.out (No such file or directory) make[4]: *** [single-compilation-unit.lo] Error 1 make[4]: Leaving directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_qore-devel/qore-devel/work/trunk/lib' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_qore-devel/qore-devel/work/trunk/lib' make[2]: *** [all] Error 2 make[2]: Leaving directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_qore-devel/qore-devel/work/trunk/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_qore-devel/qore-devel/work/trunk' make: *** [all] Error 2
Attachments (1)
Change History (2)
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 12 years ago by davidnich (David Nichols)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
oops, didn't see this until now, however this bug should be fixed by now
it was caused because of the different way different versions of autotools cause the header file from a c++/bison source to be generated. Some generate parser.hpp and some still parser.h