Guruza search results for osx http://guruza.com/searches/show/87 Questions recently submitted to Guruza that match the query: osx Fri, 29 Aug 2008 13:26:47 -0700 $20.00 - I need help getting this source to compile on OSX: http://sourceforge.net/pr... http://guruza.com/question/419/reward-20.00 I need help getting this source to compile on OSX: http://sourceforge.net/project/showfiles.php?group_id=159649 I can't seem to get the linking options correct. Below is Makefile slightly modified from the original that compiles on Gentoo, without the portaudio library. How can I get this to compile on OS X? This link may help you: http://marc2.theaimsgroup.com/?l=osx-unix-porting&m=106623148420138&w=2 speak_SOURCES = speak.cpp compiledict.cpp dictionary.cpp intonation.cpp \ readclause.cpp setlengths.cpp \ synthdata.cpp synthesize.cpp translate.cpp tr_english.cpp \ tr_languages.cpp voices.cpp wavegen.cpp libespeak_SOURCES = speak_lib.cpp compiledict.cpp dictionary.cpp intonation.cpp \ readclause.cpp setlengths.cpp \ synthdata.cpp synthesize.cpp translate.cpp tr_english.cpp \ tr_languages.cpp voices.cpp wavegen.cpp SRCS1=$(speak_SOURCES) OBJS1=$(patsubst %.cpp,%.o,$(SRCS1)) LIBS1=-lstdc++ SRCS2=$(libespeak_SOURCES) OBJS2=$(patsubst %.cpp,x_%.o,$(SRCS2)) LIBS2=-lstdc++ all: speak libespeak.so mv libespeak.so libespeak.so.1.1.14 .cpp.o: $(CXX) $(CXXFLAGS) -O2 -Wall -pedantic -I. -c -fno-exceptions $< speak: $(OBJS1) $(CXX) -o $@ $(OBJS1) $(LIBS1) x_%.o: %.cpp $(CXX) $(CXXFLAGS) -O2 -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions $< -o x_$*.o libespeak.so: $(OBJS2) $(CXX) -shared -Wl,-soname,libespeak.so.1 -o $@ $(OBJS2) $(LIBS2) clean: rm -f *.o *~ distclean: clean rm -f speak rm -f libespeak.so* Mon, 25 Sep 2006 20:04:38 -0700 $10.00 - My install of ruby (from darwinports) does not appear to have ssl support. O... http://guruza.com/question/232/reward-10.00 My install of ruby (from darwinports) does not appear to have ssl support. Openssl is installed (from darwinports). How can I make darwinports compile ssl support into ruby? Mon, 10 Jul 2006 09:55:22 -0700 $125.00 - At least once a day, OS X Freezes when I Command-Tab. The application swit... http://guruza.com/question/122/reward-125.00 At least once a day, OS X Freezes when I Command-Tab. The application switcher comes up, the selection box is over an application I can move the mouse but that is it. I have to restart every time this happens. I will pay mucho to get this working. *Update* I found this person with the same problem: http://simplygenius.com/geekblog/2006/01/26/1138308962040.html *Update* I already upgraded to 10.4.7 *Update* I already tried to repair file permissions *Update* This happened on my PowerBook, and now it is happening on a "fresh" install on my new MacBook. Here is what I am usually running: * TextMate * FireFox (Have a hunch this is it for some reason) * X-Chat * Terminal * Mail * Adium * SSH Keychain * iTunes Tue, 27 Jun 2006 17:36:08 -0700 $15.00 - When attempting to make rlwrap, I get the following error: gcc -DDATADIR=\... http://guruza.com/question/103/reward-15.00 When attempting to make rlwrap, I get the following error: gcc -DDATADIR=\"/usr/local/share\" -g -O2 -o rlwrap main.o signals.o utils.o readline.o pty.o completion.o term.o ptytty.o -lreadline -lcurses /usr/bin/ld: Undefined symbols: _rl_pending_input _rl_set_screen_size _rl_catch_sigwinch _rl_delete_text _rl_expand_prompt _rl_forced_update_display _rl_insert_close _rl_insert_text _rl_filename_completion_function collect2: ld returned 1 exit status Can someone please help me debug this? Tue, 13 Jun 2006 23:15:25 -0700 $20.00 - how do I get imap working on OSX Server 10.4 - I'm getting a password not acc... http://guruza.com/question/102/reward-20.00 how do I get imap working on OSX Server 10.4 - I'm getting a password not accepted error from the mail client when I try to connect. Tue, 13 Jun 2006 23:12:42 -0700