New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #34400 (closed defect: fixed)

Opened 13 months ago

Last modified 5 months ago

qore-devel: parser.h: No such file or directory

Reported by: ryandesign@… Owned by: davidnichols@…
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

main.log (77.8 KB) - added by ryandesign@… 13 months ago.

Change History

Changed 13 months ago by ryandesign@…

comment:1 Changed 5 months ago by davidnichols@…

  • Status changed from new to closed
  • Resolution set to fixed

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

Note: See TracTickets for help on using tickets.