Re: How to compile LyX in Win64?

2015-09-16 Thread Kornel Benko
Am Dienstag, 15. September 2015 um 15:53:19, schrieb Pål Næverlid Sævik > It's not clear to me how to fix the dependencies... I'm going to leave > it for now, and give it another try later on. Just a summary: > > - When I'm running LyX directly from MSVC (setting LyX as

Re: How to compile LyX in Win64?

2015-09-16 Thread Pål Næverlid Sævik
I have to correct myself - not all dropdown menus have graphics, only the following buttons: - View other formats - Update other formats - Math spacings (Math toolbar) - Styles (Math toolbar) - Fractions (Math toolbar) - Fonts (Math toolbar) - Functions (Math toolbar) And I see no reason of

Re: How to compile LyX in Win64?

2015-09-16 Thread Pål Næverlid Sævik
Now I've taken a closer look at my compiled project. It seems like the version I get when I compile the Install project is fine, except that most of the toolbar graphics is missing. Which is annoying, and I would love to fix it. Curiously, the toolbar graphics for the dropdown menus are

Re: How to compile LyX in Win64?

2015-09-15 Thread Georg Baum
Kornel Benko wrote: > Am Montag, 14. September 2015 um 10:17:02, schrieb Pål Næverlid Sævik > >> Salutations! >> >> I have been using LyX since writing my master's thesis. Now I've used it >> for academic papers, coursework, my phd thesis and more. A big thank you >> to the

Re: How to compile LyX in Win64?

2015-09-15 Thread Pål Næverlid Sævik
Hello everyone, And thanks for the interest! I am pleased to say that I am now able to compile and build LyX from the source code :-) The thing I did differently on the second try, was to be extremely careful to install the correct versions of everything. In particular, I used the 32-bit

Re: How to compile LyX in Win64?

2015-09-15 Thread Guillaume Munch
Le 14/09/2015 09:17, Pål Næverlid Sævik a écrit : But, of course, there are always features I would like included and certain improvements that I can envision. I know c++ pretty well, and am curious if I would be able to make some contributions to the source code. But I have never participated

Re: How to compile LyX in Win64?

2015-09-15 Thread Pål Næverlid Sævik
It's not clear to me how to fix the dependencies... I'm going to leave it for now, and give it another try later on. Just a summary: - When I'm running LyX directly from MSVC (setting LyX as the startup project), all QT libraries are missing. After manually copying them into the Debug folder

Re: How to compile LyX in Win64?

2015-09-15 Thread Kornel Benko
Am Dienstag, 15. September 2015 um 14:03:11, schrieb Pål Næverlid Sævik > Hello everyone, > > And thanks for the interest! I am pleased to say that I am now able to > compile and build LyX from the source code :-) > > The thing I did differently on the second try, was to

Re: How to compile LyX in Win64?

2015-09-15 Thread Kornel Benko
Am Dienstag, 15. September 2015 um 15:01:37, schrieb Pål Næverlid Sævik > Thanks for the hint. I guess a quick fix would be to copy the missing > files from my LyX 2.1 installation. It should be sufficient to install the missing QT part. No lyx recompilation needed. > I

Re: How to compile LyX in Win64?

2015-09-15 Thread Pål Næverlid Sævik
Thanks for the hint. I guess a quick fix would be to copy the missing files from my LyX 2.1 installation. I tried to copy everything from the bin and Resources folders that was not already present in my compiled version, but this does not solve the graphics issue. I can also add that I'm able

Re: How to compile LyX in Win64?

2015-09-14 Thread Kornel Benko
Am Montag, 14. September 2015 um 10:17:02, schrieb Pål Næverlid Sævik > Salutations! > > I have been using LyX since writing my master's thesis. Now I've used it > for academic papers, coursework, my phd thesis and more. A big thank you > to the development team, the

Re: How to compile LyX in Win64?

2015-09-14 Thread Jean-Marc Lasgouttes
Le 14/09/15 10:17, Pål Næverlid Sævik a écrit : But, of course, there are always features I would like included and certain improvements that I can envision. I know c++ pretty well, and am curious if I would be able to make some contributions to the source code. But I have never participated in

Re: How to compile LyX in Win64?

2015-09-14 Thread Scott Kostyshak
On Mon, Sep 14, 2015 at 01:57:53PM +0200, Jean-Marc Lasgouttes wrote: > Le 14/09/15 10:17, Pål Næverlid Sævik a écrit : > >But, of course, there are always features I would like included and > >certain improvements that I can envision. I know c++ pretty well, and am > >curious if I would be able

How to compile LyX in Win64?

2015-09-14 Thread Pål Næverlid Sævik
Salutations! I have been using LyX since writing my master's thesis. Now I've used it for academic papers, coursework, my phd thesis and more. A big thank you to the development team, the software has saved me a lot of work and made writing academic documents much easier! But, of course,