pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: relocation of .glade files


From: John Darrington
Subject: Re: relocation of .glade files
Date: Thu, 16 Oct 2008 13:30:40 +0800
User-agent: Mutt/1.5.13 (2006-08-11)

Three issues:

1.  What was your current directory when you ran all these commands.
    I'm guessing it was C:\msys\1.0  Am I right?

2.  I would have expected "make install" to fail, because you are using
    the default prefix of /usr/local which (presumably) doesn't exist on
    windows, and you didn't specify a DESTDIR 
     Does make install run with no errors?

3.  When you say that you "ran psppire"  do you mean that you run the
    copy in the build directory or the copy in the install directory?


My recommendation would be to do the following:


   ./configure --enable-relocatable --prefix=/wherever-you-want
   make
   make install DESTDIR=/some-temp-location


If you now look in /some-temp-location, then you should see 

 bin  etc  lib  share

which you can make an archive of, and/or copy to your final
destination C:\ProgramFiles

Then if you run C:\ProgramFiles\bin\psppire all instances
of "c:\msys\1.0\share\pspp" get magically changed to
C:\programFiles\share\pspp


Hope this helps.


J'


On Thu, Oct 16, 2008 at 01:44:22AM -0300, Michel Boaventura wrote:
     Before start again, I did:
     make uninstall && make clean
     
     then:
     ./configure --enable-relocatable
     
     Then I ran config.status --version:
     pspp config.status 0.6.1
     configured by ./configure, generated by GNU Autoconf 2.61,
       with options "'--enable-relocatable' 'CFLAGS=-pipe -O2 -mms-bitfields'"
     
     And finally:
     make
     make install

     I ran psppire and gets:
     $ psppire

When you say you "ran psppire", do you mean that you ran 

     C:/msys/1.0/local/share/pspp/compute.glade
     C:/msys/1.0/local/share/pspp/compute.glade
     
     Then rename msys to msys2 and gets:
     C:\msys22\1.0\local\bin>psppire
     C:/msys/1.0/local/share/pspp/compute.glade
     C:/msys/1.0/local/share/pspp/compute.glade
     
     (psppire.exe:772): libglade-WARNING **: could not find glade file
     'C:/msys/1.0/local/share/pspp/mess
     age-dialog.glade'
     **
     ERROR:src/ui/gui/helper.c:107:get_widget_assert: assertion failed: (xml)
     
     This application has requested the Runtime to terminate it in an unusual 
way.
     Please contact the application's support team for more information.
     
     Any ideas?
     
     
     _______________________________________________
     pspp-dev mailing list
     address@hidden
     http://lists.gnu.org/mailman/listinfo/pspp-dev

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]