Other custom builds :  K-Meleon Web Browser Forum
All the custom builds, made and/or maintained by users 
Pages: Previous12
Current Page: 2 of 2
Re: unofficial variation: K-Meleon-S201
Posted by: Fred
Date: December 21, 2009 03:03PM

The CVS repository is here :

http://kmeleon.cvs.sourceforge.net/viewvc/kmeleon/

Fred

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: lian
Date: December 21, 2009 11:55PM

I downloaded the files most unfortunately I could not build. Used the visual studio 2003 for this

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: Fred
Date: December 22, 2009 02:08AM

You can try Visual C++ 2005 Express from the Microsoft site, here :

http://download.microsoft.com/download/f/5/3/f5308aea-2e6a-40c9-b2c0-a06a1cf923bb/vc.iso

This is the German edition, you can search for the English edition, if you prefer this.

You can burn the .iso file on a CD with the ISO-burning command in the menu of the burner.

Nero has it and Easy Media Creator, and other ones probably have it too.

Do not just copy the .iso file , but use the ISO-burning option.

Fred

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: lian
Date: December 22, 2009 03:50PM

The build did not work with VS 8

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: lian
Date: December 23, 2009 01:24AM

Can someone help me to build the K-Meleon for him to work with gecko 1.9 for my college assignment.

please

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: desga2
Date: December 23, 2009 12:47PM

@ lian:
Read this thread about it. (It's for Gecko 1.8.1 but for 1.9 is similar only change Gecko sources and some mozconfig options)

K-Meleon in Spanish



Edited 1 time(s). Last edit at 12/23/2009 12:49PM by desga2.

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: lian
Date: December 23, 2009 06:00PM

I'm not trying to hit, I know that is asking much more someone could share the source code ready to be compiled? I know I'm asking for much more do not have time to be working on top of the information that I have been passed, and not for personal use but to study, and I need the Gecko 1.9

Thanks to everyone who helped me so far

Options: ReplyQuote
Not as answer - but for information.
Posted by: guenter
Date: December 24, 2009 05:47AM

Only Dorian or Hao will know or have. sad smiley
It is not finished completly, else it would have been published.

I just try to learn more about making a K-Meleon.

Quote
lian
I downloaded the files most unfortunately I could not build. Used the visual studio 2003 for this

?


I tried to get through the build process with current version first.

Dorian's: K-MeleonBE1.5 download.

Quote
Dorian
Release MFC Static and Release MFC Static Unicode are used
for the official build but need a custom build of MFC.

Release and Release Unicode should work right away, but the
build will require mfc71.dll (or mfc71u.dll for unicode)

The later built for me with Net VC 2003 Standard (English Edition) out of the box.
That is for GRE version 1.8. So I know my buildsetup for Net 2003 is ok.

No idea what can be done for the first two.

No idea what to prepare additionally to compile for 1.9 GRE?

I assume:
You have to compile the GRE 1.9 with the same compiler You want to use to get the 1.9 SDK.

I can build the GRE 1.8 and 1.9 with VC 7.1 Toolkit & Net Standard 2003.


I can also build GRE 1.8 and 1.9 with VC 8 Express.
And GRe 1.9 but not GRE 1.8 I can build with VC 8 Standard .


Now what is next?


To make fast GRE 1.9 with jemalloc You need commercial VC 2005 aka VC 8 Standard or whatever. I have been through that also. VC 2005 Express did not do the fast GRE 1.9 / only a slower version that is not interesting, I probably do not know enough to build that with free toolz grinning smiley

The 1.9 GREs are always slower when I build with any VC7.1 optimizing compilers.

I know that You can build K-Meleon with one compiler and the GRE with another.
The final product will work together.

Both VC 8 Standard & Express and VC 9 Express will build K-Meleon.exe but only the debug versions. sad smiley

The release versions fail because they error LNK2005: ___@@_PchSym_@00@UpRnvovlmRyfrowUpRnvovlmyvBOFPexJUhixUivovzhvUhgwzucOlyq@ ist bereits in PrintSetupDialog.obj definiert.
..\release\k-meleon.exe : fatal error LNK1169: Mindestens ein mehrfach definiertes Symbol gefunden.

The German reads: that this Symbol Name has been passed out and defined twice.

Now my question is how too get past it.

Edit by hand? No idea.

So before I do not know what to do I cannot even try to move to build for 1.9.


p.s. This is not a mere shift to a different GRE but the shift to another Toolkit with other code - IMHO this is not a normal College Assignment but requires several months of coding. Guess Dorian can say how much coding.

I already know from chrome making that the old certificates handling is broken.

I know that much of the .mozconfig must be altered to get the 1.9 SDK.
The changes make me think that more is broken.




p.s.

Fred pointed You to the thread where Dorian posted his .mozconfig for 1.8.

I attached my mozconfig that You can use to build SDK for 1.9.

You will notice from my mozconfig that not all old 1.8 targets have been build.
Changes were needed to build.

When You later try to build the K-Meleon exe - you may get errors (You did not post the version of Your uses files) in StdAfx.h (nsIDocShell.h, nsICacheService.h, nsIPref.h, nsIWebProgressListener2.h, nsIWalletService.h, nsIContextMenuListener2.h, nsIEmbeddingSiteWindow2.h, nsCWebBrowser.h, nsIWebBrowserPersist.h, imgIContainer.h, nsAppDirectoryServiceDefs.h, nsNetCID.h)
nsNetCID.h)

