Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mrcolortvjr

Pages: [1]
1
General / Re: trouble installing
« on: July 01, 2013, 01:36:56 am »
So I deleted all the files from my previous attempts at installing SFML (even the SFML folder in my root directory). I then re-downloaded the source code from that link you posted, and installed it (manually) with the tutorial found on sgml-dev.org.

now that I have done that, what should I enter into terminal to actually install it? Do I use make clean at all? What directory should I be in such that sudo make install has a target?

2
General / Re: trouble installing
« on: June 29, 2013, 11:52:58 pm »
... the output of this command:

file /Library/Frameworks/sfml-system.framework/sfml-system

/Library/Frameworks/sfml-system.framework/sfml-system: Mach-O 64-bit dynamically linked shared library x86_64

Quote
Side question, why not downloading the precompiled binaries from the download page?

because I was unaware of their existence :) where are they? I dont see any "precompiled binaries" option

3
General / trouble installing
« on: June 29, 2013, 10:39:05 pm »
I'm having trouble installing SFML on mac os x 10.8. I'm using cmake 2.8 and xcode 4.

I configured and generated unix makefiles with cmake and installed them with terminal (using "sudo make install"). I followed the instructions posted by sbroadfoot90 found here and the items were definitely installed when i entered the terminal commands. When it failed to compile, I realized I had done some things wrong (namely I hadnt pressed "configure" again after checking all the boxes needed in cmake) and reiterated the process with the mistakes corrected.
Now, when I compile I get a large list of errors and warnings (see below)

I tried to clean (which I did by manually by deleting the frameworks installed by the "sudo make install" command and the files installed to /usr/local/share/) and reinstall but this didnt help at all. (Am I cleaning incorrectly?)

As far as the installation process goes, I feel I may have the SFML folder containing all the source information for the build in the wrong folder perhaps. I placed it in as such: Users/erikthorne/SFML. But all my applications, including xcode, are found in MacintoshHD/Applications


these two errors are what all the other ones look like, I didnt feel the need to include all of them because I imagine one is sufficient for identifying the issue with the installation process

ld: warning: ignoring file /Library/Frameworks/sfml-system.framework/sfml-system, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): /Library/Frameworks/sfml-system.framework/sfml-system

Undefined symbols for architecture i386:
  "sf::SoundStream::play()", referenced from:
      _main in main.o

  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)




really, I don't know whats going on. I've been quite frustrated over this for too long now and I would greatly appreciate it if someone could help me figure it out so I can actually start coding again

Pages: [1]
anything