more G-Labs products

Author Topic: Build Errors On MAC Platforms  (Read 1545 times)

March 07, 2014, 03:15:45 AM
Read 1545 times

Johnny H

  • **
  • Information
  • Jr. Member
  • Posts: 47
- add project reference to MIG-files -support libs --- missing TcpCLientLib
- add reference in HomeGenie-MAC to TcpClientLib
- missing html folder in HomeGenie-Code/HomeGenie -- build is cancelled if not exists.

March 09, 2014, 11:58:33 PM
Reply #1

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
The mac solution file is very outdated.
Try adding reference to :

HomeGenie/HomeGenie/HomeGenieUI/HomeGenieUI_Mono.csproj

If you succeed in fixing up the solution file for Mac, please share it =)

Cheers,
g.

November 15, 2014, 07:31:31 PM
Reply #2

Macitynet

  • *
  • Information
  • Newbie
  • Posts: 1
Any progress in this topic?
Cannot  compile on Mac with latest version of XAMARIN Studio because I get 2 errors similar to this

        private TcpClientHelper tcpClientHelper; The type and namespace name 'tcpClientHelper' couldn't be found. Are you missing an assembly reference?

December 24, 2014, 05:40:28 PM
Reply #3

Bounz

  • ***
  • Information
  • Full Member
  • Posts: 94
Hi, Macitynet.
Try to compile HG with the latest sources from GitHub. I corrected configuration of Mac solution a little bit.

Also, have you tried to use Linux solution? I'm using it because I'm deploying HG onto my Raspberry Pi and it works well with the latest Xamarin Studio (v. 5.5.4) on Mac OS X.