and PrintSetupDialog.cpp (nsIPrintSettings.h)

On the long run You probably need to find their new name or location.
For a short try whether it compiles You can comment out.

I stopped at printsetup.


An oddity - For GRE 1.9 builds additional lib files from Microsoft Platform SDK for Windows Server 2003 R2 were needed/used. It looked like it anyway.

Uuid.lib
advapi32.lib
wsock32.lib
winmm.lib
user32.lib
gdi32.lib
shell32.lib
ole32.lib
version.lib
usp10.lib
olepro32.lib
oleaut32.lib
msimg32.lib
comctl32.lib
winspool.lib
comdlg32.lib
imm32.lib
rpcns4.lib
urlmon.lib

Maybe also header files?



Edited 4 time(s). Last edit at 12/25/2009 08:28PM by guenter.

Attachments: .mozconfig (3 KB)  
Options: ReplyQuote
unofficial variation: K-Meleon-S201
Posted by: Fred
Date: January 02, 2010 04:46PM

The download address for K-Meleon-S201
can now also be found on the page for
unofficial K-Meleons , here :

http://kmeleon.sourceforge.net/wiki/UKmeleon

Fred

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: lian
Date: January 03, 2010 03:16PM

Despite all this help I could not build sad smiley

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: guenter
Date: January 03, 2010 11:53PM

Quote
lian
Despite all this help I could not build sad smiley

Sorry. I can be No real Help I am no dev.


Your teacher thinks IMHO that this is a normal GRE change.

Document for him - what You did, what results You have and what You tried (know & have learned). That is IMHO more interesting for him and that is what he really wants to know as soon as he knows what is going on.

Here in Germany he might have wanted that IMHO (cave: I am only trained to teach History and that kind of things - so I may be wrong - but... & document it well )

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: lian
Date: January 06, 2010 09:51PM

No, it's extra work for a replacement note, and we are on vacation and I need to deliver as soon as classes start, so I was wondering if someone could share the source adapted to Gecko 1.9 please.

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: desga2
Date: January 07, 2010 08:38AM
Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: lian
Date: January 07, 2010 02:40PM
Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: lian
Date: January 07, 2010 02:52PM

Why not provide the source code to be compiled with the Gecko 1.9, the same way as is available for version 1.8, although not official, it would be very useful! At the University K-Meleon is well known and is great for use both browser and to study, I hope you understand my request.

thanks

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: Fred
Date: January 12, 2010 07:25PM

Seamonkey 2.0.2 has been released.
As one of the fixed bugs concerns only Seamonkey mail, and
the three others also do not appear as really security relevant
to me, I think that updating K-Meleon-S201 will not be necessary.
It seems to be the same thing as the update to Firefox 3.5.7,
which was only a stability update for Firefox.

