Re: 1.5.x compile problems on Mac

2006-10-04 Thread Bennett Helm
On Oct 4, 2006, at 5:35 AM, Abdelrazak Younes wrote: Bennett Helm wrote: QLMenubar.C: In member function 'void lyx::frontend::QLMenubar::macxMenuBarInit()': QLMenubar.C:165: error: no matching function for call to 'MenuBackend::specialMenu(const char [4])' ../../../src/MenuBackend.h:217: not

Re: 1.5.x compile problems on Mac

2006-10-04 Thread Abdelrazak Younes
Bennett Helm wrote: QLMenubar.C: In member function 'void lyx::frontend::QLMenubar::macxMenuBarInit()': QLMenubar.C:165: error: no matching function for call to 'MenuBackend::specialMenu(const char [4])' ../../../src/MenuBackend.h:217: note: candidates are: void MenuBackend::specialMenu(const l

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Georg Baum
Bennett Helm wrote: > Perhaps it's because I don't want to install Qt in /usr/local/ > On Mac, I'm building Qt as static, and I've gotten by so far with > just building it, not installing, and pointing LyX to the build > location. I'm gathering that if I'm to use pkgconfig (while not > instal

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Bennett Helm
On Oct 3, 2006, at 3:19 PM, Georg Baum wrote: Am Dienstag, 3. Oktober 2006 17:37 schrieb Bennett Helm: The second may or may not be related to the pkgconfig question I raised a while back. Following Georg's advice, I used pkgconfig, which enables me to configure correctly, but then compilation

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Georg Baum
Am Dienstag, 3. Oktober 2006 17:37 schrieb Bennett Helm: > The second may or may not be related to the pkgconfig question I > raised a while back. Following Georg's advice, I used pkgconfig, > which enables me to configure correctly, but then compilation fails > in frontends/qt4/ui: > > g++

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Bennett Helm
On Oct 3, 2006, at 12:01 PM, Abdelrazak Younes wrote: It seems like an include path problem. Try to pass -Ipath>/QtCore etc. Please be more specific -- I'm not a programmer! Yes, sorry. The problem is that gcc is not finding the Qt headers. I guess you can pass the -I option this way (adjust

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Abdelrazak Younes
Bennett Helm wrote: On Oct 3, 2006, at 11:49 AM, Abdelrazak Younes wrote: Bennett Helm wrote: I'm getting 2 compile problems on Mac. The first involves fontutils.C: if /bin/sh ../../libtool --tag=CXX --mode=compile g++-4 -DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -Wextra -Wal

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Bennett Helm
On Oct 3, 2006, at 11:49 AM, Abdelrazak Younes wrote: Bennett Helm wrote: I'm getting 2 compile problems on Mac. The first involves fontutils.C: if /bin/sh ../../libtool --tag=CXX --mode=compile g++-4 - DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -Wextra - Wall-g -Os -MT fo

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Abdelrazak Younes
Bennett Helm wrote: I'm getting 2 compile problems on Mac. The first involves fontutils.C: if /bin/sh ../../libtool --tag=CXX --mode=compile g++-4 -DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -Wextra -Wall-g -Os -MT fontutils.lo -MD -MP -MF ".deps/fontutils.Tpo" -c -o fontuti

1.5.x compile problems on Mac

2006-10-03 Thread Bennett Helm
I'm getting 2 compile problems on Mac. The first involves fontutils.C: if /bin/sh ../../libtool --tag=CXX --mode=compile g++-4 - DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -Wextra - Wall-g -Os -MT fontutils.lo -MD -MP -MF ".deps/fontutils.Tpo" -c - o fontutils.lo fontutils.C