Quick note to say that Jive can be built using the free microsoft build tools for windows. I've put togther a brief wiki on this:
http://wiki.slimdevices.com/index.cg...iveOnVCExpress
Note it does take a reasonable time to download the SDKs.
Results 1 to 10 of 19
-
2007-05-05, 04:55 #1Senior Member
- Join Date
- Apr 2005
- Posts
- 6,937
Building Jive for Windows on VC++ Express
-
2007-05-05, 05:09 #2
Does a pre-compiled version exist? From what I have read during th last week it will only work against SS 7.0?
Paul
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
Squeeze Server 7.6 on Windows 2008 R2
SB3 x1, SBB (Squeezebox Boom) x1, SBR (Squeezebox Radio with battery) x1, SBT (Squeezebox Touch) x1
RIP - dBpowerAMP R13 to FLAC
ID3 Tags - MP3Tag v2.41 and Discogs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
-
2007-05-05, 05:15 #3
[SlimDevices: Jive] Building Jive for Windows on VC++ Express
> Does a pre-compiled version exist?
Not yet, but it is planned.
> From what I have read during th last
> week it will only work against SS 7.0?
Correct. It's using a new interface which does not exist in 6.5.2.
--
Michael
-----------------------------------------------------------------
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR
-
2007-05-05, 08:42 #4
Thanks for the clarification Michael
Paul
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
Squeeze Server 7.6 on Windows 2008 R2
SB3 x1, SBB (Squeezebox Boom) x1, SBR (Squeezebox Radio with battery) x1, SBT (Squeezebox Touch) x1
RIP - dBpowerAMP R13 to FLAC
ID3 Tags - MP3Tag v2.41 and Discogs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
-
2007-05-08, 12:29 #5Senior Member
- Join Date
- Apr 2005
- Posts
- 351
I followed the instructions on the wiki and was successful in building the debug version. In order to build the release version, I had to do the following changes to luaprofiler.vcproj:
Index: jive/src/pkg/luaprofiler-2.0/VisualC/luaprofiler.vcproj
================================================== =================
--- jive/src/pkg/luaprofiler-2.0/VisualC/luaprofiler.vcproj (revision 36)
+++ jive/src/pkg/luaprofiler-2.0/VisualC/luaprofiler.vcproj (working copy)
@@ -81,8 +81,9 @@
</Configuration>
<Configuration
Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName )"
IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
+ ConfigurationType="2"
>
<Tool
Name="VCPreBuildEventTool"
@@ -101,6 +102,9 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".;"..\..\lua-5.1.1\src""
+ PreprocessorDefinitions="WIN32;;LUAPROFILER_API=__ declspec(dllexport);_DEBUG;_WINDOWS;_CRT_SECURE_NO _DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+ RuntimeLibrary="2"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -113,6 +117,7 @@
/>
<Tool
Name="VCLinkerTool"
+ OutputFile="$(OutDir)\profiler.dll"
/>
<Tool
Name="VCALinkTool"
-
2007-05-08, 13:06 #6Senior Software Engineer - Logitech/Slim Devices
- Join Date
- Apr 2005
- Location
- Ipswich, UK
- Posts
- 1,394
-
2007-05-08, 13:42 #7
-
2007-05-09, 10:46 #8Senior Member
- Join Date
- Apr 2005
- Posts
- 351
I put together a simple bat file that does the required file copying on Windows. It should be run from the jive\src\pkg directory.
-
2007-06-07, 17:20 #9
Maybe theres a step missing from:
http://wiki.slimdevices.com/index.cg...iveOnVCExpress
Where do you acquire Jive.sln?Ross L
-
2007-06-08, 11:06 #10
[SlimDevices: Jive] Building Jive for Windows on VC++ Express
src/pkg/Jive.sln
On Jun 7, 2007, at 5:20 PM, Ross L wrote:
>
> Maybe theres a step missing from:
>
> http://wiki.slimdevices.com/index.cg...iveOnVCExpress
>
> Where do you acquire Jive.sln?
>
>
> --
> Ross L
>
> Ross Levine - Slim Devices Quality Assurance
> ----------------------------------------------------------------------
> --
> Ross L's Profile: http://forums.slimdevices.com/member.php?userid=4416
> View this thread: http://forums.slimdevices.com/showthread.php?t=35017
>
>

Reply With Quote


