User forums > Nightly builds

nightly ANSI?

<< < (4/5) > >>

Alux:
for linux builds, i dont think it would be necessary to package it
if its alredy configured and built(pref including wxsmith...), it should be fine installing it using "make install"
still, its not too much of a prob just grabbing from svn and compiling every few days...

Conan Kudo:
killerbot, have you built C::B with MSLU support in it.... Either using libunicows (preferred since we know there are not any problems with licensing), or MSLU unicows.lib?
Unfortunately, MSLU unicows.lib requires that C::B be built with the Visual C++ 2003 toolkit, so if we want to keep our "free-ness" we would need to use libunicows... I cannot build C::B properly in Visual Studio, but I am attempting to write a solution set for C::B building under VS2005, with MSLU unicows.lib enabled by default... It is not going very well though...

takeshimiya:
I'll answer:

--- Quote from: Pharaoh Atem on March 11, 2006, 10:22:49 pm ---Unfortunately, MSLU unicows.lib requires that C::B be built with the Visual C++ 2003 toolkit,

--- End quote ---
False, it can be built with GCC or whatever, but one would need to convert it to the format expected by them.


--- Quote from: Pharaoh Atem on March 11, 2006, 10:22:49 pm ---so if we want to keep our "free-ness" we would need to use libunicows...

--- End quote ---
Obviously libunicows is the way to go, as there are precompiled binaries for all major compilers, it implements all the functionality of MSLU, there aren't license issues, for compiling you only need the 10kb libunicows opensource library, instead of more than 500mb of the Platform SDK requiered for the unicows.lib.


--- Quote from: Pharaoh Atem on March 11, 2006, 10:22:49 pm --- I cannot build C::B properly in Visual Studio, but I am attempting to write a solution set for C::B building under VS2005

--- End quote ---
Sam (280Z28) has suceed compiling it under VS2005. You may ask him for patches.

Conan Kudo:

--- Quote from: Takeshi Miya on March 12, 2006, 04:29:01 am ---I'll answer:

--- Quote from: Pharaoh Atem on March 11, 2006, 10:22:49 pm ---Unfortunately, MSLU unicows.lib requires that C::B be built with the Visual C++ 2003 toolkit,

--- End quote ---
False, it can be built with GCC or whatever, but one would need to convert it to the format expected by them.


--- Quote from: Pharaoh Atem on March 11, 2006, 10:22:49 pm ---so if we want to keep our "free-ness" we would need to use libunicows...

--- End quote ---
Obviously libunicows is the way to go, as there are precompiled binaries for all major compilers, it implements all the functionality of MSLU, there aren't license issues, for compiling you only need the 10kb libunicows opensource library, instead of more than 500mb of the Platform SDK requiered for the unicows.lib.


--- Quote from: Pharaoh Atem on March 11, 2006, 10:22:49 pm --- I cannot build C::B properly in Visual Studio, but I am attempting to write a solution set for C::B building under VS2005

--- End quote ---
Sam (280Z28) has suceed compiling it under VS2005. You may ask him for patches.

--- End quote ---

Well, the tool that originally converted MSLU unicows.lib is gone.... I think I will ask for the patches, hopefully they will work... Most source patches for VS2005 have not worked for me and I have wound up rewriting source structures to make them work... Painful work, and usually creates bugs in compilation...
The reason is that VS2005 Express (what most people are using) and VS2005 Pro (what I am using) have a different compilation structure for assembly files and some types of projects with interdependancies... MASM 8 gives me the most grief, but the compiler gives me a lot of grief because it is not the same as the one in VS2005 express, and therefore, solutions and projects usually have to changed to work with the compiler... Strange, isn't it?

takeshimiya:

--- Quote from: Pharaoh Atem on March 12, 2006, 07:36:10 am ---Strange, isn't it?

--- End quote ---
Not really, coming from the corporation everyone knows. `_`

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version