HomeGenie Forum
Development => Bug reporting => Topic started by: Johnny H on March 07, 2014, 03:15:45 AM
-
- 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.
-
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.
-
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?
-
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.