Hi Keyur, Please don't respond to me directly. Respond to the list so that someone else can see your reply and help if I'm not able to. Also, please bottom post (see http://www.lyx.org/MailingLists#toc7)
On Sun, Jan 11, 2015 at 11:39 PM, Keyur Patel <p4patelke...@gmail.com> wrote: > I'm on Ubuntu 14.04 and compiled Lyx with ./configure. For Example, I have > changed Prefedit.ui and replaced some text with dummy text. But when I run > git diff, it doesn't show any change. I don't know much about this code, but if you don't see the change in git diff, that is a sign that you changed an intermediate file. There is no file Prefedit.ui in the git repository. There is however PrefEditUi.ui. If you change that file, you will see your change in git diff. Best, Scott > When I run Lyx again, I doesn't see any changes to Lyx. I am running Lyx > version 2.2.0 dev. > > Thanks. > > On Mon, Jan 12, 2015 at 10:02 AM, Scott Kostyshak <skost...@lyx.org> wrote: >> >> Hi Keyur, >> >> Welcome! >> >> On Sun, Jan 11, 2015 at 11:14 PM, Keyur Patel <p4patelke...@gmail.com> >> wrote: >> > Hi, >> > >> > I have successfully compiled Lyx. >> >> How did you compile LyX? What setup are you using? Just as an example, >> I'm on Ubuntu 14.10 and I compile LyX with CMake. Do you use CMake or >> autotools (./configure)? >> >> Also, which version of LyX are you compiling? Did you do a git clone? >> If so, which branch did you checkout? >> >> > When I change the files, What should I do to reflect those change to >> > Lyx. >> >> Which files did you change? >> >> > When I run Lyx it does not reflect changed files. >> >> Perhaps you need to recompile LyX. Note that you don't have to >> recompile LyX from the beginning. If you run "make" it will figure out >> what you need for recompiling. >> >> Best, >> >> Scott > >