Free Visual C++, looking good, we may see alot builders soon
64 posts
• Page 2 of 5 • 1, 2, 3, 4, 5
I was using my old VC7 paths still. It's compiling smooth so far.
I'll post an optomized build (-O2 -G7 -arch:SSE) later if it finishes up. . $topsrcdir/browser/config/mozconfig GLIB_PREFIX=c:/vc7 LIBIDL_PREFIX=c:/vc7 ac_add_options --disable-debug ac_add_options --enable-optimize="-O2 -G7 -arch:SSE" ac_add_options --disable-shared ac_add_options --enable-static ac_add_options --disable-accessibility ac_add_options --disable-activex ac_add_options --disable-activex-scripting ac_add_options --disable-tests ac_add_options --disable-installer I'm using the 0.8 release source just so there's no problems. Also threw in the artwork from http://scragz.com/tech/mozilla/build-info.php Thanks all As far as i can tell there are problems with compiling with:
ac_add_options --enable-crypto
and ac_add_options --enable-svg ac_add_options --enable-svg-renderer-gdiplus
Last edited by Pitreck on April 17th, 2004, 7:58 pm, edited 1 time in total.
That seems to work for crypto I'll have to try an svg build and see what I get Update: Same problem. I lack the libraries for svg. They'll have to be found elsewhere if you want to build with it. They aren't in masm32, vc tools, or microsoft SDK.
Indeed, but i have another build problem ![]()
Checked on MOZILLA_1_7_BRANCH, MOZILLA_1_7b_RELEASE and "main" source On VS .NET 2003 everything was OK You'll find windows.h in either Microsoft SDK\Include or in Microsoft Visual Studio .NET\Platform SDK\Include.
You just need to make sure the path to it is in your "Include" environment variable. That should get you past the problem. (remember to restart your command prompt each time you change the variables in windows, you won't need to if you just do it from the prompt itself using the set command) You may allready know this, but I just try the simplest things first ![]() At first glance, this is almost too good to be true!
Let me ask the most obvious question first. If one is switching from a MingW/GCC environment to this new M$ environment, do I simply follow the existing Firefox build instructions for using MS .NET Pro/VSC++ and substitute as necessary? For example, these instructions - http://iterator.besmirched.org/mozilla/mozbuild.html Last edited by green13 on April 18th, 2004, 9:23 am, edited 1 time in total.
That's what I did I beleive...
![]() If you notice this notice you may notice that this notice is not worth noticing.
BlueFyre
Are you saying you went from MingW/GCC first to MS VS .NET for all of your builds. Is that correct? What I meant is that I was compiling with MingW/GCC before I converted to MS VS .NET ...
If you notice this notice you may notice that this notice is not worth noticing.
BlueFrye
Which build instructions did you follow when you changed to M$ AND/OR what did you do differently b/t the 2 environments? http://iterator.besmirched.org/mozilla/mozbuild.html
Only thing I really changed was the mozset.bat (declaring more variables) and a couple lines in .mozconfig (specifying compiler) Also if you're planning a optimized one the optimization lines... [Edit] Also you will need to package with your builds msvcp71.dll and msvcr71.dll If you notice this notice you may notice that this notice is not worth noticing.
Here's my mozset.bat if that's any help
Also removing GCC from cygwin and some other stuff was helpful because the compiler's kept on using the wrong one because they had the same file name or something... If you notice this notice you may notice that this notice is not worth noticing.
I have removed %LIBIDL_PREFIX%\bin from the path as it is being repeated by %GLIB_PREFIX%\bin.
Probably nothing.
Thank you very much! Unfortunetly i still can't build Firefox ![]() Microsoft SDK\include\windef.h Microsoft SDK\include\winnt.h Microsoft SDK\lib\uuid.lib Microsoft Visual Studio .NET 2003\Vc7\lib\msvcrtd.lib Microsoft Visual Studio .NET 2003\Vc7\lib\msvcrt.lib I'm currently stuck on nspr4_s.lib, which i don't know where to take from ![]() Last edited by Pitreck on April 19th, 2004, 3:47 am, edited 1 time in total.
AFAIK, you need to install the masm32 package and copy <code>masm32\bin\LIB.EXE</code> into <code>Microsoft Visual C++ Toolkit 2003\bin</code>. EDIT: It's still erroring out when trying to build nspr4_s.lib... but this time it's a different error ::my browser info:: | ::my PC info:: | ::my contact info::
PGP fingerprint: E09B 1202 F70E E53E 29BC 5F64 D6D5 9E19 EF92 EA51
64 posts
Page 2 of 5 • 1, 2, 3, 4, 5
Who is onlineUsers browsing this forum: No registered users and 5 guests |
![]() |