Menu

#152 Building with GBAlink, broken. Ubuntu-14.10

Resolved
closed-fixed
nobody
None
5
2015-04-04
2014-05-08
No

Multiple errors, as follows.(Please ignore the "â". they are "'", but since 13.04 UTF-8 terminal has been a little wonky on my build-bot.)


GBALink.h:64:37: error: âIPAddressâ in namespace âsfâ does not name a type
virtual void ShowServerIP(const sf::IPAddress& addr) = 0;
^
GBALink.h:64:52: error: ISO C++ forbids declaration of âaddrâ with no type [-fpermissive]
virtual void ShowServerIP(const sf::IPAddress& addr) = 0;
^
GBALink.h:87:2: error: âSelectorâ in namespace âsfâ does not name a type
sf::Selector<sf::SocketTCP> fdset;
^
GBALink.h:98:2: error: âSocketTCPâ in namespace âsfâ does not name a type
sf::SocketTCP tcpsocket[4];
^
GBALink.h:99:2: error: âIPAddressâ in namespace âsfâ does not name a type
sf::IPAddress udpaddr[4];
^
GBALink.h:108:37: error: âIPAddressâ in namespace âsfâ does not name a type
virtual void ConnectStart(const sf::IPAddress& addr) = 0;
^
GBALink.h:108:52: error: ISO C++ forbids declaration of âaddrâ with no type [-fpermissive]
virtual void ConnectStart(const sf::IPAddress& addr) = 0;
^
GBALink.h:115:2: error: âSelectorâ in namespace âsfâ does not name a type
sf::Selector<sf::SocketTCP> fdset;
^
GBALink.h:123:2: error: âIPAddressâ in namespace âsfâ does not name a type
sf::IPAddress serveraddr;
^
GBALink.h:125:2: error: âSocketTCPâ in namespace âsfâ does not name a type
sf::SocketTCP noblock;
^
GBALink.h:128:16: error: âsf::IPAddressâ has not been declared
bool Init(sf::IPAddress, ClientInfoDisplay *);
^
GBALink.h:135:2: error: âSocketTCPâ in namespace âsfâ does not name a type
sf::SocketTCP tcpsocket;
^
GBALink.h:150:8: error: âIPAddressâ in namespace âsfâ does not name a type
extern sf::IPAddress joybusHostAddr;
^

Discussion

  • sergio-br2

    sergio-br2 - 2014-05-12

    You can open a text editor and replace all â with " (easier for us).

     
  • sergio-br2

    sergio-br2 - 2014-05-14

    I got the same error. Funny, i remember that i tested gamelink in wxWidgets GUI, sometime ago.

     

    Last edit: sergio-br2 2014-05-14
  • skid

    skid - 2015-04-04

    Fixed by r1292.

     
  • skid

    skid - 2015-04-04
    • status: open --> closed-fixed
    • Group: Unverified --> Resolved