Fred

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: 4td8s
Date: January 13, 2010 01:19AM

though the upcoming SM 2.0.3 release could be due out in mid-February, fred.

time for me to test out all unofficial KM-gecko1.9.x variations. I'm about to give up on KM 1.5.x since I don't see any sign of anymore new gecko 1.8.1.x updates being posted for SM 1.1.x and TB 2.0.x.

btw, fred, please remove KM-S201 filedropper link from your first post in this topic. file has been removed there.

and about the MFC71U.DLL file, please obtain latest mfc71u.dll file from KB971089 to resolve a recent security flaw with that file (or you can ask me for the latest mfc71u.dll file which is version 7.10.6101.0).



Edited 3 time(s). Last edit at 01/13/2010 01:35AM by 4td8s.

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: 4td8s
Date: January 13, 2010 01:33AM

Quote
disrupted
for the future, if anyone needs those libraries; i've uploaded a few there:
http://kmext.sourceforge.net/libraries/

although I have NEWER versions of the MFC71U.DLL, MSVCP71.DLL and MSVCR71.DLL files, disrupted.

latest msvcp71.dll & msvcr71.dll files I got are from KB932298 which resolves a 2007 and beyond daylight saving time problem. version 7.10.6052.0

and latest mfc71u.dll file I currently have is 7.10.6101.0 from KB971089 / MS09-035

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: Vinny
Date: January 17, 2010 11:10PM

then someone has the sourcecode to share?

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: n301
Date: February 03, 2010 05:21PM

Is it possible to get the latest version of mfc71u.dll (7.10.6101.0) without having to download the 70 Mb KB 971089 package ?

Many thanks,

n301

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: Fred
Date: February 04, 2010 05:15PM

You can search in Google within various sites offering
dlls and check the file info concerning the version.
Nevertheless I don't think that this will solve any
problems with my experimental variations.

Fred

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: n301
Date: February 04, 2010 05:38PM

All right Fred,

Thanks for your response and I'm glad you're providing several useful kmeleon builds for visitors of this forum to experiment with smiling smiley



Edited 1 time(s). Last edit at 02/04/2010 05:40PM by n301.

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: 4td8s
Date: February 17, 2010 11:47PM

just released today is Seamonkey 2.0.3.

hopefully Fred will offer unofficial KM-SM203 soon, with the (Ctrl+T) hotkey integrated into it.

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: 4td8s
Date: February 17, 2010 11:50PM

Quote
n301
Is it possible to get the latest version of mfc71u.dll (7.10.6101.0) without having to download the 70 Mb KB 971089 package ?

Many thanks,

n301

i could send that dll file to your email address, n301. just let me know if you really need that updated mfc71u.dll file. you may not be able to find that specific version thru a search w/out obtaining the whole security patch that contains the file.



Edited 1 time(s). Last edit at 02/17/2010 11:51PM by 4td8s.

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: Fred
Date: February 18, 2010 03:44PM

I have updated and uploaded K-Meleon-S203 as requested.
Download here:
http://one.xthost.info/eichhein/K-Meleon-S203.zip

Fred

Options: ReplyQuote
Re: unofficial variation: K-Meleon-S201
Posted by: 4td8s
Date: February 22, 2010 09:04PM

Quote
4td8s
Quote
n301
Is it possible to get the latest version of mfc71u.dll (7.10.6101.0) without having to download the 70 Mb KB 971089 package ?

Many thanks,

n301

i could send that dll file to your email address, n301. just let me know if you really need that updated mfc71u.dll file. you may not be able to find that specific version thru a search w/out obtaining the whole security patch that contains the file.

ah, never mind. there's an unofficial VC++ 7.1 Redist. pack on MDGx's web site that contains the latest MFC71U.DLL file, n301. far smaller than downloading the whole 917089 security update. the unofficial VC++ 7.1 pack is only 1.1Mb in size.

Options: ReplyQuote
Pages: Previous12
Current Page: 2 of 2


K-Meleon forum is powered by Phorum.