kompozer error during make install

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
neruson1981
Posts: 12
Joined: 18. Feb 2011, 21:49

kompozer error during make install

Post by neruson1981 »

Hello, I tried to install KompoZer from the source code available at kompozer.net/download.php,and I got the following error during make install:

Code: Select all

../../dist/include/string/nsTDependentString.h: In constructor ‘nsDependentString::nsDependentString(const PRUnichar*, const PRUnichar*)’:
../../dist/include/string/nsTDependentString.h:76: warning: conversion to ‘PRUint32’ from ‘long int’ may alter its value
../../dist/include/string/nsTDependentString.h: In constructor ‘nsDependentString::nsDependentString(const PRUnichar*)’:
../../dist/include/string/nsTDependentString.h:89: warning: conversion to ‘PRUint32’ from ‘size_t’ may alter its value
../../dist/include/string/nsTDependentString.h: In member function ‘void nsDependentString::Rebind(const PRUnichar*)’:
../../dist/include/string/nsTDependentString.h:114: warning: conversion to ‘PRUint32’ from ‘size_t’ may alter its value
../../dist/include/string/nsTDependentString.h: In member function ‘void nsDependentString::Rebind(const PRUnichar*, const PRUnichar*)’:
../../dist/include/string/nsTDependentString.h:129: warning: conversion to ‘PRUint32’ from ‘long int’ may alter its value
In file included from ../../dist/include/string/nsDependentString.h:57,
                 from ../../dist/include/string/nsString.h:202,
                 from ../../dist/include/embedcomponents/nsIAppStartupNotifier.h:78,
                 from nsAppRunner.cpp:59:
../../dist/include/string/nsTDependentString.h: In constructor ‘nsDependentCString::nsDependentCString(const char*, const char*)’:
../../dist/include/string/nsTDependentString.h:76: warning: conversion to ‘PRUint32’ from ‘long int’ may alter its value
../../dist/include/string/nsTDependentString.h: In constructor ‘nsDependentCString::nsDependentCString(const char*)’:
../../dist/include/string/nsTDependentString.h:89: warning: conversion to ‘PRUint32’ from ‘size_t’ may alter its value
../../dist/include/string/nsTDependentString.h: In member function ‘void nsDependentCString::Rebind(const char*)’:
../../dist/include/string/nsTDependentString.h:114: warning: conversion to ‘PRUint32’ from ‘size_t’ may alter its value
../../dist/include/string/nsTDependentString.h: In member function ‘void nsDependentCString::Rebind(const char*, const char*)’:
../../dist/include/string/nsTDependentString.h:129: warning: conversion to ‘PRUint32’ from ‘long int’ may alter its value
gmake[2]: *** [nsAppRunner.o] Error 1
gmake[2]: Leaving directory `/home/neruson/source/mozilla/toolkit/xre'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/home/neruson/source/mozilla/toolkit'
make: *** [install] Error 2
root@darkstar:/home/neruson/source/mozilla# 

Can anyone enlighten me on what I'm doing wrong? I'm completely lost with this... This is the first time I've had a problem compiling source code...
User avatar
neruson1981
Posts: 12
Joined: 18. Feb 2011, 21:49

Re: kompozer error during make install

Post by neruson1981 »

Nevermind... I think I figured out the problem... It's a 32 bit program and I'm running 64 bit... I don't think I could be able to get this to work in the first place without installing 32 bit libraries... Which I don't really want to do... I guess I don't need it, I know how to make webpages without it, it just makes that hobby a little less time consuming...
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: kompozer error during make install

Post by thenktor »

neruson1981 wrote:Nevermind... I think I figured out the problem... It's a 32 bit program and I'm running 64 bit...
That's not the problem. You are compiling the software, so the result will be a 64 Bit executable.

But as you are new to compiling, forget about kompozer. It will give warnings and errors at compile time, which have to be fixed first. It's an outdated piece of *** ;)
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: kompozer error during make install

Post by gapan »

I think you probably need to install xulrunner before trying to compile kompozer. Not really sure though. But as thenktor pointed out, kompozer is outdated, most probably not developed anymore, and if it fails to compile, there not much you can do about it (other than editing the source code and trying to fix it yourself).
Image
Image
User avatar
neruson1981
Posts: 12
Joined: 18. Feb 2011, 21:49

Re: kompozer error during make install

Post by neruson1981 »

Hmm. I think editing source code is a bit much for me right now ;) I know KompoZer is out of date, but it worked for what I was doing... Are there any other similar WYSIWYG editors out there that are up to date? I noticed kwebdev (which I think is Quanta Plus right? I'm pretty ignorant when it comes to KDE), but I thought that program died years ago...
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: kompozer error during make install

Post by thenktor »

Seamonkey's editor is the only WYSIWYG html editor for Linux I know of.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
pevsner
Posts: 81
Joined: 12. Apr 2010, 16:08

Re: kompozer error during make install

Post by pevsner »

@neruson
Bluegriffon is wsiwyg and meant to be the replacement for Kompozer.
http://www.bluegriffon.org/
"BlueGriffon is a new WYSIWYG content editor for the World Wide Web. Powered by Gecko, the rendering engine of Firefox 4, it's a modern and robust solution to edit Web pages in conformance to the latest Web Standards."
Post Reply